Skip to content

Commit f66c5cd

Browse files
chore: change namespace after fork from joelbutcher/facebook-php-graph-sdk
1 parent f50f758 commit f66c5cd

File tree

4 files changed

+8
-31
lines changed

4 files changed

+8
-31
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Joel Butcher and Facebook, Inc
3+
Copyright (c) Sigma Solutions and Joel Butcher and Facebook, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,14 @@
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-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>
195

206

217
## Installation
228

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

2511
```sh
26-
composer require joelbutcher/facebook-graph-sdk
12+
composer require sigma-smartcomm/facebook-php-graph-sdk
2713
```
2814

2915
## Usage
@@ -86,12 +72,9 @@ $ ./vendor/bin/phpunit --exclude-group integration
8672

8773
## Contributing
8874

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.
9076

9177
## License
9278

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.
9480

95-
## Security Vulnerabilities
96-
97-
If you have found a security issue, please contact the maintainers directly at [[email protected]](mailto:[email protected]).

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2-
"name": "joelbutcher/facebook-graph-sdk",
2+
"name": "sigma-smartcomm/facebook-php-graph-sdk",
33
"description": "Facebook SDK for PHP",
44
"keywords": ["facebook", "sdk", "php"],
55
"type": "library",
6-
"homepage": "https://github.com/joelbutcher/facebook-graph-sdk",
6+
"homepage": "https://github.com/sigma-smartcomm/facebook-php-graph-sdk",
77
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Joel Butcher",
11-
"homepage": "https://github.com/joelbutcher/facebook-graph-sdk/contributors"
12-
}
13-
],
148
"config": {
159
"sort-packages": true
1610
},

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Whether you're developing a website with Facebook login, creating a Facebook Can
44

55
## System requirements
66

7-
- PHP 7.4 or PHP 8.0 (or greater)
7+
- PHP 8.0 (or greater)
88
- [Composer](https://getcomposer.org/)
99

1010
## Installing the Facebook SDK for PHP
1111

1212
The Facebook SDK for PHP is installed with [Composer](#installing-with-composer-recommended). Simply run the following in the root of your project.
1313

1414
```
15-
composer require joelbutcher/facebook-graph-sdk
15+
composer require sigma-smartcomm/facebook-php-graph-sdk
1616
```
1717

1818
> The Facebook SDK starting adhering to [SemVer](http://semver.org/) with version 5. Previous to version 5, the SDK did not follow SemVer.

0 commit comments

Comments
 (0)