drift/http-kernel

Http Kernel component for Drift, based on Symfony Http Kernel component

Maintainers

👁 mmoreram

Package info

github.com/driftphp/http-kernel

pkg:composer/drift/http-kernel

Statistics

Installs: 25 370

Dependents: 17

Suggesters: 0

Stars: 35

Open Issues: 3

0.1.20 2023-08-28 11:56 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT a7526e58d623aed244d006baccc83037b5305d3e

  • Marc Morera <yuhu.woop@mmoreram.com>

README

👁 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.