Download the PHP package catpkt/admin-delegation without Composer
On this page you can find all versions of the php package catpkt/admin-delegation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download catpkt/admin-delegation
More information about catpkt/admin-delegation
Files in catpkt/admin-delegation
Download catpkt/admin-delegation
More information about catpkt/admin-delegation
Files in catpkt/admin-delegation
Vendor catpkt
Package admin-delegation
Short Description Delegator delegate delegatee to manage it's admin. They can both use this.
License MIT
Package admin-delegation
Short Description Delegator delegate delegatee to manage it's admin. They can both use this.
License MIT
Please rate this library. Is it a good library?
Informations about the package admin-delegation
后台委托器
用于将后台后台委托给其它应用,或管理受托的后台。
简介
作为微服务和小应用,不希望单独实现后台, 或希望将多个应用的后台整合在一起,即可使用本库。
两种角色可使用本库
后台委托者:拥有资源,但不建立自己的后台,而将资源管理权限委托给后台实现者。
后台实现者:实现后台,去管理后台委托者所拥有的资源。
用法
后台委托者
- 继承抽象类
\CatPKT\AdminDelegation\AAdminDelegator;
创建委托者类,并实现必要的抽象函数 - 注册资源与增删改查规则
- 将某个 URL 的所有 Method 请求路由到此委托者类的 handle 方法 并传入请求类(需为 \Symfony\Component\HttpFoundation\Request 或其子类)的对象
后台实现者
通过加密器和委托者的URL,创建 AdminDelegatee
类实例。并通过其管理受委托的后台。
All versions of admin-delegation with dependencies
PHP Build Version
Package Version
Requires
fenzland/http Version
^0.1.3
fenzland/php-helpers Version ^1.0
catpkt/encryptor Version >=0.0.3
symfony/http-foundation Version >=3.2
fenzland/php-helpers Version ^1.0
catpkt/encryptor Version >=0.0.3
symfony/http-foundation Version >=3.2
The package catpkt/admin-delegation contains the following files
Loading the files please wait ....