An open API service indexing awesome lists of open source software.

https://github.com/apphp/splitit-api-wrapper

Simple API wrapper for SplitIt
https://github.com/apphp/splitit-api-wrapper

api php splitit-api wrapper

Last synced: 10 months ago
JSON representation

Simple API wrapper for SplitIt

Awesome Lists containing this project

README

          

ApPHP SplitIt API Wrapper
===============================

Thank you for choosing ApPHP SplitIt API Wrapper
SplitIt website: https://www.splitit.com/
SplitIt API: https://documenter.getpostman.com/view/795699/splitit-api-beta/2Qpqqj

INSTALLATION
------------
Please make sure the release file is unpacked under a web-accessible directory.
You will see the following files and directories:

Splitit.php API wrapper classdemo applications
example.php file with code example
CHANGELOG describing changes in every ApPHP release
LICENSE license file
README this file

REQUIREMENTS
------------
The minimum requirement by this class is that your Web server supports PHP 5.4.0 or
above. It has been tested with Apache HTTP server on Windows and Linux
operating systems.

The ApPHP Developer Team
------------
http://www.apphp.com/
http://www.apphpframework.com
https://github.com/apphp/splitit-api-wrapper

USAGE (example):
------------
'',
'password' => '',
'api_key' => '',
);
$splitit = new SplitIt($config);

?>