oxyfony / model-bundle
Symfony Oxygen Bundle for Model manipulation
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.2,>=2.2.3
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2024-10-26 15:39:29 UTC
README
Oxygen Model Bundle is a bundle to create and manage flexible and extensible model in your Symfony2 application.
Using this bundle provides :
- Good practices to manage entities without lost extensible capabilities
- Tools to normalize the code between a team
The developpement is in progress and the bundle hasn't yet stable.
Documentation
The bulk of the documentation is stored in the Resources/docs/index.md file in bundle :
Read the documentation for master
Installation
All the installation instructions are located in the documentation.
License
Oxygen UI Bundle is an Oxygen Community initiative : Oxygen Website
Reporting an issue or a feature request
Issues and features requests are tracked in the GitHub issue tracker. Issues Tracker
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following steps.