shieldfy / shieldfy-php-client
This is the official PHP SDK for Shieldfy (shieldfy.io)
Installs: 508
Dependents: 3
Suggesters: 0
Security: 0
Stars: 14
Watchers: 7
Forks: 3
Open Issues: 1
Language:HTML
Requires
- php: ~5.6|~7.0
- ext-curl: *
- shieldfy/normalizer: 1.*
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: ~5.0||~6.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2024-11-09 19:46:19 UTC
README
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.
Installation
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
Usage
Shieldfy\Guard::init([ 'app_key'=>'YourAppKey', 'app_secret'=>'YourAppSecret' ]);
Configuration
For more information about configurations and usage, refer to the official documentation at docs.shieldfy.io.
Contributing
Thank you for considering contributing to this project! Bug reports, feature requests, and pull requests are very welcome.
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to security@shieldfy.com
.