Skip to content

Commit 44e9a7c

Browse files
author
Joel Butcher
committed
Merge branch 'master' into 6.x
2 parents e5d9a2d + 95527e1 commit 44e9a7c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app. It is modified to allow compatibility, view the previous SDK version [here](https://github.com/facebookarchive/php-graph-sdk)
44

5+
<p align="center">
6+
<a href="https://github.com/joelbutcher/facebook-php-graph-sdk/actions">
7+
<img src="https://github.com/joelbutcher/facebook-php-graph-sdk/workflows/tests/badge.svg" alt="Build Status">
8+
</a>
9+
<a href="https://packagist.org/packages/joelbutcher/facebook-php-graph-sdk">
10+
<img src="https://img.shields.io/packagist/dt/joelbutcher/facebook-php-graph-sdk" alt="Total Downloads">
11+
</a>
12+
<a href="https://packagist.org/packages/joelbutcher/facebook-php-graph-sdk">
13+
<img src="https://img.shields.io/packagist/v/joelbutcher/facebook-php-graph-sdk" alt="Latest Stable Version">
14+
</a>
15+
<a href="https://packagist.org/packages/joelbutcher/facebook-php-graph-sdk">
16+
<img src="https://img.shields.io/packagist/l/joelbutcher/facebook-php-graph-sdk" alt="License">
17+
</a>
18+
</p>
19+
20+
521
## Installation
622

723
The Facebook PHP SDK can be installed with [Composer](https://getcomposer.org/). Run this command:

0 commit comments

Comments
 (0)