Giter VIP home page Giter VIP logo

laravel's Introduction

Werify/Laravel

werify/laravel is a library for connecting with Werify services (see more https://werify.net/).

Requirements

  • PHP 8.0 and above.
  • Built-in libcurl support.
  • Laravel 7

Installation

For running this example, you need to install werify/laravel library before. It can be done by two different methods:

1. Using Composer

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.

2. Manually

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.

Configuration

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.

Usage

this package publishes routes and jobs to connect to werify service.

you can see changelog here.

laravel's People

Contributors

arashrasoulzadeh avatar t4-muhammad avatar briofy-hosein avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.