monext / monext-php
Monext PHP Library
4.77.0
2024-09-27 15:57 UTC
Requires
- php: >=5.6
- ext-curl: *
- ext-mbstring: *
- ext-openssl: *
- ext-soap: *
- monolog/monolog: 1.* || ~2.0 || ~3.0
- symfony/cache: >=3.4
This package is auto-updated.
Last update: 2024-10-27 16:54:25 UTC
README
Monext PHP - Monext library for PHP
Installation
Use composer to install the monext package
composer require monext/monext-php
To update the package
composer require monext/monext-php
In order to install a specific version x.xx you can execute
composer require monext/monext-php:x.xx
Usage
See sample code here
Docs
More information available on
Prerequisites
Compliant with PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2
Requires monolog/monolog and symfony/cache, just let Composer do the job
In order to make http call for failover, ext-curl is mark has required, it can be commented if you disable failover or set allow_url_fopen to true in php.ini (in order to use file_get_contents)
Author
Monext support - support@payline.com
License
Monext PHP is licensed under the LGPL-3.0+ License - see the LICENSE file for details