antidot-fw / framework
Anti.Framework library
Fund package maintenance!
kpicaza
Installs: 2 770
Dependents: 8
Suggesters: 0
Security: 0
Stars: 18
Watchers: 6
Forks: 3
Open Issues: 3
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- nikic/fast-route: ^1.3
- psr/container: ^2.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
- react/async: ^4.1
- react/child-process: ^0.6.4
- react/http: ^1.5
Requires (Dev)
- filp/whoops: ^2.3
- franzl/whoops-middleware: ^1.1 || ^2.0
- icanhazstring/composer-unused: ^0.8.9
- nyholm/psr7: ^1.4
- nyholm/psr7-server: ^1.0
- phpro/grumphp: ^1.0
- phpstan/phpstan: ^1.2
- phpunit/phpunit: ^9.0
- roave/infection-static-analysis-plugin: ^1.32
- squizlabs/php_codesniffer: ^3.4
- symfony/var-dumper: ^5.0
- vimeo/psalm: ^4.0.0
Suggests
- franzl/whoops-middleware: Pretty error handling for development.
README
This package contains core components to make Antidot Framework work.
- PSR-15 Middleware
- Router
- Server
- Error Handlers
Requirements
v2.x.x
- PHP >= 8.1
v1.x.x
- PHP >= 7.4.0
Installation
composer require antidot-fw/framework
Usage
Take a look at Getting Started Guide in our Docs Site.