Libraries tagged by database interface
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.
phpfacile/chat-db
18 Downloads
Implementation of the phpfacile/chat interface (aimed to provide a chat/messenger service) with a database as storage
noxxie/ptv-laravel
12 Downloads
Interface between your application and the PTV transfer database
makbeth/yii2-notifications
39 Downloads
The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface. In this version issue with the table name has been fixed
khufu/viewdb
7 Downloads
This Laravel package integrates a powerful web-based database diagramming tool into your Laravel application, based on ChartDB. With an intuitive interface.
kevinem/nonprofit-explorer-php
40 Downloads
ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer.
kevinem/nonprofit-explorer-laravel
24 Downloads
ProPublica provides an application programming interface (API) to the search engine and database that powers Nonprofit Explorer.
joedevsharp/entitylite
15 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
hyder/facade-pattern
31 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.
filippo-toso/laravel-mailog
66 Downloads
Log your emails to the database and view them in a simple web interface
deadbyback/yii2-notifications
0 Downloads
The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
bakgul/laravel-file-creator
125 Downloads
This package aims to create the app, database, and test files. It can be a replacement for Laravel's file generator because this package offers some quite nice features. It offers extra file types like interface, trait, service, etc. Depending on the settings, it can create dozens of files with a single command and connect them to each other properly.
aliirfaan/citronel-external-service
19 Downloads
Consume external APIs using a standard interface using Laravel http client. Log requests and responses for API calls in database and log file for auditing/debugging purposes.
programster/pgsql-objects
1440 Downloads
A library for interfacing with a PostgreSQL database in PHP. Facilitates the creation of objects that represents tables tables. Objects must have id of type UUID.