Download the PHP package conn/conn-crud without Composer
On this page you can find all versions of the php package conn/conn-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download conn/conn-crud
More information about conn/conn-crud
Files in conn/conn-crud
Download conn/conn-crud
More information about conn/conn-crud
Files in conn/conn-crud
Vendor conn
Package conn-crud
Short Description Conexão ao banco de dados Mysql para operações CRUD
License MIT
Package conn-crud
Short Description Conexão ao banco de dados Mysql para operações CRUD
License MIT
Please rate this library. Is it a good library?
Informations about the package conn-crud
ConnCrud
operações CRUD no banco
REQUER um arquivo com os dados de conexão definidos, segue modelo abaixo. REQUER PHP 7.0.10 ou superior
modelo:
define('PRE', 'prefixoPadrao_');
define('HOST', 'localhost');
define('USER', 'root');
define('PASS', '');
define('DATABASE', 'dataBaseName');
define('DOMINIO', 'localhost/teste');
All versions of conn-crud with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package conn/conn-crud contains the following files
Loading the files please wait ....