Skip to content

gunantos/php-spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SIMPLE SPARK


PHP Create Spark Serve for develop your PHP Aplication

USE

  • create file ex: spark
<?php $config = [ 'host'=>'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
php spark

INSTALATION

composer require appkita/spark-serve

Lear More

Chat

Discord

Sponsor

Pay Coffe

About

PHP Server Develop

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published