Libraries tagged by lines
wapmorgan/php-code-analyzer
132691 Downloads
A program that finds usage of different non-built-in extensions in your php code.
toolkit/cli-utils
206498 Downloads
useful cli tool library of the php
sspooky13/yaml-standards
431860 Downloads
Standards for yaml files
rahul900day/laravel-console-spinner
104071 Downloads
Laravel Console Spinner is a spinner output for Laravel command line.
nunomaduro/laravel-console-dusk
49627 Downloads
Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
jbzoo/cli
584114 Downloads
The framework helps create CLI tools and provides new tools for symfony/console, symfony/process.
hi-folks/lara-lens
58303 Downloads
Laravel Diagnostic command for configuration, db connection, http request
corneltek/cliframework
158570 Downloads
Command-line framework for PHP
clue/commander
21510 Downloads
Finally a sane way to register available commands and arguments and match your command line in PHP.
clue/arguments
182196 Downloads
The simple way to split your command line string into an array of command arguments in PHP.
bvanhoekelen/terminal-style
733484 Downloads
Return your terminal message in style! Change the text style, text color and text background color form the terminal interface with ANSI color codes. The terminal style tool support Laravel and Composer.
zetacomponents/graph
467203 Downloads
A component for creating pie charts, line graphs and other kinds of diagrams.
zetacomponents/console-tools
1667094 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
victorjonsson/markdowndocs
412925 Downloads
Command line tool for generating markdown-formatted class documentation
text/template
192037 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.