silverstripe / recipe-services
Add API and content service modules to your SilverStripe project
Package info
github.com/silverstripe/recipe-services
Type:silverstripe-recipe
pkg:composer/silverstripe/recipe-services
2.4.0
2025-04-09 23:52 UTC
Requires
- php: ^8.1
- silverstripe/recipe-cms: ~5.4.0@stable
- silverstripe/recipe-plugin: ~2.1.0@stable
- silverstripe/restfulserver: ~3.0.2@stable
- silverstripe/versionfeed: ~3.2.4@stable
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2026-06-15 13:48:39 UTC
README
This includes the following Silverstripe modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/restfulserver: RestfulServer module for Silverstripe CMS, adds REST API capability
- silverstripe/versionfeed: Provides an RSS feed for global site changes
This can be either added to an existing project or used as a project base for creating a basic CWP install.
Installation
composer create-project silverstripe/recipe-services ./myproject
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.