Skip to content

Commit a82662a

Browse files
author
Daniel Gomes
committed
Make License a Markdown file. Add some more badges to README
1 parent d762cf5 commit a82662a

File tree

3 files changed

+32
-22
lines changed

3 files changed

+32
-22
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# The MIT License (MIT)
2+
3+
Copyright (c) 2019 Daniel Gomes <[email protected]>
4+
5+
> Permission is hereby granted, free of charge, to any person obtaining a copy
6+
> of this software and associated documentation files (the "Software"), to deal
7+
> in the Software without restriction, including without limitation the rights
8+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
> copies of the Software, and to permit persons to whom the Software is
10+
> furnished to do so, subject to the following conditions:
11+
>
12+
> The above copyright notice and this permission notice shall be included in
13+
> all copies or substantial portions of the Software.
14+
>
15+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
> THE SOFTWARE.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Minimalist and Typed Immutable Collections for PHP
2-
[![Build Status](https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master)](https://travis-ci.org/dcsg/php-immutable-collections) [![SymfonyInsight](https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c/mini.svg)](https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=alert_status)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=coverage)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=bugs)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=security_rating)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections)
2+
3+
[![Latest Stable Version](https://poser.pugx.org/dcsg/php-immutable-collections/v/stable)](https://packagist.org/packages/dcsg/php-immutable-collections)
4+
[![License](https://poser.pugx.org/dcsg/php-immutable-collections/license)](https://packagist.org/packages/dcsg/php-immutable-collections)
5+
[![Build Status](https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master)](https://travis-ci.org/dcsg/php-immutable-collections)
6+
[![SymfonyInsight](https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c/mini.svg)](https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c)
7+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=alert_status)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections)
8+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=coverage)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections)
9+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections)
10+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=bugs)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections)
11+
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=dcsg_php-immutable-collections&metric=security_rating)](https://sonarcloud.io/dashboard?id=dcsg_php-immutable-collections)
12+
[![Total Downloads](https://poser.pugx.org/dcsg/php-immutable-collections/downloads)](https://packagist.org/packages/dcsg/php-immutable-collections)
313

414
A library that provides a set of minimalist, typed and piped Immutable Collections for PHP.
515

0 commit comments

Comments
 (0)