bramus/database
is a (Legacy) Database/Repository Implementation for PHP.
Built by Bram(us) Van Damme (https://www.bram.us) and Contributors
- PHP 7.2 or greater
Installation is possible using Composer
$ composer require bramus/database ~1.0
@TODO
bramus/database
ships with unit tests using PHPUnit ~8.0
(@TODO).
- If PHPUnit is installed globally run
phpunit
to 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/phpunit
or using the composer scriptcomposer test
$ composer test
bramus/database
is released under the MIT public license. See the enclosed LICENSE
for details.