iskandarjamil / epoint-client
The Epoint System API Client Library.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/iskandarjamil/epoint-client
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-12-09 02:03:28 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.