aubreypwd / autoload
Just an empty Composer package used to create autoloaded PHP, just use create-project.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:project
pkg:composer/aubreypwd/autoload
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.