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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package reactive-starter

Reactive Antidot Framework

link-packagist

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.

`

Default homepage

Open another console and check the built-in Cli tool

`

Default console 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

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package antidot-fw/reactive-starter contains the following files

Loading the files please wait ....