An open API service indexing awesome lists of open source software.

https://github.com/aubreypwd-old/autoload

Just an empty Composer package that autoloads a file where you can do things.
https://github.com/aubreypwd-old/autoload

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# `aubreypwd/autoload`

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

# Usage

```bash
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.