README.md 2.31 KB
Newer Older
Juliper committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
# user

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.

## Install

Via Composer

``` bash
$ composer require acacha/user
```

## Usage

``` php
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Security

If you discover any security related issues, please email sergiturbadenas@gmail.com instead of using the issue tracker.

## Based on 

GuestUser/NullUser desgin pattern:
- https://laracasts.com/series/whip-monstrous-code-into-shape
- https://laracasts.com/series/whip-monstrous-code-into-shape/episodes/19

## Credits

- [Sergi Tur Badenas][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/acacha/user.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/acacha/user/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/acacha/user.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/acacha/user.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/acacha/user.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/acacha/user
[link-travis]: https://travis-ci.org/acacha/user
[link-scrutinizer]: https://scrutinizer-ci.com/g/acacha/user/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/acacha/user
[link-downloads]: https://packagist.org/packages/acacha/user
[link-author]: https://github.com/acacha
[link-contributors]: ../../contributors