shieldfy/shieldfy-php-client

There is no license information available for the latest version (3.2.1) of this package.

This is the official PHP SDK for Shieldfy (shieldfy.io)

3.2.1 2019-04-29 11:44 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.

Packagist Code Climate StyleCI Travis

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.