PHP code example of kennofizet / devices-os-user

1. Go to this page and download the library: Download kennofizet/devices-os-user 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/ */

    

kennofizet / devices-os-user example snippets


  model_user->logined();// dispatch event and job ->logined(request()->header('User-Agent'))
  model_user->listLogined() default per page 5, page 1
  model_user->listLogined(per_page,page)