https://github.com/paygreen/paygreen-php
PHP SDK for the PayGreen API.
https://github.com/paygreen/paygreen-php
php sdk
Last synced: 9 months ago
JSON representation
PHP SDK for the PayGreen API.
- Host: GitHub
- URL: https://github.com/paygreen/paygreen-php
- Owner: PayGreen
- Created: 2021-12-07T13:24:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T14:45:58.000Z (over 1 year ago)
- Last Synced: 2025-09-04T23:55:47.569Z (10 months ago)
- Topics: php, sdk
- Language: PHP
- Homepage: https://www.paygreen.io/
- Size: 882 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Paygreen PHP SDK
## 🚀 Getting Started
### Installation
```shell
composer require paygreen/paygreen-php
```
### Requirements
- PHP 8.0 and above (Ã partir de la version 1.4.0 du sdk).
Ce changement fait suite à l'évolution de l'interface RequestInterface de php-http/message.
- PHP 5.6 to 8.0 (voir les versions inférieures à 1.4.0.
- [PSR-18](https://www.php-fig.org/psr/psr-18/) HTTP Client like [Guzzle](https://github.com/guzzle/guzzle) or [curl-client](https://github.com/php-http/curl-client)
## 📚 Documentation
> 🚀 Find the documentation for Paygreen V3 [here](https://github.com/PayGreen/paygreen-php/tree/master/docs/v3).
## 🚧 Testing
Start docker stack:
```shell
docker compose up -d
```
PHPUnit tests:
```shell
docker compose exec php vendor/bin/phpunit tests
```
Behat tests:
```shell
docker compose exec php vendor/bin/behat
```