wqlim/php-tools

There is no license information available for the latest version (0.0.6) of this package.

php tools

0.0.6 2021-01-10 18:52 UTC

This package is auto-updated.

Last update: 2024-03-29 00:12:04 UTC


README

自己PHP的常用工具

使用方式

composer require wqlim/php-tools=dev-main

// 可方便的查看数据库表结构
Table::index('127.0.0.1','test','root','123456');