symfony-cmf / resource-rest-bundle
Bundle which provides a REST API for resources
Installs: 185 095
Dependents: 3
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 13
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^7.2
- jms/serializer-bundle: ^2.0 || ^3.0
- symfony-cmf/resource-bundle: ^1.0
Requires (Dev)
- behat/behat: ^3.0.6
- doctrine/phpcr-odm: ^1.4|^2.0
- imbo/behat-api-extension: ^2.1
- matthiasnoback/symfony-config-test: ^4
- matthiasnoback/symfony-dependency-injection-test: ^4
- phpspec/prophecy: ^1.12
- symfony-cmf/testing: ^2.1@dev
- symfony/asset: ^2.8 || ^3.3 || ^4.0
- symfony/form: ^2.8 || ^3.3 || ^4.0
- symfony/phpunit-bridge: ^5
- symfony/security-bundle: ^2.8 || ^3.3 || ^4.0
- symfony/templating: ^2.8 || ^3.3 || ^4.0
- symfony/twig-bundle: ^2.8 || ^3.3 || ^4.0
- symfony/validator: ^2.8 || ^3.3 || ^4.0
- symfony/web-server-bundle: ^2.8 || ^3.3 || ^4.0
Suggests
- doctrine/phpcr-bundle: To enable support for the PHPCR ODM documents
- doctrine/phpcr-odm: To enable support for the PHPCR ODM documents (^1.2)
Conflicts
- jms/serializer: <2.2.0
- sebastian/environment: <1.3.4
- sebastian/exporter: <2.0.0
README
Due to lack of interest, we had to decide to discontinue this repository. The CMF project focusses on the Routing component and RoutingBundle, which are still in active use by other projects.
This repository will no longer be upgraded and marked as abandoned, but will be kept available for legacy projects or if somebody wants to experiment with the CMF.
You can contact us in the #symfony_cmf channel of the Symfony devs slack.
Symfony CMF Resource Rest Bundle
Branch | Travis | Coveralls |
---|---|---|
master |
This package is part of the Symfony Content Management Framework (CMF) and licensed under the MIT License.
This Bundle provides a REST API to Puli resources as provided by the CmfResource component.
Running Behat
- Run web server:
KERNEL_CLASS="Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Fixtures\App\Kernel" ./vendor/symfony-cmf/testing/bin/console server:run -d vendor/symfony-cmf/testing/resources/web/ 8000
- Run the behat tests:
KERNEL_CLASS="Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Fixtures\App\Kernel" ./vendor/bin/behat
Requirements
- See also the
require
section of composer.json
Documentation
For the install guide and reference, see:
See also:
- All Symfony CMF documentation - complete Symfony CMF reference
- Symfony CMF Website - introduction, live demo, support and community links
Support
For general support and questions, please use StackOverflow.
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
Unit and/or functional tests exist for this package. See the Testing documentation for a guide to running the tests.
Thanks to everyone who has contributed already.
License
This package is available under the MIT license.