2017 © Pedro Peláez
 

library authorization-security

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

image

dgafka/authorization-security

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

  • Saturday, September 19, 2015
  • by dgafka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Authorization Security

Build Status, (*1)

Authorization Security provides powerful open for extending library. The main idea behind it, is to provide easy to read, clean way of securing your applications., (*2)

Example usage of security:, (*3)

    /*
    * @AuthorizationSecurity(type="standard", userFactory="roleUserFactory")
    * @AuthorizationExpression(" user.hasRole('moderator') and resource.isAvailable() ")
    * @AuthorizationResourceFactory("resourceFactory", parameters="article")
    * @AuthorizationPolicy("isMonday")
    * @AuthorizationPolicy("hasPremiumAccount")
    */
    public function changeArticle($command)

Read Authorization Security Wiki to get known with library Read Here, (*4)

Add Annotation Security as dependency, (*5)

    "require": {
        "dgafka/authorization-security": "*"
    }

The Versions

19/09 2015

dev-master

9999999-dev

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dariusz Gafka

authorization security annotations secure expression

19/09 2015

1.0.3

1.0.3.0

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dariusz Gafka

authorization security annotations secure expression

02/08 2015

1.0.2

1.0.2.0

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dariusz Gafka

authorization security annotations secure expression

02/08 2015

1.0.1

1.0.1.0

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dariusz Gafka

authorization security annotations secure expression

02/08 2015

1.0.0

1.0.0.0

Take care of authorization concerns for you. Takes out security out of your domain logic and provides clean and easy API to do it.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dariusz Gafka

authorization security annotations secure expression