gulios / sxf-helper
SXF Helper Component
1.0.0
2018-08-10 16:27 UTC
Requires
- php: >=7.2
- symfony/http-foundation: 4.0.*
Requires (Dev)
- filp/whoops: 2.1.*
- fzaninotto/faker: 1.7.*
- phpunit/phpunit: 7.0.*
This package is auto-updated.
Last update: 2024-11-07 00:43:08 UTC
README
The Helper - usefull tools
Example usage:
-
Use Composer to install SXF Helper into your project:
composer require gulios/sxf-helper
-
Initialize in your code:
$check = new CheckHttpAuth($this->sxf->request); $check->check('1','2');