2017 © Pedro Peláez
 

library uic

a Uic Client.

image

moonsn1994/uic

a Uic Client.

  • Thursday, February 8, 2018
  • by moonsn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

UIC Client For Laravel

tested on laravel 5.5, (*1)

install

composer require moonsn1994/uic:dev-master

and publish the config:, (*2)

php artisan vendor:

Config

set the server&key in config/uic.php, (*3)

usage

By Facades

use MOONSN1994\Uic\Facades\Uic;
Uic::getUserByUsername('username');

By Container Service

app('uic')->getUserByUsername('username')

known bug

  • when username dont exist will throw an E_NOTICE error.

The Versions

08/02 2018

dev-master

9999999-dev

a Uic Client.

  Sources   Download

MIT

The Requires

 

by Avatar moonsn