Skip to content

cbandy/Kohana-SQL

Repository files navigation

Build Status Code Coverage

Kohana\SQL is a library for writing and executing SQL.

It is currently being ported from https://github.com/cbandy/real-database

Development

Install PHPUnit with DbUnit, clone the repository and run phpunit.

Composer

composer install --dev
vendor/bin/phpunit --bootstrap vendor/autoload.php