@@ -8,6 +8,7 @@ nice, normalized and easy to consume REST API responses.
8
8
[ ![ Codacy Grade Badge] ( https://api.codacy.com/project/badge/Grade/44f427e872e2480597bde0242417a2a7 )] ( https://www.codacy.com/app/MarcinOrlowski/laravel-api-response-builder?utm_source=github.com& ; utm_medium=referral& ; utm_content=MarcinOrlowski/laravel-api-response-builder& ; utm_campaign=Badge_Grade )
9
9
[ ![ Monthly Downloads] ( https://poser.pugx.org/marcin-orlowski/laravel-api-response-builder/d/monthly )] ( https://packagist.org/packages/marcin-orlowski/laravel-api-response-builder )
10
10
[ ![ License] ( https://poser.pugx.org/marcin-orlowski/laravel-api-response-builder/license )] ( https://packagist.org/packages/marcin-orlowski/laravel-api-response-builder )
11
+ [ ![ Dependency Status] ( https://dependencyci.com/github/MarcinOrlowski/laravel-api-response-builder/badge )] ( https://dependencyci.com/github/MarcinOrlowski/laravel-api-response-builder )
11
12
12
13
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/5c5f4dc1-41d5-49f9-b4ba-6268aa3fea00/big.png )] ( https://insight.sensiolabs.com/projects/5c5f4dc1-41d5-49f9-b4ba-6268aa3fea00 )
13
14
@@ -17,7 +18,7 @@ nice, normalized and easy to consume REST API responses.
17
18
## Table of contents ##
18
19
19
20
** Upgrading from previous version? Ensure you read [ compatibility docs] ( docs/compatibility.md ) prior altering your ` composer.json ` !**
20
-
21
+
21
22
* [ Features] ( #features )
22
23
* [ Documentation] ( docs/docs.md )
23
24
* [ Bugs reports and pull requests] ( #contributing )
@@ -28,35 +29,34 @@ nice, normalized and easy to consume REST API responses.
28
29
29
30
## Donations ##
30
31
31
- ` ResponseBuilder ` is free software (see [ License ] ( #license ) ) and you can use it fully free of charge in any of your projects, open source or
32
- commercial, however if you feel it prevent you from reinventing the wheel, helped having your projects done or simply saved you time and money
32
+ ` ResponseBuilder ` is free software and you can use it fully free of charge in any of your projects, open source or commercial,
33
+ however if you feel it prevent you from reinventing the wheel, helped having your projects done or simply saved you time and money
33
34
then then feel free to donate to the project. Send some Bitcoins (BTC) to ` 1LbfbmZ1KfSNNTGAEHtP63h7FPDEPTa3Yo ` .
34
35
35
36
![ BTC] ( http://i.imgur.com/mUe8olT.png )
36
37
37
- Thanks for all the fish!
38
-
39
38
----
40
39
41
40
## Features ##
42
41
43
- * Supports Laravel 5.1 and newer
44
- * Easy to use
45
- * Configurable (with ready-to-use defaults)
46
- * Localization support
47
- * Automated object conversion with custom mapping
48
- * Code ranges to support cascaded APIs
49
- * Built-in exception handler to ensure your API stays consumable even in case of unexpected
50
- * No extra dependencies and low requirements
51
- * Stable, production ready.
42
+ * Easy to use,
43
+ * [ Stable and production ready] ( https://travis-ci.org/MarcinOrlowski/laravel-api-response-builder ) ,
44
+ * Laravel 5.1, 5.2, 5.3 and 5.4 compatible,
45
+ * Works on PHP 5.5, 5.6, 7.0, 7.1 and [ HHVM] ( http://hhvm.com/ ) ,
46
+ * Configurable (with ready-to-use defaults),
47
+ * Localization support,
48
+ * Automatic object conversion with custom mapping,
49
+ * API chaining/cascading support,
50
+ * Provides [ exception handler helper] ( docs/exceptions.md ) to ensure your API stays consumable even in case of unexpected,
51
+ * No extra dependencies.
52
52
53
53
----
54
54
55
55
## Contributing ##
56
56
57
57
Please report any issue spotted using [ GitHub's project tracker] ( https://github.com/MarcinOrlowski/laravel-api-response-builder/issues ) .
58
-
59
- If you'd like to contribute to the this project, please [ open new ticket] ( https://github.com/MarcinOrlowski/laravel-api-response-builder/issues )
58
+
59
+ If you'd like to contribute to the this project, please [ open new ticket] ( https://github.com/MarcinOrlowski/laravel-api-response-builder/issues )
60
60
** before doing any work** . This will help us save your
61
61
time in case I'd not be able to accept such changes. But if all is good and clear then follow common routine:
62
62
@@ -65,8 +65,6 @@ time in case I'd not be able to accept such changes. But if all is good and clea
65
65
* do your changes
66
66
* send pull request
67
67
68
- Thanks in advance!
69
-
70
68
----
71
69
72
70
## License ##
0 commit comments