Download the PHP package sentgine/arise without Composer
On this page you can find all versions of the php package sentgine/arise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sentgine/arise
More information about sentgine/arise
Files in sentgine/arise
Package arise
Short Description A simple and lightweight wrapper for creating console commands using PHP.
License MIT
Informations about the package arise
Arise by Sentgine
A simple and lightweight wrapper for creating console commands using PHP. This package is built on top of the Symfony Console component.
Requirements
- PHP 8.1.17 or higher.
Installation & Usage
(1) You can install the package via Composer to your existing PHP project by running the following command:
(2) Then, open your composer.json file and make sure to add the "Console\\Commands\\": "console/Commands" to your autoload.
(3) Run this command to regenerate your autoload files:
(4) In your project's root directory, run the following command:
This will create the "arise" file.
(5) Run this command in your terminal and you will see the list of commands:
(6) Finally, you can start creating a new command by running:
Changelog
Please see the CHANGELOG file for details on what has changed.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
Arise is built and maintained by Adrian Navaja.
- Check out some cool tutorials and stuff on YouTube!
- Catch my latest tweets and updates on Twitter (formerly X)!
- Let's connect on a more professional note over on LinkedIn!
- For more information about me and my work, visit my website: sentgine.com.
License
The MIT License (MIT). Please see the LICENSE file for more information.
All versions of arise with dependencies
symfony/console Version 6.4.x-dev
sentgine/file Version ^1.0
sentgine/helper Version ^1.0