1
0
Fork 0
mirror of https://github.com/joostfaassen/vndb-client-php.git synced 2024-04-25 21:59:25 +03:00

Add details protocol, license and composer

This commit is contained in:
Joost Faassen 2015-01-03 13:28:19 +01:00
parent 9c42d4a76c
commit d49979adac

View file

@ -27,7 +27,16 @@ All methods return a `VndbClient\Response` object, containing `->getType()` and
./bin/vndb-client vndb:getbyid your_username your_password character 5
```
## The VNDB Protocol
For details on the workings of this API, and for a description of the returned data, please check:
https://vndb.org/d11
## Composer / Packagist
The library is available on packagist.org as `joostfaassen/vndb-client-php`
## License
MIT