We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaef02 commit 7ecb9f4Copy full SHA for 7ecb9f4
README.md
@@ -47,8 +47,11 @@ while ($response && count($response->records) != 0) {
47
}
48
```
49
50
-### To generate documentation
+### API documentation
51
+
52
+API documentation can be generated using e.g. [Sami](https://github.com/fabpot/sami),
53
+which is included in the dev requirements of `composer.json`.
54
55
php vendor/bin/sami.php update sami.config.php -v
56
-```
57
+You can view it at [scriptotek.github.io/php-sru-client](//scriptotek.github.io/php-sru-client/)
0 commit comments