fivepercent / object-security
Adds common security to you system.
Installs: 19
Dependents: 0
Suggesters: 2
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
pkg:composer/fivepercent/object-security
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-09-27 22:38:35 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