Download the PHP package supermercato24/soldo-php-sdk without Composer
On this page you can find all versions of the php package supermercato24/soldo-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download supermercato24/soldo-php-sdk
More information about supermercato24/soldo-php-sdk
Files in supermercato24/soldo-php-sdk
Download supermercato24/soldo-php-sdk
More information about supermercato24/soldo-php-sdk
Files in supermercato24/soldo-php-sdk
Vendor supermercato24
Package soldo-php-sdk
Short Description Unofficial PHP SDK to work with Soldo API
License Apache-2.0
Package soldo-php-sdk
Short Description Unofficial PHP SDK to work with Soldo API
License Apache-2.0
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 supermercato24/soldo-php-sdk contains the following files
Loading the files please wait ....