driftphp / http-kernel

:recycle: ReactPHP based kernel on top of Symfony components

Home Page:https://driftphp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DriftPHP Http Kernel

CircleCI

This package provides async features to the Symfony (+4.3) Kernel. This implementation uses ReactPHP Promise library and paradigm for this purposes.

Some first steps for you!

or

Running Tests locally

In order to run the tests locally you must use one of the following snippet

composer update -n --prefer-dist
rm -Rf var/*
php vendor/bin/phpunit --testsuite=base --exclude-group=with-filesystem

Please note: phpunit caches the compiled container when it runs. Therefore, make sure to clear the cache from ./var/test, on any modification that causes the container to change.

About

:recycle: ReactPHP based kernel on top of Symfony components

https://driftphp.io

License:MIT License


Languages

Language:PHP 100.0%