Search by

fivepercent / object-security

inno-group

Adds common security to you system.

Package info

github.com/InnoGr/FivePercent-ObjectSecurity

pkg:composer/fivepercent/object-security

Statistics

Installs: 19

Dependents: 0

Suggesters: 2

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-09-13 03:43:40 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