Packages from cratia

  • PHP

    cratia/adapter-mysql

    Implementation over abstraction IAdapter for creating and execution Doctrine\DBAL\Connection instances over driver Mysql

  • PHP

    cratia/common-functions

    Common Functions

  • PHP

    cratia/core-api-rest

    Core for quickly start working on a new Slim Framework 4 application. This application uses the latest Slim 4 with Slim PSR-7 implementation and PHP-DI container implementation.

  • PHP

    cratia/interface-adapter

    Define abstraction para crear y ejecutar sobre instancias de Doctrine\DBAL\Connection

  • PHP

    cratia/orm-dbal

    Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html

  • PHP

    cratia/orm-dql

    DQL stands for Dialect Query Language and is an Object Query, DQL provides powerful querying capabilities over your object model.

  • PHP

    cratia/orm-model

    Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).

  • PHP

    cratia/pipeline

    A plug and play pipeline pattern implementations.