Download the PHP package ricardopedias/freep-console without Composer
On this page you can find all versions of the php package ricardopedias/freep-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ricardopedias/freep-console
More information about ricardopedias/freep-console
Files in ricardopedias/freep-console
Download ricardopedias/freep-console
More information about ricardopedias/freep-console
Files in ricardopedias/freep-console
Vendor ricardopedias
Package freep-console
Short Description Camada para linha de comando do framework Freep.
License MIT
Package freep-console
Short Description Camada para linha de comando do framework Freep.
License MIT
Please rate this library. Is it a good library?
Informations about the package freep-console
Freep Console
English | Português |
---|
Synopsis
This repository contains the necessary functionality to easily implement a terminal command manager in a PHP application.
For detailed information, see Documentation Summary.
How to use
1. Create a command
Implement a command called "my-command", based on the abstract class Freep\Console\Command
:
2. Create a script
Create a file, call it for example "myconsole", and add the following content:
3. Run the script
Characteristics
- Made for PHP 8.0 or higher;
- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with :heart: & :coffee:.
Credits
All versions of freep-console with dependencies
PHP Build Version
Package Version
The package ricardopedias/freep-console contains the following files
Loading the files please wait ....