widop / framework-extra-bundle
An extension to Symfony2 FrameworkBundle that adds annotation configuration for Controller classes.
Installs: 1 274
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- doctrine/common: 2.*
- symfony/framework-bundle: >=2.1
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-11-09 13:23:14 UTC
README
Adds annotation configuration for controller classes.
The supported annotations are :
@XmlHttpRequest
: Checks if the request is an XML HTTP Request.@JsonTemplate
: Converts the controller result to a JSON response.
Documentation
Testing
The bundle is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.
Contribute
We love contributors! The bundle is open source, if you'd like to contribute, feel free to propose a PR!
License
The Wid'op Framework Extra Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.