Download the PHP package chargely/chargify-sdk-php without Composer
On this page you can find all versions of the php package chargely/chargify-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chargely/chargify-sdk-php
More information about chargely/chargify-sdk-php
Files in chargely/chargify-sdk-php
Package chargify-sdk-php
Short Description Chargify SDK for PHP - Use the Chargify API in your PHP project
License Apache-2.0
Homepage https://github.com/chargely/chargify-sdk-php
Informations about the package chargify-sdk-php
Chargify SDK for PHP
Interact with the Chargify API using PHP.
- Abstracts away underlying HTTP requests to the Chargify API
- Supports Chargify API v1 and Chargify Direct (v2)
- Well documented
- Unit tested
Installation
Using Composer is the recommended way to install the Chargify SDK for PHP. Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the SDK with Composer, you must do the following:
-
Install Composer, if you don't already have it:
-
Run the Composer command to install the latest stable version of the SDK:
- Require Composer's autoloader:
Quick Example
Create a new customer.
Help and Documentation
Contributing
Please see CONTRIBUTING.md for more information.
All versions of chargify-sdk-php with dependencies
guzzlehttp/guzzle Version ^7.8.0
guzzlehttp/psr7 Version ^2.5.1
guzzlehttp/promises Version ^2.0.1