Libraries tagged by function mysql
letaprodoit/helpers
32 Downloads
Global functions used by various services
jyoungblood/dbkit
31 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
imrgrgs/bioorm
10 Downloads
BioOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.
hxgf/dbkit
46 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
grayphp/helpers
13 Downloads
core php helper functions.
faisalrehmanid/fr-db
77 Downloads
This library provide simple functions to query database
ecosystem/doctrine2-spatial
31 Downloads
Doctrine2 multi-platform support for spatial types and functions
dweik/crud-generator
62 Downloads
it's a easy tool for laravel +5.1 to generate crud functions base database tables
durimjusaj/doctrine-extensions
64 Downloads
Doctrine Extensions for MySQL and PostgreSQL.
devimteam/doctrine-extensions
2190 Downloads
Doctrine Extensions for MySQL and PostgreSQL. Fork with bigint support
ddproxy/doctrine2-spatial
578 Downloads
Doctrine2 multi-platform support for spatial types and functions
asykn/doctrine2-spatial
0 Downloads
Doctrine2 multi-platform support for spatial types and functions
agencelimitless/doctrine2-spatial
33 Downloads
Doctrine2 multi-platform support for spatial types and functions
thesoftwarepeople/helpers
59 Downloads
Global functions used by various services
yanxishe/php-old-style
0 Downloads
A compatibility layer of old php functions for running in new php versions,for example use mysql_* function in PHP5.5 or later. Chinese :php-old-style是一个PHP旧版本函数的兼容层,可以在新的PHP版本中兼容一些被废弃的函数(将旧函数名称用新函数来实现)。比如可以在PHP5.5之后的版本,继续使用mysql_*系列函数。