Libraries tagged by initorm
initphp/database
6 Favers
243 Downloads
243 Downloads
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
initorm/query-builder
0 Favers
137 Downloads
137 Downloads
Lightweight, dialect-aware SQL query builder for PHP with parameterized output suitable for PDO.
initorm/orm
0 Favers
72 Downloads
72 Downloads
Lightweight, PDO-based ORM with Active Record-style models and entity accessors/mutators. Built on top of initorm/database, initorm/dbal and initorm/query-builder.
initorm/dbal
0 Favers
128 Downloads
128 Downloads
Lightweight PDO-based database abstraction layer with a fluent result mapper.
initorm/database
0 Favers
105 Downloads
105 Downloads
Database manager that composes initorm/dbal and initorm/query-builder into a fluent CRUD + transaction + query-log API with an optional static facade.