Warning: this repository it's in planning stage, nothing here it's done or functional.
Query Builder for easing the SQL composing in NoSQL Databases
To be concluded
Designed for Couchbase 5.0
composer require sant0ro/builder
- Learn composer. You should not be looking for an alternative install. It is worth the time. Trust me ;-)
- Follow this set of instructions
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
To be concluded
Reference
Here is the issue tracker.
Only TDD code will be accepted. Please follow the PSR-2 code standard.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
phpunit --configuration tests/phpunit.xml
phpcs --standard=PSR2 lib
phpcs --standard=PSR2 tests
# alternatively
./bin/travis/run_phpcs.sh