coin / sdk
SDK for Vereniging COIN's REST APIs
2.4.0
2025-01-31 10:37 UTC
Requires
- php: >=8.0
- ext-json: *
- ext-mbstring: *
- firebase/php-jwt: ^6.0
- guzzlehttp/guzzle: ^7.4
- phpseclib/phpseclib: ^3.0.0
- spatie/enum: ^3.13
Requires (Dev)
- phpunit/phpunit: 9.6.22
- dev-master
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.0
- dev-renovate/phpunit-phpunit-12.x
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/280925583500.dkr.ecr.eu-central-1.amazonaws.com-postgres-14.x
This package is auto-updated.
Last update: 2025-03-01 00:18:50 UTC
README
Api | SDK Version | Api Version | Changelog |
---|---|---|---|
number-portability | 1.1.0 + | v3 | here |
0.0.0 - 1.0.2 | v1 | - | |
bundle-switching | 2.1.0 + | v5 | here |
1.1.0 - 2.0.2 | v4 | - | |
mobile-connect | 2.4.0 + | v3 | - |
This project contains SDKs for various COIN APIs.
- Number Portability
- Bundle Switching
- Mobile Connect
- For other APIs you can use Common to add correct credentials to your requests
To use an SDK, you need to configure a consumer.
Support
If you need support, feel free to send an email to the COIN devops team.
slow performance?
In case of degradation of performance of the COIN SDK PHP version 2.1.2 & higher, please consider installing the PHP-GMP extension on your machine(s) that are running the SDK. This due to several changes in phpseclib3 which was introduced during this update.
Local Development
To run the tests locally:
CI_JOB_ID=local ./setup/start-docker-compose
CI_JOB_ID=local ./setup/run-tests