Download the PHP package beepsolutions/beep-php without Composer
On this page you can find all versions of the php package beepsolutions/beep-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beepsolutions/beep-php
More information about beepsolutions/beep-php
Files in beepsolutions/beep-php
Informations about the package beep-php
BeepPHP
PHP API Client and bindings for the Beep Solutions API
Using this PHP API Client you can interact with your Beep Solutions:
- 💳 Transactions
Installation
Requires PHP 7.0 or higher
The recommended way to install Beep-php is through Composer:
First, install Composer:
Next, install the latest Beep-php:
Finally, you need to require the library in your PHP application:
Development
- Run
composer test
andcomposer phpcs
before creating a PR to detect any obvious issues. - Please create issues for this specific API Binding under the issues section.
- Contact Beep Solutions directly for Beep Solutions API support.
Quick Start
BeepPHP\Client
First get your production
or sandbox
API key from your Merchant Portal.
If you want to get a production
client:
If you want to get a sandbox
client:
If you want to pass additional GuzzleHTTP options:
Available API Operations
The following exposed API operations from the Beep Solutions API are available using the API Client.
See below for more details about each resource.
💳 Transactions
Create a new transaction with or without a specific payment method.
Usage details
💳 Transactions
Create transaction with a specific payment method
Create transaction without a payment method that will redirect to the payment method selection screen
This method is only available for e-commerce enabled transactions
Get a list of transactions
This method is only available for e-commerce enabled transactions
Get a single transaction
This method is only available for e-commerce enabled transactions
About
⭐ Sign up as a merchant at https://beep.solutions and start receiving payments in seconds.