Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Aug 14, 2015
1 parent 9f6c04a commit 4950a98
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions README.md
Expand Up @@ -14,22 +14,49 @@
(https://packagist.org/packages/nilportugues/json)


## Installation

Use [Composer](https://getcomposer.org) to install the package:

```json
$ composer require nilportugues/json
```


## Quality

To run the PHPUnit tests at the command line, go to the tests directory and issue phpunit.

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/).

If you notice compliance oversights, please send a patch via pull request.
If you notice compliance oversights, please send a patch via [Pull Request](https://github.com/nilportugues/json-transformer/pulls).



## Contribute

Contributions to the package are always welcome!

* Report any bugs or issues you find on the [issue tracker](https://github.com/nilportugues/json-transformer/issues/new).
* You can grab the source code at the package's [Git repository](https://github.com/nilportugues/json-transformer).



## Support

Get in touch with me using one of the following means:

- Emailing me at <contact@nilportugues.com>
- Opening an [Issue](https://github.com/nilportugues/json-transformer/issues/new)
- Using Gitter: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nilportugues/json-transformer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)



## Author
## Authors

Nil Portugués Calderó
* [Nil Portugués Calderó](http://nilportugues.com)
* [The Community Contributors](https://github.com/nilportugues/json-transformer/graphs/contributors)

- <contact@nilportugues.com>
- [http://nilportugues.com](http://nilportugues.com)

## License
The code base is licensed under the MIT license.
The code base is licensed under the [MIT license](LICENSE).

0 comments on commit 4950a98

Please sign in to comment.