silverstripe / recipe-services
Add API and content service modules to your SilverStripe project
Installs: 80 843
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 2
Open Issues: 0
Type:silverstripe-recipe
Requires
- php: ^7.4 || ^8.0
- silverstripe/recipe-cms: ~4.12.0@stable
- silverstripe/recipe-plugin: ^1
- silverstripe/restfulserver: ~2.5.0@stable
- silverstripe/versionfeed: ~2.3.0@stable
Requires (Dev)
- phpunit/phpunit: ^9.5
- 2.x-dev
- dev-master / 2.x-dev
- 1.x-dev
- 1.12.x-dev
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.1
- 1.7.1-rc1
- 1.7.1-beta1
- 1.7.0
- 1.7.0-rc1
- 1.6.x-dev
- 1.6.1
- 1.6.1-rc1
- 1.6.0
- 1.6.0-rc1
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.1-rc1
- 1.5.0
- 1.5.0-rc2
- 1.5.0-rc1
- 1.4.x-dev
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.1.x-dev
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.2-rc1
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
This package is auto-updated.
Last update: 2023-01-10 02:28:49 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.
Get started
You can create a project using Composer:
composer create-project silverstripe/recipe-services ./myproject ^1
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.