Download the PHP package plume-solution/nitrophp-skeleton without Composer
On this page you can find all versions of the php package plume-solution/nitrophp-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plume-solution/nitrophp-skeleton
More information about plume-solution/nitrophp-skeleton
Files in plume-solution/nitrophp-skeleton
Package nitrophp-skeleton
Short Description Symfony skeleton powered by ReactPHP async functionality
License GPL-3.0-or-later
Informations about the package nitrophp-skeleton
NitroPHP-Skeleton
NitroPHP skeleton is a skeleton for Symfony enpowered by ReactPHP for ultimate performance.
It uses an great asynchronous server for managing request->response cycle and implementing an asynchronous periodic timer based command launching for recurrent task.
Installation
you can install this skeleton by using composer by using :
Usage
server
Server is simply to use, it is a script in bin directory.
For launching, just use :
It use the kernel in a separate process for handle request ike the original index.php of symfony.
For now it is unable to stream assets, please use for api server only. Don't worry, this is future planned
Please refer to original documentation of symfony for create your first controller : https://symfony.com/doc/current/page_creation.html
If you need a specific configuration on the server, you can edit /config/package/server.yaml like this :
Async periodic service
NitroPHP skeleton implementing async symfony command call, this is called from unique instantied kernel of the server and is more speed than using Cron (for linux) or planified task (for windows)
For configuring an periodic call, edit /config/package/periodic_timer.yaml like this :
See Official documentation for creating your first command : https://symfony.com/doc/current/console.html#creating-a-command
Future planned
- Unit test
- Assets stream on the server
- Performance improvement
- On update reboot
- Many cool project using NitroPHP :sunglasses:
- and your suggest :grin:
All versions of nitrophp-skeleton with dependencies
ext-ctype Version *
ext-iconv Version *
nyholm/psr7 Version ^1.1
react/http Version ^0.8.4
sensio/framework-extra-bundle Version ^5.3
symfony/console Version ^4.2
symfony/debug-pack Version ^1.0
symfony/dotenv Version ^4.2
symfony/flex Version ^1.1
symfony/framework-bundle Version ^4.2
symfony/maker-bundle Version ^1.11
symfony/monolog-bundle Version ^3.3
symfony/orm-pack Version ^1.0
symfony/psr-http-message-bridge Version ^1.2
symfony/security-bundle Version ^4.2
symfony/swiftmailer-bundle Version ^3.2
symfony/validator Version ^4.2
symfony/yaml Version ^4.2