aubreypwd / autoload
This package is abandoned and no longer maintained.
No replacement package was suggested.
Just an empty Composer package used to create autoloaded PHP, just use create-project.
dev-main
2022-10-28 17:00 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2024-11-28 21:33:51 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.