Libraries tagged by database class
noetix/simple-orm
240 Downloads
A simple PHP class to access your MySQL records.
elimuswift/db-exporter
4689 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
detain/crud
771 Downloads
Advanced CRUD Class
abbe98/simple-pdo
322 Downloads
A simpe PDO class for MariaDB and MySQL
roy404/eloquent
56 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.
pubmaster/dbal-table-manager
4200 Downloads
Base class for accessing the database with DBAL connection.
021/safely-transaction
3113 Downloads
Helper class for locking record in database
memclutter/php-dbf
2025 Downloads
Some php classes for easy work with dBase databases.
voodoophp/paginator
1373 Downloads
Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.
vakata/phptree
4818 Downloads
A collection of PHP classes for storing a tree in a relational database
soup/paginator
1526 Downloads
Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.
roddy/firestore-eloquent
313 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
locr-company/vms2-tile-db-reader
167 Downloads
A class for reading tile data from a database.
jelix/php-redis
4002 Downloads
php classes to manage data into a redis database. Fork from Sash php-redis lib.
ixnode/php-date-parser
515 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.