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
See sample code here
More information available on
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)
Monext support - [email protected]
Monext PHP is licensed under the LGPL-3.0+ License - see the LICENSE file for details