Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.28 KB

File metadata and controls

39 lines (28 loc) · 1.28 KB

PHP implementation of Action Message Format

Latest Stable Version Total Downloads Latest Unstable Version Build License

INSTALLATION

The preferred way to install this library is through composer.

You can either run:

php composer.phar require fproject/phpamf "*"

or add this block to the require section of your composer.json file:

"require" : {
		"php" : ">=5.4.0",
		"fproject/phpamf": "*",
		// ...
	}

REQUIREMENTS

The minimum requirement by phpamf:

  • Your Web server supports PHP 5.4 or above

##LICENSE

phpamf is released under the Apache 2.0 License. See the bundled LICENSE.md for details.

##LINKS