Packages from initorm

  • PHP

    initorm/database

    Database manager that composes initorm/dbal and initorm/query-builder into a fluent CRUD + transaction + query-log API with an optional static facade.

  • PHP

    initorm/dbal

    Lightweight PDO-based database abstraction layer with a fluent result mapper.

  • PHP

    initorm/orm

    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.

  • PHP

    initorm/query-builder

    Lightweight, dialect-aware SQL query builder for PHP with parameterized output suitable for PDO.