Libraries tagged by php sql int
emdev/api-orm
147 Downloads
This package is intended for creating PHP APIs with ORM for MYSQL and SQL
zrnik/mksql
1122 Downloads
MkSQL is a tool for keeping your tables up to date with PHP code. You can use it in your project or as a database preparation in your integration tests.
webjet-cloud/webjet-cloud
7 Downloads
WebJet | With Choose SQL method without MVC use, for go Up frontend add NodeJS
roy404/eloquent
2 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
phonetworks/pho-compiler
81 Downloads
Compiles GraphQL schema into PHP classes for use in Pho stack.
madbyad/mpl-mysql
4 Downloads
A PHP library to provide a simple interface to communicate with a mysql database
kitlabs/dbal
107 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
invincible-tech-systems/easeamp-mysql-redis
14 Downloads
A very simple and safe PHP library that enables easy redis cache warmup from MySQL/MariaDB Database. This uses EaseAmpMysql and EaseAmpRedis packages, that wraps up the AmPHP related MySQL and Redis Packages to interact with MySQL/MariaDB database and also with Redis in-memory cache in an asynchronous & non-blocking way.
atayahmet/laravel-runnable
11 Downloads
Laravel 5 runnable environments
alexkratky/paginationx
8 Downloads
Class to split data into several pages.
dmitry-php/convert-migrations
14 Downloads
Artisan command to convert your current SQL database schema into a Laravel 5 Migration file.
taeluf/phad
157 Downloads
Framework for integrating html, sql, & php into a html-based views
electrolinux/yaskef
3 Downloads
A PHP,SQL,Javascript live interpreter based on the Silex-Kitchen-Edition.
erodriguezds/active-orm
3 Downloads
Yet another lightweight ActiveRecord ORM for PHP library is responsible for building SQL query strings, Paginate and Hydration via an object oriented PHP interface.
swew/db
17 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.