Skip to content
forked from Baysul/Kitsune

PHP implementation of Club Penguin's latest protocol

License

Notifications You must be signed in to change notification settings

James76931/Kitsune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitsune

A PHP implementation of Club Penguin's latest protocol.

Prerequisites

  • 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 and php5-json as well (php-xml and php-json for PHP 7).
  • MySQL server
    • MariaDB (which works) is also bundled with XAMPP.

Configuration

Edit Database.xml to conform to your database installation.

About

PHP implementation of Club Penguin's latest protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%