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-curlpackage on GNU/Linux distributions. - Depending on your PHP version, you need to install
php5-xmlandphp5-jsonas well (php-xmlandphp-jsonfor PHP 7).
- MySQL server
- MariaDB (which works) is also bundled with XAMPP.
Edit Database.xml to conform to your database installation.