Download the PHP package rcm/user-api without Composer
On this page you can find all versions of the php package rcm/user-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package user-api
Short Description ZF2 based APIs using REST/JSON
License BSD-3-Clause
Homepage https://github.com/reliv/rcm-user-api
Informations about the package user-api
rcmuser-api
ZF2 based APIs using REST/JSON
REST/JSON APIs
This module exposes several APIs for user administration. The APIs are not comprehensive, but they do allow for some user and ACL management. The admin APIs require access rules to be set in order to access (@see ACL section).
For a complete list of the APIs, please see the RcmUser/config/module.config.php file, routes section. API standard return is a result object containing a code, message and the data.
Controller Plugins and View Helpers
-
rcmUserIsAllowed($resourceId, $privilege = null, $providerId = null) (plugin and helper)
- Alias of RcmUserService::isAllowed()
-
rcmUserHasRoleBasedAccess($roleId) (plugin and helper)
- Alias of RcmUserService::hasRoleBasedAccess()
- rcmUserGetCurrentUser($default = null) (plugin and helper)
- Alias of RcmUserService::getIdentity()
controller plug-in and view helper for isAllowed (rcmUserIsAllowed for plug-in and helper)
View dependencies
- AngularJs (https://angularjs.org/)
- Bootstrap (http://getbootstrap.com/)
- UI Bootstrap (http://angular-ui.github.io/bootstrap/)
Project
Company:
Copyright Reliv' International, Inc. 2015
Project homepage:
https://github.com/reliv/rcm-user-api
Project author:
James Jervis [email protected] https://github.com/reliv
@TODO
More REST/JSON APIs
As DevOpts I should have access to REST/JSON APIs So that I may securely perform RcmUser actions VIA web clients
Security Updates
Story: As and Auditor I can access a log of actions performed on users and roles by administrators So that I track admin user changes
- Implement logging audit trail for user creates and saves
- might create event listeners or do at the service level
- Logging of actions for security audits
All versions of user-api with dependencies
http-interop/http-middleware Version ~0.4
psr/container Version ~1.0
psr/http-message Version ~1.0
reliv/json Version ~0.1
reliv/zf-config-factories Version 3.* || 4.*
rcm/user Version ~1.5
rcm/api-lib Version 0.*
zendframework/zend-diactoros Version ~1.3
zendframework/zendframework Version 2.*