objective / autoload
There is no license information available for the latest version (dev-master) of this package.
My second Composer project
dev-master
2018-11-14 16:31 UTC
Requires
- php: >=5.6.4
This package is not auto-updated.
Last update: 2025-06-22 08:13:07 UTC
README
Installation Guide
create a composer file and add: { "minimum-stability": "dev",
"require": { "php": ">=5.6.4", "objective/autoload": "*" },
"autoload": { "psr-4": { "Obinna\":"src/" } } }
Install package: sudo composer require "objective/autoload":dev-master
Prepare project: copy the index.php file from package to your project directory
Generate optimised autoload file: composer dumpautoload -o