fivepercent/object-security

Adds common security to you system.

v1.0 2015-06-04 10:39 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:55:56 UTC


README

ObjectSecurity

Object Security

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