Libraries tagged by simple database
brtriver/dbup
530 Downloads
simple migration tool with PDO
axilivo/seedvault
50 Downloads
A Laravel package to create, manage, and restore database snapshots as Seeder files with a simple UI and Artisan commands.
yeswiki/yeswiki
18 Downloads
A wiki system with extensions making collaboration more simple (databases, maps, easy editing, themes,...)
ronanchilvers/orm
2172 Downloads
Simple database ORM implementation
holtbosse/db
409 Downloads
simple database class for working with pdo
gp/dbms
114 Downloads
Simple PHP Database tool with QueryParam class supports mysqli and pdo
prowebcraft/php-json-db
1999 Downloads
Simple And Flexible database in JSON file
thedava/dod-lite
277 Downloads
Document-oriented Database Lite - A simple file based document-oriented pseudo database
bobthecow/population
119 Downloads
A simpler way to populate your Doctrine 2 databases
voodoophp/paginator
1380 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.
tegos/laravel-telescope-flusher
131 Downloads
telescope-flusher is a Laravel package that provides a simple Artisan command to completely flush all Telescope data from the database
soup/paginator
1533 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.
samirzz/jldb
13 Downloads
Simple and powerfull tool that allows to use json file like a database. It provides collection of methods that you can use like a database query builder.
oksydan/falconize
29 Downloads
Falconize is a simple tool designed to help you create a database structure and register hooks in PrestaShop modules.
mouf/utils.action.action-interface
366650 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.