ctrl-f5/ctrl-common

This package is abandoned and no longer maintained. The author suggests using the ctrl-f5/ctrl-common package instead.

CtrlCommon

v1.0.0 2015-12-01 13:25 UTC

This package is not auto-updated.

Last update: 2021-03-08 11:41:50 UTC


README

Documentation Status Build Status Code Climate Test Coverage

What's inside?

  • Entity Services
    • Base class for Doctrine Entity based Domain Services
    • Doctrine Based Finder for Entity retrieval
    • Criteria
      • Resolve array based criteria and apply them to sets
      • Resolver implementation that applies criteria to Doctrine QueryBuilder
  • Tools
    • Extended Doctrine Paginator with extra features
    • Symfony Commands to dump or import to and from sql files

Symfony Configuration

There is a yml file which loads up some config for symfony, like registering the commands.

To add this config, add the following file to your app/config/config.yml:

imports:
    - { resource: ../../vendor/ctrl-f5/ctrl-common/config/symfony_services.yml }

Documentation

The docs for this project are built on read the docs