chillerlan / php-magic-apiclient
This package is abandoned and no longer maintained.
No replacement package was suggested.
A magic API client for PHP7.4+.
3.1.0
2020-10-22 22:20 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- chillerlan/php-settings-container: ^2.1
- psr/http-message: ^1.0
README
A magic API client for PHP 7.4+.
Documentation
Requirements
- PHP 7.4+
Installation
requires composer
composer.json (note: replace dev-master
with a version boundary)
{ "require": { "php": "^7.4", "chillerlan/php-magic-apiclient": "dev-master" } }
Profit!