Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gunantos/php-spark
PHP Server Develop
https://github.com/gunantos/php-spark
php server serverless-framework spark
Last synced: 6 days ago
JSON representation
PHP Server Develop
- Host: GitHub
- URL: https://github.com/gunantos/php-spark
- Owner: gunantos
- Created: 2021-05-25T05:15:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T15:42:26.000Z (over 3 years ago)
- Last Synced: 2024-07-04T03:00:41.370Z (5 months ago)
- Topics: php, server, serverless-framework, spark
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PHP SIMPLE SPARK
[![PHP Composer](https://github.com/gunantos/php-spark/actions/workflows/php.yml/badge.svg)](https://github.com/gunantos/php-spark/actions/workflows/php.yml)
PHP Create Spark Serve for develop your PHP Aplication## USE
- create file ex: `spark`
```php
'127.0.0.1',
'port'=>8080,
'path'=>'',
'indexFiles'=> ['index.php', 'index.html'],
'router' => []
];
$serve = new Appkita\SPARK\Serve($config); // default array empty || []
$serve->run();
```- open commandprom
```sh
php spark
```### INSTALATION
`composer require appkita/spark-serve`
### Lear More
- [php](https://www.php.net/manual/en)
### Chat
[Discord](https://discord.gg/bXUWCSaw)
### Sponsor
[Pay Coffe](https://sponsor.app-kita.net)