Download the PHP package woohoolabs/larva without Composer
On this page you can find all versions of the php package woohoolabs/larva. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download woohoolabs/larva
More information about woohoolabs/larva
Files in woohoolabs/larva
Package larva
Short Description Woohoo Labs. Larva Database Abstraction
License MIT
Informations about the package larva
Woohoo Labs. Larva
Woohoo Labs. Larva is an efficient and minimal database abstraction library.
Table of Contents
- Introduction
- Install
- Basic Usage
- Advanced Usage
- Examples
- Versioning
- Change Log
- Contributing
- Support
- Credits
- License
Introduction
Install
The steps of this process are quite straightforward. The only thing you need is Composer.
Add Larva to your composer.json:
To install this library, run the command below and you will get the latest version:
Note: The tests and examples won't be downloaded by default. You have to use
composer require woohoolabs/larva --prefer-source
or clone the repository if you need them.
Basic Usage
Advanced Usage
Examples
Have a look at the examples directory for a really basic
example. Don't forget to run composer install
first in Larva's root directory if you want to try it out!
Versioning
This library follows SemVer v2.0.0.
Change Log
Please see CHANGELOG for more information what has changed recently.
Testing
Larva has a PHPUnit test suite. To run the tests, run the following command from the project folder:
Additionally, you may run docker-compose up
or make test
to execute the tests.
Contributing
Please see CONTRIBUTING for details.
Support
Please see SUPPORT for details.
Credits
- Máté Kocsis
- All Contributors
License
The MIT License (MIT). Please see the License File for more information.