Libraries tagged by cli app
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.
nvan/cli-plus
8 Downloads
CLI Plus is a PHP little library to add colors and effects to CLI apps
mateodioev/php-easy-cli
120 Downloads
Create cli apps
manaphp/app-cli
16 Downloads
ManaPHP Cli Application
limboniatech/limbonia-app-cli
0 Downloads
This is the Limbonia CLI App Library
ibrostudio/db-dump-cli
34 Downloads
CLI app to generate databases dump.
hschulz/php-app-kernel
1 Downloads
A basic CLI app kernel.
heartsentwined/zf2-cli
254 Downloads
helper functions for building a zf2 CLI app
glennforrest/cli-date-formats
8 Downloads
CLI app to show commonly used date format tokens in your terminal
epii/tiny-app
634 Downloads
一个超级简单的php app基础,可用于简单的api开发,cli app 开发。
watoki/cli
1050 Downloads
Library for CLI application in PHP
waglpz/cli-meta
63 Downloads
CLI application component
unb-libraries/dockworker-cli
428 Downloads
Deploy and develop CLI applications via a consistent and unified workflow.
ulrack/cli-application
40 Downloads
The Ulrack CLI application package.
swew/cli
151 Downloads
SWEW/CLI: A PHP package for streamlined command line interface (CLI) development, providing an intuitive API for creating custom commands, handling input/output, and executing command logic effortlessly. Simplify your CLI application development with rapid development.