coccoto/select-db
最新稳定版本:v1.0.0
Composer 安装命令:
composer require coccoto/select-db
包简介
README 文档
README
A little support for database operations.
Prerequisites
- PHP 7.4
Installation
$ composer require coccoto/select-db
Usage
Connect to the database.
- index.php
require_once 'vendor/autoload.php'; $connInfo = [ 'host' => '', 'dbname' => '', 'user' => '', 'pass' => '', ]; coccoto\selectDb\CRUD::push($connInfo);
Example
License
MIT License
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-01