We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26774d1 commit a8d05d5Copy full SHA for a8d05d5
example.php
@@ -1,9 +1,9 @@
1
<?php
2
error_reporting(E_ALL);
3
ini_set('display_errors', 1);
4
-include 'verifyEmail/verify.class.php';
+include 'vendor/autoload.php';
5
6
-$ve = new VE\VerifyEmail('<EMAIL TO VERIFY>', '<VALID EMAIL FROM YOUR SERVER>');
+$ve = new hbattat\VerifyEmail('<EMAIL TO VERIFY>', '<VALID EMAIL FROM YOUR SERVER>');
7
8
var_dump($ve->verify());
9
0 commit comments