Skip to content

ctrl-f5/ctrl-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ctrl Common

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

About

tools and base classes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages