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
- Host: GitHub
- URL: https://github.com/apphp/splitit-api-wrapper
- Owner: apphp
- License: lgpl-3.0
- Created: 2017-05-17T20:27:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T11:57:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T05:46:29.765Z (10 months ago)
- Topics: api, php, splitit-api, wrapper
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
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);
?>