fivepercent / object-security
Adds common security to you system.
v1.0
2015-06-04 10:39 UTC
Requires
- php: >=5.4
- fivepercent/cache: ~1.0
- fivepercent/exception: ~1.0
- fivepercent/reflection: ~1.0
- symfony/expression-language: ~2.4
Suggests
- symfony/property-access: For get argument value via PropertyAccessor
- symfony/security: For check access granted via Symfony Security Rule Voter
This package is not auto-updated.
Last update: 2025-03-01 19:21:42 UTC
README
Whit this package you can check grant access to classes, methods and properties of object.
Installation
Add FivePercent/ObjectSecurity in your composer.json:
{ "require": { "fivepercent/object-security": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/object-security