« Previous - Version 7/8 (diff) - Next » - Current version
nimetu, 12/18/2013 02:32 pm


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:dev-master
which will update (or create) composer.json file automatically.

If don't know what composer is, then visit http://getcomposer.org.