PHP Ryzom API
Version 4 (vl, 10/16/2009 12:18 pm)
| 1 | 1 | vl | h1. PHP Ryzom API |
|---|---|---|---|
| 2 | 1 | vl | |
| 3 | 4 | vl | The PHP code is on our Subversion server. |
| 4 | 1 | vl | |
| 5 | 4 | vl | h2. If you are anonymous |
| 6 | 1 | vl | |
| 7 | 4 | vl | You get a read only access to the ryzom api. Create an empty directory and inside this new directory do: |
| 8 | 1 | vl | |
| 9 | 4 | vl | <pre> |
| 10 | 4 | vl | svn --username anonymous --password anonymous checkout http://dev.ryzom.com/svn/trunk/ryzom/www/ryzom_api ryzom_api |
| 11 | 4 | vl | </pre> |
| 12 | 4 | vl | |
| 13 | 4 | vl | h2. If you are part of the PHP Developer Team |
| 14 | 4 | vl | |
| 15 | 4 | vl | You get an access to the ryzom api and also our ryzom app. Create an empty directory and inside this new directory do: |
| 16 | 4 | vl | |
| 17 | 4 | vl | <pre> |
| 18 | 4 | vl | svn checkout http://dev.ryzom.com/svn/trunk/ryzom/www/ . |
| 19 | 4 | vl | </pre> |