aubreypwd / autoload
Just an empty Composer package used to create autoloaded PHP, just use create-project.
dev-main
2022-10-28 17:00 UTC
This package is auto-updated.
Last update: 2024-10-28 21:16:46 UTC
README
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.