https://github.com/siguici/php-app
A PHP package to facilitate CLI/CGI application creation, command/request routing, argument retrieval, input checking and output styling.
https://github.com/siguici/php-app
argc-argv args args-parser cgi-app cli-app command-line command-result input-output order php php8 request-response routing styling types url-parser web-application
Last synced: 10 days ago
JSON representation
A PHP package to facilitate CLI/CGI application creation, command/request routing, argument retrieval, input checking and output styling.
- Host: GitHub
- URL: https://github.com/siguici/php-app
- Owner: siguici
- License: apache-2.0
- Created: 2022-02-27T15:27:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T16:22:24.000Z (about 3 years ago)
- Last Synced: 2025-03-13T02:37:20.537Z (2 months ago)
- Topics: argc-argv, args, args-parser, cgi-app, cli-app, command-line, command-result, input-output, order, php, php8, request-response, routing, styling, types, url-parser, web-application
- Language: PHP
- Homepage: https://packagist.org/packages/ske/app
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Application Interface Manager
A light framework which offers the basic tools to design interactive interfaces of PHP applications with input/output management and processing of command/request arguments.