bramus / database
A (Legacy) Database Layer for PHP
Fund package maintenance!
bramus
Installs: 81
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bramus/database
Requires
- php: >=7.2
- doctrine/dbal: ~2.5
- pimple/pimple: ~1.0
Requires (Dev)
- bramus/silex-stub: ^1.0
- phpunit/phpunit: ^8.0
README
bramus/database is a (Legacy) Database/Repository Implementation for PHP.
Built by Bram(us) Van Damme (https://www.bram.us) and Contributors
Prerequisites/Requirements
- PHP 7.2 or greater
Installation
Installation is possible using Composer
$ composer require bramus/database ~1.0
Usage
@TODO
Testing
bramus/database ships with unit tests using PHPUnit ~8.0 (@TODO).
- If PHPUnit is installed globally run
phpunitto run the tests. - If PHPUnit is not installed globally, install it locally throuh composer by running
composer install --dev. Run the tests themselves by calling./vendor/bin/phpunitor using the composer scriptcomposer test
$ composer test
License
bramus/database is released under the MIT public license. See the enclosed LICENSE for details.