apie / common
Composer package of the apie library: common
Installs: 1 858
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- apie/core: dev-main
- apie/serializer: dev-main
- psr/http-message: ^1.0
Requires (Dev)
- apie/composite-value-objects: dev-main
- apie/fixtures: dev-main
- apie/text-value-objects: dev-main
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-01-11 22:26:21 UTC
README
common
This package is part of the Apie library. The code is maintained in a monorepo, so PR's need to be sent to the monorepo
Documentation
This package contains common actions used by the high-level functionality (where apie/core contains low-level functionality). For example apie/rest-api uses the actions from this package and maps them to REST API calls.
CreateObjectAction
Creates objects from raw contents and stores them with the persistence layer.
GetListAction
retrieves a list of objects of a specific resource. It can filter them too.
RunAction
The RPC type of action. Runs a method and returns the return value.