You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
@@ -16,18 +16,18 @@ We also have async requests for each endpoint!
16
16
17
17
## Composer
18
18
19
-
composer require michel-pi/fortnite-api
19
+
composer require fortnite-api/php-wrapper
20
20
21
21
## Documentation
22
22
23
23
Here is a quick overview of the API so you can get started very quickly.
24
24
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.
26
26
27
27
- General usage
28
28
29
29
```php
30
-
use MichelPi\FortniteApi\FortniteApi;
30
+
use FortniteApi\FortniteApi;
31
31
32
32
require_once __DIR__ . '/../vendor/autoload.php';
33
33
@@ -104,9 +104,9 @@ Objects are mapped with the exact same layout as on [fortnite-api.com/documentat
104
104
105
105
If you need more information about properties and methods then please take a look at the actual implementation.
@@ -128,22 +128,9 @@ if you can provide any help, may it only be spell checking please contribute!
128
128
129
129
I am open for any contribution.
130
130
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
-
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YJDWMDUSM8KKQ"Donate via PayPal")
0 commit comments