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
Make sure that your server is configured with following PHP version and extensions:
- PHP 7.4+, 64bit
- mb-string extension
Application bundle includes the following components:
- Console commands via Symfony/Console (auto-discovery)
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
MIT License (MIT). Please see LICENSE
for more information. Maintained by Spiral Scout.