werify/laravel is a Laravel package for werify package for laravel..
It currently has 1 GitHub stars and 353 downloads on Packagist.
Install it with composer require werify/laravel.
Discover more Laravel packages by werify
or browse all Laravel packages to compare alternatives.
Last updated
werify/laravel is a library for connecting with Werify services (see more https://werify.net/).
For running this example, you need to install werify/laravel library before. It can be done by two different methods:
You can install the library via Composer. If you don't already have Composer installed, first install it by following one of these instructions depends on your OS of choice:
After composer is installed, Then run the following command to install the Omise-PHP library:
php composer.phar install
Please see configuration section below for configuring your Omise Keys.
If you're not using Composer, you can also clone werify/id-laravel repository into the directory of sample code that you just installed this repository:
git clone https://github.com/Werify/laravel/
However, using Composer is recommended as you can easily keep the library up-to-date. After cloning the repository, you need to replace line 3 in config.php from
3: require_once 'vendor/autoload.php';
to
3: require_once 'werify/laravel';
Please see configuration section below for configuring your Omise Keys.
After you installed werify/laravel library already. Next, you need to configure laravel. you can publish configuration files and see config in config/werify config file.
this package publishes routes and jobs to connect to werify service.
you can see changelog here.