2017 © Pedro Peláez
 

library autoload

My second Composer project

image

objective/autoload

My second Composer project

  • Wednesday, August 2, 2017
  • by obinna.johnphill
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

autoload

Installation Guide

create a composer file and add: { "minimum-stability": "dev",, (*1)

"require": { "php": ">=5.6.4", "objective/autoload": "*" },, (*2)

"autoload": { "psr-4": { "Obinna\":"src/" } } }, (*3)

Install package: sudo composer require "objective/autoload":dev-master, (*4)

Prepare project: copy the index.php file from package to your project directory, (*5)

Generate optimised autoload file: composer dumpautoload -o, (*6)

The Versions

02/08 2017

dev-master

9999999-dev

My second Composer project

  Sources   Download

The Requires

  • php >=5.6.4

 

by Obinna Johnphill