A PHP implementation of Club Penguin's latest protocol.
- PHP version ≥ 5.6
- PHP 5.6 (as of writing this) is bundled with XAMPP.
- You'll want to install or enable the cURL extension, which may involve installing the
php5-curl
package on GNU/Linux distributions. - Depending on your PHP version, you need to install
php5-xml
andphp5-json
as well (php-xml
andphp-json
for PHP 7).
- MySQL server
- MariaDB (which works) is also bundled with XAMPP.
Edit Database.xml to conform to your database installation.