Libraries tagged by application terminate
bocharsky-bw/console-google-tasks
12 Downloads
An application for real console geeks which allows to interact with Google Tasks API directly in your terminal and based on the awesome Symfony Console component
projector22/taskbench
2 Downloads
A basic terminal application framework
gspataro/cli
17 Downloads
Create terminal applications with ease
nsmithuk/zf-config-dump
134 Downloads
Dumps an application's config to the terminal
itutu-media/laravel-installer
72 Downloads
Laravel Installer is a package that handles the installation of the application. It extends Laravel's Command class and has a signature of app:install. This command can be run in the terminal with php artisan app:install.
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.