Skip to content

Instantly share code, notes, and snippets.

@NgesBrian
NgesBrian / README.md
Created July 4, 2017 19:05 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@NgesBrian
NgesBrian / BaseController.php
Created September 22, 2018 16:10 — forked from cebe/BaseController.php
Yii2 API Auth with username and password
<?php
/**
*
*
* @author Carsten Brandt <mail@cebe.cc>
*/
namespace api\components;
use common\models\ApiSystem;