PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP AutoLoad One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AutoLoad One
Generate scripts to autoload classes of a project
Author: By
Last change: * 1.17 2020-01-26 (optional but by default), the map is compressed.
* The compression has a minimum impact on runtime, it only uses a regular expression to replace a string.
1.15 2019-06-08 Removed external css again. Now it generates the css inside the file.
1.14
1.11
1.10
1.9
1.8
1.6
1.5
1.3 added interface and a fix with the classes.
1.3 added interface and a fix with the classes.
Date: 4 years ago
Size: 653 bytes
 

Contents

Class file image Download
{ "name": "eftec/autoloadone", "description": "AutoloadOne is a program that generates an autoload class for PHP.", "type": "software", "keywords": ["php","autoload"], "homepage": "https://github.com/EFTEC/AutoLoadOne/tree/legacy", "minimum-stability": "beta", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" }], "config": { "platform": { "php": "5.6" } }, "require": { "ext-json": "*", "php":">=5.6" }, "extra": { "branch-alias": { "dev-master": "1.17.0-dev" } }, "archive": { "exclude": ["/examples"] } }