spryker/api

Api module

Maintainers

Details

github.com/spryker/api

Source

Installs: 695 281

Dependents: 40

Suggesters: 0

Security: 0

Stars: 1

Watchers: 9

Forks: 0

0.4.3 2023-11-02 20:09 UTC

README

Latest Stable Version Minimum PHP Version

Each of our modules can have an API module. Our API modules expose CRUD facade methods (find, get, add, update, remove) that can be mapped to a URL via REST resource/action resolution. We ship some of our crucial modules as showcases, but you can easily create more such modules if needed. The main API module contains a dispatcher that delegates to those API module via resource map and returns the response in the expected format.

Installation

composer require spryker/api

Documentation

Spryker Documentation