Download the PHP package tim168/data-dict without Composer
On this page you can find all versions of the php package tim168/data-dict. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tim168/data-dict
More information about tim168/data-dict
Files in tim168/data-dict
Download tim168/data-dict
More information about tim168/data-dict
Files in tim168/data-dict
Vendor tim168
Package data-dict
Short Description A plug-in that generates a data dictionary
License MIT
Package data-dict
Short Description A plug-in that generates a data dictionary
License MIT
Please rate this library. Is it a good library?
Informations about the package data-dict
Data Dict
可以生成HTML、PDF格式数据字典的PHP组件
安装
使用
require __DIR__ .'/vendor/autoload.php';
use Tim168\DataDict\DataDict;
$data = new DataDict('dbHost', 'dbUserName', 'Password', 'dbName','port');
$data->get('fileName','type','lang');
参数说明
dbHost:数据库IP地址
dbUserName:数据库账号
Password:数据库密码
dbName:数据库名称
port:数据库端口号(默认为3306)
fileName:文件名
type:html或pdf
lang:zh-CN(中文)、en(英文)
获取html
$data->get('test','html','zh-CN');
获取pdf
$data->get('test','pdf','zh-CN');
示例图
License
MIT
后语
欢迎Star
All versions of data-dict with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-mysqli Version *
phpunit/phpunit Version ^8.5
mockery/mockery Version ^1.3
mpdf/mpdf Version ^8.0
ext-mysqli Version *
phpunit/phpunit Version ^8.5
mockery/mockery Version ^1.3
mpdf/mpdf Version ^8.0
The package tim168/data-dict contains the following files
Loading the files please wait ....