validationapp / laravel-validationapp

A Laravel wrapper for the Validation.app SDK

Home Page:https://validation.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Laravel wrapper for the Validation.app SDK

Installation

composer require validationapp/laravel-validationapp

Configuration

  1. Get your team API key from https://validation.app/
  2. Set it in your .env file as VALIDATIONAPP_KEY
  3. Add the configuration to the list of services in your config/services.php file:
    'validationapp' => [
        'key' => env('VALIDATIONAPP_KEY'),
    ],

About

A Laravel wrapper for the Validation.app SDK

https://validation.app

License:MIT License


Languages

Language:PHP 100.0%