moom/db

1.0.0 2019-03-04 15:29 UTC

This package is not auto-updated.

Last update: 2025-06-17 23:06:05 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads MIT license

This package enables you to perform CRUD actions on DB without typing queries.

Installation

You can install the package via composer:

composer require moom/db --prefer-dist

Usage

<?php
require_once 'vendor/autoload.php';

use MOOM\DB;

$data = DB::fetchAll('users',[]);


var_dump($data);

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email moustafaomar200@gmail.com instead of using the issue tracker.

Credits

License

The DB package is open-source software licensed under the MIT license.