PHP Ryzom API

Version 7 (nimetu, 12/18/2013 02:32 pm)

1 1 vl
h1. PHP Ryzom API
2 1 vl
3 7 nimetu
Sources and example can be found from "ryzomapi_lite":https://bitbucket.org/nimetu/ryzomapi_lite/ repository.
4 7 nimetu
5 7 nimetu
h2. Using composer.phar
6 7 nimetu
7 7 nimetu
If you already using composer, then its really easy to include php api.
8 7 nimetu
Just run <pre>composer.phar require ryzom/php-api:dev-master</pre> which will update (or create) composer.json file automatically.
9 7 nimetu
10 7 nimetu
If don't know what composer is, then visit "http://getcomposer.org":http://getcomposer.org/.