Skip to content

Centrobill/php-sdk-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • PHP 7.4+
  • extensions json, curl, intl

Installation

To install the package using composer, add the repository location to your composer.json file. You can do this either by using a CLI command or by manually editing the composer.json file.

Using CLI:

composer config repositories.centrobill/php-sdk-v1 vcs https://github.com/centrobill/php-sdk-v1

Adding manually:

{
    ...
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/centrobill/php-sdk-v1"
        }
    ]
    ...
}

Next, install the package by running:

composer require centrobill/php-sdk-v1

The package will be installed under the vendor folder.

Package usage

To view different usages of API endpoints, please refer to the example folder.

Contact

In case you are missing some crucial information about your account, please contact our Sales or Account manager at Centrobill: https://centrobill.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages