Download the PHP package ricardoboss/webhook-tweeter without Composer
On this page you can find all versions of the php package ricardoboss/webhook-tweeter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ricardoboss/webhook-tweeter
More information about ricardoboss/webhook-tweeter
Files in ricardoboss/webhook-tweeter
Download ricardoboss/webhook-tweeter
More information about ricardoboss/webhook-tweeter
Files in ricardoboss/webhook-tweeter
Vendor ricardoboss
Package webhook-tweeter
Short Description Validating and parsing of GitHub webhook requests and posting to Twitter
License MIT
Package webhook-tweeter
Short Description Validating and parsing of GitHub webhook requests and posting to Twitter
License MIT
Please rate this library. Is it a good library?
Informations about the package webhook-tweeter
webhook-tweeter
This package aims to provide simple interfaces to implement a webhook-based tweeting system.
This can, for example, be used to tweet a release notification when a new release is published to a GitHub repository.
Installation
Usage
The $result
variable holds a WebhookTweeterResult
instance.
The result has the following properties:
$result->success
:true
if the tweet was sent successfully,false
otherwise$result->message
: an error message if the tweet was not sent successfully$result->url
: a URL to the tweet$result->tweet
: the tweet object returned from the Twitter API
Credits
Thanks to danieldevine for creating BirdElephant and providing a neat PHP interface for the Twitter V2 API!
License
This project is licensed under the MIT license. Read more about it here.
All versions of webhook-tweeter with dependencies
PHP Build Version
Package Version
The package ricardoboss/webhook-tweeter contains the following files
Loading the files please wait ....