Skip to content

Commit

Permalink
Updated badge and added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTareq committed Jun 27, 2018
1 parent 7f0538f commit 6efcf3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: php

sudo: false

before_install:
- travis_retry composer self-update

install:
- travis_retry composer install --no-interaction --prefer-dist

script:
- vendor/bin/phpunit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MessageMedia Signature Key Management PHP SDK
[![Travis Build Status](https://api.travis-ci.org/messagemedia/signing-keys-php-sdk.svg?branch=master)](https://travis-ci.org/messagemedia/signing-keys-php-sdk)
[![PHP version](https://badge.fury.io/ph/messagemedia%2Fwebhooks-sdk.svg)](https://badge.fury.io/ph/messagemedia%2Fwebhooks-sdk)
[![PHP version](https://badge.fury.io/ph/messagemedia%2Fsigningkeys-sdk.svg)](https://badge.fury.io/ph/messagemedia%2Fsigningkeys-sdk)

The MessageMedia Signature Key API provides a number of endpoints for managing key used to sign each unique request to ensure security and the requests can't (easily) be spoofed. This is similar to using HMAC in your outbound messaging (rather than HTTP Basic).

Expand Down

0 comments on commit 6efcf3e

Please sign in to comment.