Developer friendly database library for vtiger
You can install the package via composer:
composer require javanile/hamper
You simply get your $hdb
object to access on database
use Javanile\Hamper\Hamper;
$hdb = Hamper::getInstance();
asdkljalsd askdjalòskdjasld aksdjalskdja dasdkjasldkjasd as dalksdjalòskdj
$hdb->query(...)
asdasdasd adasdasd
$hdb->fetch(...)
$hdb->fetchAll(...)
$hdb->insert(...)
$hdb->update(...)
$hdb->delete(...)
$hdb->create(...)
Please see CHANGELOG for more information on what has changed recently.
$ make install
$ make tdd take=tests/HamperDatabaseTest.php
Please see CONTRIBUTING for details.
If you discover any security related issues, please email bianco@javanile.org instead of using the issue tracker.
We highly appreciate if you create a social post on facebook or twitter with following hashtag:
Javanile is a community project agency based in Sicily, Italy. You'll find an overview of all our projects on our website.
Does your business depend on our contributions? Reach out and support us on Patreon.
The MIT License (MIT). Please see License File for more information.