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.
- Host: GitHub
- URL: https://github.com/aubreypwd-old/autoload
- Owner: aubreypwd-old
- License: mit
- Archived: true
- Created: 2022-10-28T16:40:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T17:00:32.000Z (over 2 years ago)
- Last Synced: 2025-02-16T07:13:29.794Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.