Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spiral/app-cli

Spiral Framework Skeleton CLI Application
https://github.com/spiral/app-cli

console orm php php7 spiral

Last synced: about 1 month ago
JSON representation

Spiral Framework Skeleton CLI Application

Awesome Lists containing this project

README

        


Spiral Framework

# Spiral Console Application Skeleton [![Latest Stable Version](https://poser.pugx.org/spiral/app-cli/version)](https://packagist.org/packages/spiral/app-cli)

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](https://github.com/spiral/roadrunner) and the PHP code of your application stays in memory permanently (anti-memory leak tools included).

[App Skeleton](https://github.com/spiral/app) ([CLI](https://github.com/spiral/app-cli), [GRPC](https://github.com/spiral/app-grpc)) | [**Documentation**](https://spiral.dev/docs) | [Twitter](https://twitter.com/spiralphp) | [CHANGELOG](/CHANGELOG.md) | [Contributing](https://github.com/spiral/guide/blob/master/contributing.md)


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`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).