Just an empty Composer package that autoloads a file where you can do things.
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.