2017 © Pedro Peláez
 

library webhook

Webhook Client for PHP

image

laravie/webhook

Webhook Client for PHP

  • Sunday, November 26, 2017
  • by crynobone
  • Repository
  • 1 Watchers
  • 3 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Webhook Client for PHP

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status, (*1)

Installation

To install through composer, simply put the following in your composer.json file:, (*2)

{
    "require": {
        "laravie/webhook": "^2.0",
        "php-http/curl-client": "^2.0"
    }
}

And then run composer install from the terminal., (*3)

Quick Installation

Above installation can also be simplify by using the following command:, (*4)

composer require "php-http/curl-client" "laravie/webhook=^2.0"

HTTP Adapter

Instead of utilizing php-http/curl-client you might want to use any other adapter that implements php-http/client-implementation. Check Clients & Adapters for PHP-HTTP., (*5)

The Versions

26/11 2017

dev-master

9999999-dev

Webhook Client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

20/08 2016

v0.2.0

0.2.0.0

Webhook Client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

21/05 2016

v0.1.0

0.1.0.0

Webhook Client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires