Skip to content

Commit af9f447

Browse files
committed
Update project description
1 parent aa58840 commit af9f447

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# jsonapi-client
2+
JSONAPI client, helps creating SDK to consume your JSON API services
3+
4+
## Usage
5+
Require package using composer
6+
7+
```bash
8+
composer require phramework/jsonapi-client
9+
```
10+
## Development
11+
### Install
12+
13+
```bash
14+
composer update
15+
```
16+
17+
### Lint and test code
18+
19+
```bash
20+
composer lint
21+
composer test
22+
```
23+
24+
## License
25+
Copyright 2016 Xenofon Spafaridis
26+
27+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
28+
29+
```
30+
http://www.apache.org/licenses/LICENSE-2.0
31+
```
32+
33+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "phramework/jsonapi-client",
3+
"description": "JSONAPI client, helps creating SDK to consume your JSON API services",
34
"homepage": "https://phramework.github.io/",
45
"license": "Apache-2.0",
56
"authors": [

0 commit comments

Comments
 (0)