|
2 | 2 |
|
3 | 3 | 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)
|
4 | 4 |
|
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-graph-sdk"> |
10 |
| - <img src="https://img.shields.io/packagist/dt/joelbutcher/facebook-graph-sdk" alt="Total Downloads"> |
11 |
| - </a> |
12 |
| - <a href="https://packagist.org/packages/joelbutcher/facebook-graph-sdk"> |
13 |
| - <img src="https://img.shields.io/packagist/v/joelbutcher/facebook-graph-sdk" alt="Latest Stable Version"> |
14 |
| - </a> |
15 |
| - <a href="https://packagist.org/packages/joelbutcher/facebook-graph-sdk"> |
16 |
| - <img src="https://img.shields.io/packagist/l/joelbutcher/facebook-graph-sdk" alt="License"> |
17 |
| - </a> |
18 |
| -</p> |
19 | 5 |
|
20 | 6 |
|
21 | 7 | ## Installation
|
22 | 8 |
|
23 | 9 | The Facebook PHP SDK can be installed with [Composer](https://getcomposer.org/). Run this command:
|
24 | 10 |
|
25 | 11 | ```sh
|
26 |
| -composer require joelbutcher/facebook-graph-sdk |
| 12 | +composer require sigma-smartcomm/facebook-php-graph-sdk |
27 | 13 | ```
|
28 | 14 |
|
29 | 15 | ## Usage
|
@@ -86,12 +72,9 @@ $ ./vendor/bin/phpunit --exclude-group integration
|
86 | 72 |
|
87 | 73 | ## Contributing
|
88 | 74 |
|
89 |
| -For us to accept contributions you will have to first have signed the [Contributor License Agreement](https://developers.facebook.com/opensource/cla). Please see [CONTRIBUTING](https://github.com/joelbutcher/facebook-graph-sdk-php-8/blob/master/CONTRIBUTING.md) for details. |
| 75 | +For us to accept contributions you will have to first have signed the [Contributor License Agreement](https://developers.facebook.com/opensource/cla). Please see [CONTRIBUTING](https://github.com/sigma-smartcomm/facebook-php-graph-sdk/blob/master/CONTRIBUTING.md) for details. |
90 | 76 |
|
91 | 77 | ## License
|
92 | 78 |
|
93 |
| -Please see the [license file](https://github.com/joelbutcher/facebook-graph-sdk-php-8/blob/master/LICENSE) for more information. |
| 79 | +Please see the [license file](https://github.com/sigma-smartcomm/facebook-php-graph-sdk/blob/master/LICENSE) for more information. |
94 | 80 |
|
95 |
| -## Security Vulnerabilities |
96 |
| - |
97 |
| -If you have found a security issue, please contact the maintainers directly at [[email protected]](mailto:[email protected]). |
0 commit comments