This is the official PHP SDK for Shieldfy (shieldfy.io) https://shieldfy.io
Shieldfy is a strong application protection platform that helps businesses to secure their applications online.
You will first need to register on shieldfy.io to get your APP Key & APP Secret.
Through Composer (the recommended way):
composer require shieldfy/shieldfy-php-client
Shieldfy\Guard::init([
'app_key'=>'YourAppKey',
'app_secret'=>'YourAppSecret'
]);
For more information about configurations and usage, refer to the official documentation at docs.shieldfy.io.
Thank you for considering contributing to this project! Bug reports, feature requests, and pull requests are very welcome.
If you discover a security vulnerability within this project, please send an e-mail to security@shieldfy.com
.