package-wizard / composer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Lightweight project template
dev-main
2026-01-16 03:47 UTC
Requires
- php: ^8.2
Requires (Dev)
- pestphp/pest: ^3.7.4
This package is auto-updated.
Last update: 2026-02-16 04:02:44 UTC
README
Tip
Package Wizard is a library for easy creation and customization of new projects with a CLI tool using ready-made templates.
Installation
To get the latest version of Package Wizard, simply require the project using Composer:
composer require package-wizard/composer-light
Using
Describe here what your application will do.
And this template just returns the text:
use PackageWizard\ComposerLight\YourApp; return YourApp::get(); // This is a very cool project!
Documentation
See the documentation for detailed installation instructions.
License
The Package Wizard is licensed under the :license:.