iskandarjamil/epoint-client

The Epoint System API Client Library.

v1.0.0 2019-06-08 10:48 UTC

This package is auto-updated.

Last update: 2024-06-08 22:29:40 UTC


README

Latest Stable Version License

The Epoint System API Client Library allowed your to easily integrate Epoint System with your application.

Table of Contents

  1. Installation
  2. Example
  3. Bug
  4. License
  5. Authors

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.