spiral / app-cli
Spiral Skeleton Console Application
Installs: 910
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 7
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=8.1
- spiral/framework: ^3.0
README
Spiral Console Application Skeleton
Spiral Framework is a High-Performance PHP/Go Full-Stack framework and group of over sixty PSR-compatible components. The Framework execution model based on a hybrid runtime where some services (GRPC, Queue, WebSockets, etc.) handled by Application Server RoadRunner and the PHP code of your application stays in memory permanently (anti-memory leak tools included).
App Skeleton (CLI, GRPC) | Documentation | Twitter | CHANGELOG | Contributing
Server Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 7.4+, 64bit
- mb-string extension
Application Bundle
Application bundle includes the following components:
- Console commands via Symfony/Console (auto-discovery)
Installation
composer create-project spiral/app-cli
Once the application is installed you can ensure that it was configured properly by executing:
$ php ./app.php configure
To start console application:
$ php ./app.php
License:
MIT License (MIT). Please see LICENSE
for more information. Maintained by Spiral Scout.