highras/fpnn

php-sdk for FPNN framework

1.0.6 2023-08-18 23:39 UTC

This package is auto-updated.

Last update: 2024-03-19 01:02:55 UTC


README

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