flint / brick
Binds Symfony and Flint components together with Silex
Installs: 1 195
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 7
Forks: 1
Open Issues: 0
Requires
- php: ~5.5|~7.0
- pimple/pimple: ^3.0
- silex/api: ~2.0@dev
- symfony/config: ^3.0
Requires (Dev)
- doctrine/annotations: ~1.0
- flint/tacker: ^1.0
- silex/silex: 2.0.x-dev
- silex/web-profiler: dev-master
- symfony/debug-bundle: ~3.0
- symfony/http-kernel: ~3.0
- twig/twig: ~1.14
This package is auto-updated.
Last update: 2024-10-29 04:30:55 UTC
README
Brick is the new version of Flint. It brings power and awesomeness to Silex by bridging Silex with multiple components from Symfony and Flint.
Caution
This is build using the next generation of Silex and Pimple. It does not require the full installation of Silex but only its Api package.
Because the next Pimple and Silex versions are still in development, usage of Brick is currently not recommended.
Documentation
Documentation can be found in the doc
directory or rendered at read the docs..
Tests
Brick is tested with PhpSpec and its service providers have integration tests powered by PHPUnit. Both can be run with
$ ./vendor/bin/phpspec $ phpunit
Updating providers subsplit
First install https://github.com/dflydev/git-subsplit. Then update the subsplit and publish it to the right repository.
$ git subsplit publish src/Provider:git@github.com:flint/providers.git --heads=master --update