iskandarjamil / epoint-client
The Epoint System API Client Library.
v1.0.0
2019-06-08 10:48 UTC
Requires
- php: ~7.1.3||~7.2.0
Requires (Dev)
- phpunit/phpunit: ^7.0|^8.0
- vlucas/phpdotenv: ^3.3
This package is auto-updated.
Last update: 2025-01-08 23:40:21 UTC
README
The Epoint System API Client Library allowed your to easily integrate Epoint System with your application.
Table of Contents
Installation
Assuming you already have Composer installed globally:
$ composer require iskandarjamil/epoint-client
Make sure you have configure Entry Point, Store ID, Username, Password of your account.
Please make sure it store been store safely.
Configure via .env
EPOINT_ENTRY_POINT=
EPOINT_DB=
EPOINT_STORE_ID=
EPOINT_USERNAME=
EPOINT_PASSWORD=
Configure via php
define("EPOINT_ENTRY_POINT", ""); define("EPOINT_DB", ""); define("EPOINT_STORE_ID", ""); define("EPOINT_USERNAME", ""); define("EPOINT_PASSWORD", "");
Example
Bug
If you have found a bug or have a great idea for improvement, please open an issue on this repository.
License
License can be found here.
Authors
The library was originally created by:
See the list of contributors.