├── LICENSE.md ├── README.md ├── composer.json └── src └── SuperBasicAuth.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/super-basic-auth/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/super-basic-auth/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/super-basic-auth/HEAD/composer.json -------------------------------------------------------------------------------- /src/SuperBasicAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/super-basic-auth/HEAD/src/SuperBasicAuth.php --------------------------------------------------------------------------------