PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP AutoLoad One   package.json   Download  
File: package.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:
Date: 4 years ago
Size: 638 bytes
 

Contents

Class file image Download
{ "name": "autoloadone", "version": "1.11.0", "description": "PHP library for generate auto load class", "main": "vendor/AutoLoadOne.php", "directories": { "doc": "doc", "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/EFTEC/AutoLoadOne.git" }, "keywords": [ "php", "autoload", "autoinclude" ], "author": "Jorge Castro C", "license": "MIT", "bugs": { "url": "https://github.com/EFTEC/AutoLoadOne/issues" }, "homepage": "https://github.com/EFTEC/AutoLoadOne#readme" }