yiisoft / yii-web
Yii Framework Web Extension
Fund package maintenance!
Open Collective
yiisoft
Installs: 61 186
Dependents: 13
Suggesters: 0
Security: 0
Stars: 79
Watchers: 31
Forks: 53
Open Issues: 5
Requires
- php: ^7.4|^8.0
- ext-dom: *
- ext-json: *
- psr/container-implementation: 1.0.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.0
- psr/http-factory-implementation: 1.0
- psr/http-message: ^1.0
- psr/http-message-implementation: 1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- yiisoft/aliases: ^1.1|^2.0
- yiisoft/friendly-exception: ^1.0
- yiisoft/http: ^1.2
- yiisoft/middleware-dispatcher: ^2.0
- yiisoft/network-utilities: ^1.0
- yiisoft/router: ^3.0@dev
- yiisoft/validator: ^3.0@dev
Requires (Dev)
- nyholm/psr7: ^1.3
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.7
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.7
- yiisoft/composer-config-plugin: ^1.0@dev
- yiisoft/di: ^3.0@dev
- yiisoft/router-fastroute: ^3.0@dev
Provides
This package is auto-updated.
Last update: 2021-11-12 16:56:14 UTC
README
Yii Framework Web Extension
Installation
The package could be installed with composer:
composer require yiisoft/yii-web
General usage
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infection
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
Support the project
Follow updates
License
The Yii Framework Web Extension is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.