Skip to content

Commit e312f97

Browse files
author
Joel Butcher
committed
Add badges
1 parent 8135730 commit e312f97

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# PHP Optional
22

3+
<a href="https://github.com/joelbutcher/php-optional/actions">
4+
<img src="https://github.com/joelbutcher/php-optional/workflows/tests/badge.svg" alt="Build Status">
5+
</a>
6+
<a href="https://packagist.org/packages/joelbutcher/php-optional">
7+
<img src="https://img.shields.io/packagist/dt/joelbutcher/php-optional" alt="Total Downloads">
8+
</a>
9+
<a href="https://packagist.org/packages/joelbutcher/php-optional">
10+
<img src="https://img.shields.io/packagist/v/joelbutcher/php-optional" alt="Latest Stable Version">
11+
</a>
12+
<a href="https://packagist.org/packages/joelbutcher/php-optional">
13+
<img src="https://img.shields.io/packagist/l/joelbutcher/php-optional" alt="License">
14+
</a>
15+
316
Inspired by Java's [Optional](https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/master/src/java.base/share/classes/java/util/function/Predicate.java) class, this package aims to provide a comprehensive API
417
for optional field values.
518

0 commit comments

Comments
 (0)