| title | How to use PHP from the command-line? |
|---|---|
| updated | March 16, 2016 |
| permalink | /faq/php-cli/ |
PHP is mostly known to be used for writing web applications. But that is not the whole picture of PHP language.
You can use PHP to write command-line applications as well.
Some useful libraries:
- Cilex - Light-weight framework for creating command-line applications
- CLImate
- Hoa\Console
- PHP Shell Framework
- Symfony Console Component
- Webmozart Console