Skip to content

Commit

Permalink
Updated README and added LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
versalle88 committed Mar 2, 2020
1 parent 1306b19 commit eafec24
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
7 changes: 7 additions & 0 deletions LICENSE.md
@@ -0,0 +1,7 @@
Copyright 2020 Andrew Versalle

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59 changes: 58 additions & 1 deletion README.md
@@ -1,2 +1,59 @@
# container
# versalle/container
A PSR-11: Container interface implementation library

[![Author](http://img.shields.io/badge/author-@versalle88-blue.svg?style=flat-square)](https://twitter.com/versalle88)
[![Latest Version](https://img.shields.io/github/release/versalle88/container.svg?style=flat-square)](https://github.com/versalle88/container/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/versalle88/container/master.svg?style=flat-square)](https://travis-ci.org/versalle88/container)
[![Total Downloads](https://img.shields.io/packagist/dt/versalle/container.svg?style=flat-square)](https://packagist.org/packages/versalle/container)

This package is compliant with [PSR-1], [PSR-4], [PSR-11], and [PSR-12]. If you notice compliance oversights, please send a patch via pull request.

[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
[PSR-11]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md
[PSR-12]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md

## Install

Via Composer

``` bash
$ composer require versalle/container
```

## Requirements

The following versions of PHP are supported by this version.

* PHP 7.2
* PHP 7.3
* PHP 7.4

## Documentation

TODO

## Testing

``` bash
$ vendor/bin/behat
$ vendor/bin/phpspec run
$ vendor/bin/psalm
```

## Contributing

TODO

## Security

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

## Credits

- [Andrew Versalle](https://github.com/versalle88)

## License

The MIT License (MIT). Please see [License File](https://github.com/versalle88/container/blob/master/LICENSE.md) for more information.

0 comments on commit eafec24

Please sign in to comment.