Skip to content

Commit 40c3100

Browse files
author
Josh Freeman
committed
Initial code foundations
1 parent afda7f1 commit 40c3100

File tree

8 files changed

+1827
-4
lines changed

8 files changed

+1827
-4
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# php-client
2-
It goes to xivapi and gets stuff, in php.
1+
# XIVAPI PHP Client
2+
3+
This provides a very simple client to interact with the XIVAPI and obtain dynamic objects in return.
4+
5+
## Getting Started
6+
7+
This library requires PHP 7.2+
8+
9+
Install vis composer:
10+
11+
- `composer require xivapi/xivapi-php`
12+
13+
## Usage

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2"
17+
"php": "^7.2",
18+
"guzzlehttp/guzzle": "^6.3",
19+
"phpunit/phpunit": "6.5.11"
1820
},
1921
"require-dev": {
20-
"phpunit/phpunit": "^6.1"
2122
},
2223
"autoload": {
2324
"psr-0": {

0 commit comments

Comments
 (0)