marella/phd

PHP数据库库。

v0.0.1 2016-03-17 13:37 UTC

This package is not auto-updated.

Last update: 2024-09-25 22:58:43 UTC


README

Coverage Status Build Status StyleCI Latest Stable Version Total Downloads Latest Unstable Version License

PHP数据库库。来自Laravel框架

快速使用

composer require marella/phd
<?php

require 'vendor/autoload.php';
$config = require 'config/database.php'; // load config array from a file

use PhD\DB;
DB::init($config);

$users = DB::select('select * from users where active = ?', [1]);

文档

有关更多详细信息,请参阅wiki和文档。

贡献

在创建问题或拉取请求之前,请参阅贡献指南

许可证

MIT许可证下发布的开源软件。