spiral/app-cli

Spiral Skeleton Console Application

v2.0.0 2022-08-30 08:44 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:34 UTC


README

Spiral Framework

Spiral Console Application Skeleton Latest Stable Version

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.