highras/fpnn

php-sdk for FPNN framework


Keywords
fpnn
License
Other

Documentation

FPNN PHP SDK

Requirements

  • PHP >= 5.4

  • ext-mcrypt

  • ext-gmp

  • ext-msgpack

Installations

The preferred way to install this sdk is through composer.

Note: Check the composer.json for this SDK's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json.

Either run

$ php composer.phar require highras/fpnn "dev-master"

or add

"highras/fpnn": "dev-master"

to the require section of your composer.json file.

Usage

Please refer to demo.php