PHP Ryzom API¶
Sources and example can be found from ryzomapi_lite repository.
Using composer.phar¶
If you already using composer, then its really easy to include php api.
Just run
composer.phar require ryzom/php-api:1.xwhich will update (or create) composer.json file automatically.
If don't know what composer is, then visit http://getcomposer.org.