Skip to content

aligncommerce/align-php-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Align Commerce PHP Library

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements :

PHP 5.4 and later.

Registration :

Register account at https://aligncommerce.com/dashboard/

Installation

Obtain the latest version :

git clone https://github.com/aligncommerce/align-php-library.git

To use the Library, add the following to your PHP Script:

require_once("/path/lib/Align.php");

Configuration :

Configure your credential on lib/Align/Apiconfig.php

authBasicUsername = Username that you used in our registration.

authBasicPassword = Password that you used in our registration.	

clientId  = Provided in https://aligncommerce.com/dashboard/keys.

secretKey = Provided in https://aligncommerce.com/dashboard/keys.

Basic usage:

require_once("lib/Align.php");
echo Invoice::retrieve();

About

Align Commerce PHP Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages