LaravelSiftScience
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
This package provides integration with the Sift Science API., (*2)
The package simply provides a LaravelSiftScience facade that acts as a wrapper to the SiftScience/sift-php package., (*3)
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*4)
bin/
config/
src/
tests/
vendor/
Install
Via Composer, (*5)
``` bash
$ composer require pablumfication/laravel-sift-science, (*6)
## Usage
``` php
use LaravelSiftScience;
LaravelSiftScience::track('$create_account', ['$user_id' => 'username']);
Change log
Please see CHANGELOG for more information on what has changed recently., (*7)
Testing
bash
$ composer test, (*8)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*9)
Security
If you discover any security related issues, please email mark@4each.co.uk instead of using the issue tracker., (*10)
Credits
- [Mark Davidson][https://pablumfication.co.uk]
License
The MIT License (MIT). Please see License File for more information., (*11)