Libraries tagged by application terminate
farshchian2090/laravel-shell
0 Downloads
Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.
comphp/console
1 Downloads
Console executive, command, and terminal tooling support for PHP applications.
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.
karim-tao/concurrent-console-progress
1 Downloads
Concurrent progress dashboard for PHP console applications that need to render and monitor multiple concurrent tasks in a single live terminal view.
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.