PHP code example of overlu / permission-sdk
1. Go to this page and download the library: Download overlu/permission-sdk library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
overlu / permission-sdk example snippets
\Overlu\Referee\Role::referee('user_id','rule','app_code');
// demo
\Overlu\Referee\Role::referee('5e2272eb1d568f409d58ddee','config.rules.add','etc');
\Overlu\Referee\Role::referee('5e2272eb1d568f409d58ddee','config/add','etc');
// return
true or false