Download the PHP package dkplus/action-arguments without Composer
On this page you can find all versions of the php package dkplus/action-arguments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dkplus/action-arguments
More information about dkplus/action-arguments
Files in dkplus/action-arguments
Download dkplus/action-arguments
More information about dkplus/action-arguments
Files in dkplus/action-arguments
Vendor dkplus
Package action-arguments
Short Description Provides the ability to use variable action arguments.
License MIT
Package action-arguments
Short Description Provides the ability to use variable action arguments.
License MIT
Please rate this library. Is it a good library?
Informations about the package action-arguments
DkplusActionArguments
- Features
- Examples
- Installation
- ToDo
Features
- Provides named arguments from route match. (Example 1)
- Can convert scalar arguments into classes.
- Has built in support for Doctrine ORM (Example 2, Example 3), but also usable with every other mapping solution by using callbacks (Example 5).
- Supports optional arguments.
- When one argument could not be mapped into an entity, a 404 error page could be shown.
- If your assertions can be retrieved from the service locator, the arguments could be injected into your assertions; that way you could improve your controller-/route-guards with better assertions.
Examples
Named scalar arguments
Simplest converting by using Doctrine ObjectRepository::find
Converting by using a custom Doctrine ObjectRepository method
Converting by using a callback
Converting by using a custom converter
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
php composer.phar require dkplus/action-arguments
When asked for a version to install, type dev-master
. You can then enable it in your config/application.config.php
by adding DkplusActionArguments
to your modules.
After installing copy config/dkplus-action-arguments.global.php.dist
to
application/autoload/dkplus-action-arguments.global.php
.
ToDo
- [x] Init named arguments
- [x] Add Argument converter
- [x] Support for BjyAuthorize, SpiffyAuthorize, ZfcRbac
- [ ] Better documentation
- [ ] Add tests for BjyAuthorize-, SpiffyAuthorize and ZfcRbac-Support
- [ ] Find proper class names
- [ ] Reduce code complexity
- [ ] Clear cache via console.
All versions of action-arguments with dependencies
PHP Build Version
Package Version
Requires
doctrine/common Version
2.4.*
zendframework/zend-permissions-acl Version 2.2.*
zendframework/zend-permissions-rbac Version 2.2.*
zendframework/zend-code Version 2.2.*
zendframework/zend-eventmanager Version 2.2.*
zendframework/zend-modulemanager Version 2.2.*
zendframework/zend-permissions-acl Version 2.2.*
zendframework/zend-permissions-rbac Version 2.2.*
zendframework/zend-code Version 2.2.*
zendframework/zend-eventmanager Version 2.2.*
zendframework/zend-modulemanager Version 2.2.*
The package dkplus/action-arguments contains the following files
Loading the files please wait ....