Yii DataBase Library
This package's canonical repository appears to be gone and the package has been frozen as a result.
Fund package maintenance!
Open Collective
yiisoft
Requires
- php: ^8.0
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- psr/log: ^1.1
- yiisoft/arrays: ^2.0
- yiisoft/cache: ^1.0
- yiisoft/data: 3.0.x-dev
- yiisoft/log: ^1.0
- yiisoft/profiler: ^1.0
- yiisoft/strings: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.4
- roave/infection-static-analysis-plugin: ^1.14
- vimeo/psalm: ^4.2
- yiisoft/aliases: ^1.1|^2.0
- yiisoft/di: ^1.0
- yiisoft/event-dispatcher: ^1.0
- yiisoft/json: ^1.0
This package is auto-updated.
Last update: 2023-04-29 01:32:05 UTC
README
Yii DataBase Library
This database library provides: database access abstraction and query builder. It is used in Yii Framework but is supposed to be usable separately.
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
Support the project
Follow updates
License
The Yii DataBase Library is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.