fnnldb / fnnldb-php
FnnlDb PHP Library
1.0.1
2019-03-07 21:55 UTC
Requires
- php: ^7.1.3
- ext-curl: *
This package is auto-updated.
Last update: 2025-05-08 12:05:30 UTC
README
You can sign up for a FnnlDb account at https://fnnldb.com.
Requirements
PHP 7.1.3 and later.
Installing
You can install the library via Composer. Run the following command:
composer require fnnldb/fnnldb-php
To use the library, use Composer's autoload:
require_once('vendor/autoload.php');
Getting Started
Simple usage looks like:
$fnnldb = new FnnlDb('YOUR_API_KEY'); $order = $fnnldb->create('order', $data); echo $order->id;
Documentation
Please see https://fnnldb.com/docs for up-to-date documentation.
Contributing
Thank you for considering contributing to the FnnlDb PHP Library! We accept contributions via Pull Requests on GitHub.
License
This project is licensed under the MIT License - see the LICENCE.md file for details.