Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

REST API for Puli Resources provided through the CmfResourceBundle

Notifications You must be signed in to change notification settings

symfony-cmf/resource-rest-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2d13ef · Sep 16, 2021
May 14, 2018
Mar 22, 2021
Nov 16, 2020
Oct 28, 2017
Oct 28, 2017
Nov 16, 2017
Sep 23, 2020
Oct 29, 2020
Mar 22, 2021
Oct 28, 2017
Nov 16, 2017
Sep 16, 2021
Jan 26, 2017
Nov 16, 2020
Nov 10, 2020

Repository files navigation

This repository is no longer maintained

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

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Branch Travis Coveralls
master Build Status Coverage Status

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

  1. 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
  1. Run the behat tests:
KERNEL_CLASS="Symfony\Cmf\Bundle\ResourceRestBundle\Tests\Fixtures\App\Kernel" ./vendor/bin/behat

Requirements

Documentation

For the install guide and reference, see:

See also:

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.