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

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

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