Skip to content

Simple permission checker for Nette Framework (2.4+)

License

Notifications You must be signed in to change notification settings

jaygridley/permissions

 
 

Repository files navigation

Permissions

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Simple permission checker for Nette Framework

Installation

The best way to install ipub/permissions is using Composer:

$ composer require ipub/permissions:@dev

After that you have to register extension in config.neon.

extensions:
	permission: IPub\Permissions\DI\PermissionsExtension

Package contains trait, which you will have to use in presenter to override default checkRequirements method. This works only for PHP 5.4+, for older version you can simply copy trait content and paste it into class where you want to use it.

<?php

class BasePresenter extends Nette\Application\UI\Presenter
{

	use IPub\Permissions\TPermission;

}

Documentation

Learn how to control access to your application in documentation.


Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/permissions.

About

Simple permission checker for Nette Framework (2.4+)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%