Download the PHP package bamboopayment/bamboopayment-sdk without Composer
On this page you can find all versions of the php package bamboopayment/bamboopayment-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bamboopayment/bamboopayment-sdk
More information about bamboopayment/bamboopayment-sdk
Files in bamboopayment/bamboopayment-sdk
Package bamboopayment-sdk
Short Description PHP SDK to interact with BambooPayment PCI API
License MIT
Homepage https://bamboopayment.com
Informations about the package bamboopayment-sdk
bamboopayment-sdk
System Requirements
You need PHP >= 7.4
Dependencies
The bindings require the following extensions in order to work properly:
json
(This extension implements the » JavaScript Object Notation (JSON) data-interchange format.)guzzle
(Guzzle is a PHP HTTP client to send HTTP requests and to integrate with web services.)generated-hydrator
(GeneratedHydrator is a library about high performance transition of data from arrays to objects and from objects to arrays.)
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.
Documentation
Full documentation: Spanish, English, Portuguese.
Installation
Composer
To install with Composer, simply run the following command:
Or you can manually add the requirement to your composer.json file:
Then install by running
Manual installation
Obtain the latest version of BambooPayment SDK with:
Getting started
If you are using Composer use autoload functionality:
Usage
Creating a customer
File with working example: examples/customers/create.php
To create an order using REST API in back-end you must provide an Array with customer data:
in your controller
Creating a purchase
File with working example: examples/purchases/create.php
To create an order using REST API in back-end you must provide an Array with purchase data:
in your controller
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes using the Angular Contributing Guide (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Run composer test to test your code (
composer test
) - Create new Pull Request
Support
For support, email [email protected]
License
The MIT License (MIT). Please see License File for more information.
All versions of bamboopayment-sdk with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^7.4
ocramius/generated-hydrator Version ^2.2