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
Copy file name to clipboardExpand all lines: README.md
+42-5Lines changed: 42 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,49 @@ This library attempts to comply with [PSR-1](http://www.php-fig.org/psr/psr-1/),
36
36
If you notice compliance oversights, please send a patch via pull request.
37
37
38
38
39
-
## Author
39
+
## Installation
40
40
41
-
Nil Portugués Calderó
41
+
Use [Composer](https://getcomposer.org) to install the package:
42
+
43
+
```json
44
+
$ composer require nilportugues/api-transformer
45
+
```
46
+
47
+
48
+
## Quality
49
+
50
+
To run the PHPUnit tests at the command line, go to the tests directory and issue phpunit.
51
+
52
+
This library attempts to comply with [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/), [PSR-4](http://www.php-fig.org/psr/psr-4/) and [PSR-7](http://www.php-fig.org/psr/psr-7/).
53
+
54
+
If you notice compliance oversights, please send a patch via [Pull Request](https://github.com/nilportugues/api-transformer/pulls).
55
+
56
+
57
+
58
+
## Contribute
59
+
60
+
Contributions to the package are always welcome!
61
+
62
+
* Report any bugs or issues you find on the [issue tracker](https://github.com/nilportugues/api-transformer/issues/new).
63
+
* You can grab the source code at the package's [Git repository](https://github.com/nilportugues/api-transformer).
64
+
65
+
66
+
67
+
## Support
68
+
69
+
Get in touch with me using one of the following means:
70
+
71
+
- Emailing me at <contact@nilportugues.com>
72
+
- Opening an [Issue](https://github.com/nilportugues/api-transformer/issues/new)
73
+
- Using Gitter: [](https://gitter.im/nilportugues/api-transformer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
74
+
75
+
76
+
77
+
## Authors
78
+
79
+
*[Nil Portugués Calderó](http://nilportugues.com)
80
+
*[The Community Contributors](https://github.com/nilportugues/api-transformer/graphs/contributors)
0 commit comments