zorachka / database
Database Provider
Installs: 664
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- cycle/database: ^2.4
- cycle/migrations: ^4.0
- cycle/schema-migrations-generator: ^2.1
- doctrine/migrations: ^3.6
- doctrine/sql-formatter: ^1.1
- yiisoft/cache: ^3.0
- yiisoft/db-pgsql: ^1.1
- zorachka/console: ^1.1
- zorachka/container: ^3.1
- zorachka/directories: dev-main
- zorachka/event-dispatcher: ^3.1
This package is auto-updated.
Last update: 2024-10-29 18:14:13 UTC
README
Zorachka Database
Installation
You can install the package via composer:
composer require zorachka/database
Usage
To create a container you need to pass array of ServiceProvider
objects interface:
<?php declare(strict_types=1);
Testing
make test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.