We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 853d77a + 1607ba1 commit 57c52e9Copy full SHA for 57c52e9
1 file changed
README.md
@@ -21,7 +21,13 @@ PHP-MARCspec requires PHP 5.4 or later.
21
```php
22
<?php
23
24
-use CK\MARCspec;
+require("vendor/autoload.php");
25
+
26
+use CK\MARCspec\MARCspec;
27
+use CK\MARCspec\Field;
28
+use CK\MARCspec\Subfield;
29
+use CK\MARCspec\ComparisonString;
30
+use CK\MARCspec\SubSpec;
31
32
// parse and access MARCspec like an array
33
$fixed = new MARCspec('007[0]/1-8{/0=\a}');
0 commit comments