chillerlan / php-magic-apiclient
A magic API client for PHP7.4+.
Installs: 1 657
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/chillerlan/php-magic-apiclient
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!