Download the PHP package antidot-fw/reactive-starter without Composer
On this page you can find all versions of the php package antidot-fw/reactive-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download antidot-fw/reactive-starter
More information about antidot-fw/reactive-starter
Files in antidot-fw/reactive-starter
Package reactive-starter
Short Description Reactive Antidot Framework Apllication Starter
License BSD-2-Clause
Informations about the package reactive-starter
Reactive Antidot Framework
This framework is based on concepts and components of other open source software, especially Zend Expressive, Zend Stratigillity, Recoil and React PHP.
Installation
Install a project using composer package manager:
`
Open your browser localhost on port 5555
and you will see the DriftPHP Server up and running.
Config
Server Config
Default config
Development Mode
To run it in dev mode you can run config:development-mode
command
`
Or you can do it by hand renaming from config/services/dependencies.dev.yaml.dist
to config/services/dependencies.dev.yaml
`
Hot Code Reloading
You can use Php whatcher with composer for more friendly development.
`
Open another console and check the built-in Cli tool
`
Async Usage
It allows executing promises inside PSR-15 and PSR-7 Middlewares and request handlers
PSR-15 Middleware
PSR-7 Request Handler
Classic Usage
It allows executing classic PSR-15 middleware and request handler:
PSR-15 Middleware
PSR-7 Request Handler
Benchmark
Using apache ab with single thread:
using wrk:
See ranking in The Benchmarker - Web Framework project.
All versions of reactive-starter with dependencies
ext-json Version *
antidot-fw/react-framework Version ^1.1.1
antidot-fw/antidot-react-psr15 Version ^0.0.1
antidot-fw/fast-router-adapter Version ^0.2.0
antidot-fw/cli Version ^1.1.0
antidot-fw/container Version ^0.1.0
antidot-fw/dev-tools Version ^0.1.2
antidot-fw/event-dispatcher Version ^2.0.3
antidot-fw/logger Version ^1.1.0
antidot-fw/symfony-config-translator Version ^1.1.0
antidot-fw/yaml-config-provider Version ^0.1.0
webmozart/assert Version ^1.7.0
wshafer/psr11-monolog Version ^3.0.0|@dev