Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spiral/app-cli
- Owner: spiral
- License: mit
- Created: 2019-05-23T09:58:58.000Z (over 5 years ago)
- Default Branch: 1.0
- Last Pushed: 2022-08-30T08:44:52.000Z (about 2 years ago)
- Last Synced: 2024-09-30T14:04:47.166Z (about 1 month ago)
- Topics: console, orm, php, php7, spiral
- Language: PHP
- Homepage: https://spiral.dev/
- Size: 39.1 KB
- Stars: 11
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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* extensionApplication 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).