Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 432 Bytes

aubreypwd/autoload

Just an empty Composer package that autoloads a file where you can do things.

Usage

composer create-project aubreypwd/autoload --ask --stability=dev

This will create a package with this as a base. Edit src/autoload.php (which is autoloaded) to write your PHP scripts there. Make sure and edit composer.json, and README.md and LICENSE before you publish your package to packagist.org.