项目作者: driftphp

项目描述 :
:recycle: ReactPHP based kernel on top of Symfony components
高级语言: PHP
项目地址: git://github.com/driftphp/http-kernel.git
创建时间: 2019-10-24T10:30:26Z
项目社区:https://github.com/driftphp/http-kernel

开源协议:MIT License

下载


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

  1. composer update -n --prefer-dist
  2. rm -Rf var/*
  3. 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.