majora/framework-extra-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides extra classes and configurations for Symfony framework.

v1.5.2 2017-02-07 16:17 UTC

README

SensioLabsInsight Scrutinizer Code Quality Build Status Code Coverage Total Downloads Latest Stable Version License

Provides extra classes and configurations for Symfony framework. Helps to implements modern and clean architectures, like DDD, CQRS, Flux...

Features included :

Features deprecated :

  • All controller helpers, they only are proxies for core methods, and sometimes they obfuscate underlaying APIs
  • LoggableTrait, this system will be reworked with a full featured log API (service tag and php trait)

Features to come in v1.* :

  • More documentation
  • More tests
  • More deprecations
  • Adds toggle configurations for all components which override / extends an existing one
  • Minor refactorization of some components
  • Cookbook

Features to come in v2.0 :

  • Refactor folders structure
  • Rework DDD helper classes naming to match original concepts
  • Middlewares into loaders query system
  • Broadcastables events with wildarding listening
  • Normalization / Serialization strategies from loader delegates
  • JSON component
  • DI tags for recurent configurations like logger / debug / validator / event dispatcher registering
  • Deprecations removal

Installation

See complete installation documentation.

Configuration

See complete configuration reference.

License

This bundle is under the MIT license. See the complete license :

LICENSE.md

Contributing

This bundle is open to contributions, please follow this documentation and have fun !

Credits