Download the PHP package houdunwang/database without Composer

On this page you can find all versions of the php package houdunwang/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package database

数据库

数据库组件用于完成数据库、表、记录的管理。

登录 GITHUB 查看源代码

[TOC]

安装组件

使用 composer 命令进行安装或下载源代码使用。

HDPHP 框架已经内置此组件,无需要安装

开始使用

配置

本组件使用了 Db组件 需要先进行配置, 请查看 GitHub文档 进行配置

获取表字段信息

获取user表的所有字段

获取表主键

删除表

修复表

优化表

获取数据库大小

获得当前数据库大小即所有表碎片、数据、索引之和

获取表大小

获得 news 表大小,包含表碎片、数据、索引之和

锁表

解锁表

清空表

获所有表信息

获得当前数据库的所有表信息 , 数据大小包括碎片、数据、索引

检测表是否存在

测表字段是否存在

执行多条SQL语句


All versions of database with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
houdunwang/config Version ~1.0
houdunwang/db Version ~1.0
houdunwang/arr Version ~1.0
houdunwang/dir Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package houdunwang/database contains the following files

Loading the files please wait ....