highras/fpnn

php-sdk for FPNN framework

Maintainers

Package info

github.com/highras/fpnn-sdk-php

pkg:composer/highras/fpnn

Statistics

Installs: 1 515

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.6 2023-08-18 23:39 UTC

This package is auto-updated.

Last update: 2026-03-19 05:31:56 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