Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 1e1c4e8

Browse files
committed
edited
1 parent bae045c commit 1e1c4e8

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

README.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# PHP wrapper for [Fortnite-API.com](https://fortnite-api.com)
44

5-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/michel-pi/fortnite-api-php-wrapper)](https://github.com/michel-pi/fortnite-api-php-wrapper/releases) [![Packagist](https://img.shields.io/packagist/dt/michel-pi/fortnite-api)](https://packagist.org/packages/michel-pi/fortnite-api) [![GitHub issues](https://img.shields.io/github/issues/michel-pi/fortnite-api-php-wrapper)](https://github.com/michel-pi/fortnite-api-php-wrapper/issues) [![MIT License](https://img.shields.io/github/license/michel-pi/fortnite-api-php-wrapper)](https://github.com/michel-pi/fortnite-api-php-wrapper/blob/master/LICENSE)
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Fortnite-API/php-wrapper)](https://github.com/Fortnite-API/php-wrapper/releases) [![Packagist](https://img.shields.io/packagist/dt/michel-pi/fortnite-api)](https://packagist.org/packages/michel-pi/fortnite-api) [![GitHub issues](https://img.shields.io/github/issues/Fortnite-API/php-wrapper)](https://github.com/Fortnite-API/php-wrapper/issues) [![MIT License](https://img.shields.io/github/license/Fortnite-API/php-wrapper)](https://github.com/Fortnite-API/php-wrapper/blob/master/LICENSE)
66

77
[![Guzzle HTTP](https://img.shields.io/badge/requires-guzzlehttp%2Fguzzle-blue)](https://github.com/guzzle/guzzle) [![PHP version](https://img.shields.io/packagist/php-v/michel-pi/fortnite-api)](https://www.php.net/)
88

@@ -16,18 +16,18 @@ We also have async requests for each endpoint!
1616

1717
## Composer
1818

19-
composer require michel-pi/fortnite-api
19+
composer require fortnite-api/php-wrapper
2020

2121
## Documentation
2222

2323
Here is a quick overview of the API so you can get started very quickly.
2424

25-
If you need an in-use example then please take a look at the [index.php](https://github.com/michel-pi/fortnite-api-php-wrapper/blob/master/test/index.php) in my test folder where i use some of the endpoints.
25+
If you need an in-use example then please take a look at the [index.php](https://github.com/Fortnite-API/php-wrapper/blob/master/test/index.php) in my test folder where i use some of the endpoints.
2626

2727
- General usage
2828

2929
```php
30-
use MichelPi\FortniteApi\FortniteApi;
30+
use FortniteApi\FortniteApi;
3131

3232
require_once __DIR__ . '/../vendor/autoload.php';
3333

@@ -104,9 +104,9 @@ Objects are mapped with the exact same layout as on [fortnite-api.com/documentat
104104

105105
If you need more information about properties and methods then please take a look at the actual implementation.
106106

107-
[Endpoints](https://github.com/michel-pi/fortnite-api-php-wrapper/tree/master/src/Components/Endpoints)
107+
[Endpoints](https://github.com/Fortnite-API/php-wrapper/tree/master/src/Components/Endpoints)
108108

109-
[JSON Objects](https://github.com/michel-pi/fortnite-api-php-wrapper/tree/master/src/Components/Objects)
109+
[JSON Objects](https://github.com/Fortnite-API/php-wrapper/tree/master/src/Components/Objects)
110110

111111
- The `query` parameter
112112

@@ -128,22 +128,9 @@ if you can provide any help, may it only be spell checking please contribute!
128128

129129
I am open for any contribution.
130130

131-
### Donate
132-
133-
Do you like this project or use it commercially?
134-
You can help me continuing my open source projects by using one of the methods to donate (even a single dollar helps and shows that you like my project).
135-
136-
[![Donate via PayPal](https://media.wtf/assets/img/pp.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YJDWMDUSM8KKQ "Donate via PayPal")
137-
138-
```
139-
BTC 14ES7f4GB3vD1C8Faz6ywqTcdDevxZoMyY
140-
141-
ETH 0xd9E2CB12d310E7BF5E72F591D7A2b8820adced04
142-
```
143-
144131
## License
145132

146-
- michel-pi/fortnite-api (MIT) [License](https://github.com/michel-pi/fortnite-api-php-wrapper/blob/master/LICENSE "MIT License")
133+
- Fortnite-API (MIT) [License](https://github.com/Fortnite-API/php-wrapper/blob/master/LICENSE "MIT License")
147134
- guzzlehttp/guzzle (MIT) [License](https://github.com/guzzle/guzzle/blob/master/LICENSE "MIT License")
148135

149136
API developed by [Fortnite-API.com](https://fortnite-api.com/about)

0 commit comments

Comments
 (0)