Download the PHP package everli/soldo-php-sdk without Composer
On this page you can find all versions of the php package everli/soldo-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package soldo-php-sdk
Soldo SDK for PHP
An unofficial SDK to work with the Soldo API
Contacts
In case you're interested in using the Soldo API, please contact them so they can support you in integrating them in your existing system.
Prerequisites
- PHP 5.5 or above
- curl extension enabled
Usage
First of all instantiate a new Soldo
object with your credentials:
Examples
-
Configuration
- Adding a Logger
- Going live!
-
Retrieve collections
- Obtaining the Employees list
- Obtaining the Groups list
- Obtaining the Wallets list
- Obtaining the Cards list
- Obtaining the Transactions list
- Handle pagination
- Searching through a collection
-
Retrieve resource
- Obtaining the Company resource
- Obtaining an Employee resource
- Updating an Employee resource
- Obtaining a Group resource
- Obtaining a Wallet resource
- Obtaining a Card resource
- Obtaining a Transaction resource
-
Money transfer
- Transferring money from a Wallet to another
-
Card rules
- Obtaining the card Rules
- Webhooks
- Receiving a webhook notification
Tests
- Composer is a prerequisite for running the tests. Install composer globally, then run
composer install
to install required files. - Create
tests/SoldoTestCredentials.php
fromtests/SoldoTestCredentials.php.dist
and edit it to add your demo environment credentials. - The tests can be executed by running this command from the root directory:
All versions of soldo-php-sdk with dependencies
PHP Build Version
Package Version
The package everli/soldo-php-sdk contains the following files
Loading the files please wait ....