apie/common

apie库的Composer包:common

dev-main 2022-09-07 14:01 UTC

This package is auto-updated.

Last update: 2024-09-30 16:27:54 UTC


README

common

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Code coverage

PHP Composer

此包是Apie库的一部分。代码维护在一个单仓库中,因此PR需要发送到单仓库

文档

此包包含由高级功能使用(其中apie/core包含低级功能)的常用操作。例如,apie/rest-api使用此包中的操作并将它们映射到REST API调用。

CreateObjectAction

从原始内容创建对象并将其存储在持久层。

GetListAction

检索特定资源的对象列表。也可以过滤它们。

RunAction

RPC类型的操作。运行一个方法并返回返回值。