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

This package is auto-updated.

Last update: 2021-05-22 23:31:55 UTC


README

A magic API client for PHP 7.4+.

version license Packagist downloads PayPal donate

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!