strike / framework
0.2.0
2022-07-30 17:35 UTC
Requires
- php: ^8.1
- monolog/monolog: ^3.1
- psr/container: ^2.0
- psr/log: ^3.0
- symfony/console: ^6.1
- symfony/error-handler: ^6.1
- symfony/finder: ^6.1
- symfony/http-foundation: ^6.1
- symfony/routing: ^6.1
- symfony/string: ^6.1
- symfony/var-dumper: ^6.1
- vlucas/phpdotenv: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5.20
This package is auto-updated.
Last update: 2024-10-24 06:16:15 UTC
README
warning Strike is a very new framework and things are up too change. there is no stable release yet.
This repository contains the source code of the Strike Framework.
If you want to start a new project with Strike, please visit the strike-php/strike repository.
Strike is a lean PHP web application framework. It tries to fill the gap between micro frameworks which do not offer enough features and full frameworks which offer too many features in a too opinionated way.
Strike offers features like:
- Fast routing with middleware support
- Dependency Injection Container with auto resolution
- Easy logging with multiple drivers
- Powerful CLI based on symfony/console
Learn how to Strike
The Strike docs are the best place to help you get started.
License
The Strike framework is open source software licensed under the MIT license