Libraries tagged by application terminate
projector22/taskbench
2 Downloads
A basic terminal application framework
gspataro/cli
18 Downloads
Create terminal applications with ease
esokullu/expect
20 Downloads
Script interactions with interactive terminal applications.
nsmithuk/zf-config-dump
134 Downloads
Dumps an application's config to the terminal
movemoveapp/laravel-vendista
0 Downloads
A Laravel SDK for integrating with Vendista, an acquiring system that provides payment terminals for vending machines. This package allows you to easily connect your Laravel-based applications to the Vendista API to manage vending transactions, monitor terminal statuses, and process payments.
itutu-media/laravel-installer
75 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.