PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMacros   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eMacros
PHP LISP language interpreter
Author: By
Last change: Deprecated: ExtendedEnvironment class
Updated: docs
Date: 10 years ago
Size: 451 bytes
 

Contents

Class file image Download
{ "name" : "emacros/emacros", "description" : "The Extensible Macros Library for PHP", "authors" : [{ "name" : "Emmanuel Antico", "email" : "emmanuel.antico@gmail.com" } ], "keywords" : [ "emacros", "macros", "lisp", "interpreter", "s-expressions" ], "license" : [ "BSD 2-Clause License" ], "require" : { "php" : ">=5.4.0" }, "autoload" : { "psr-0" : { "eMacros" : "src/" } }, "minimum-stability" : "stable" }