|
1 | 1 | # PHP Pipe Operator
|
2 | 2 |
|
3 |
| -<a href="https://packagist.org/packages/sebastiaanluca/php-pipe-operator"><img src="https://poser.pugx.org/sebastiaanluca/php-pipe-operator/version" alt="Latest stable release"></img></a> |
4 |
| -<a href="LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="Software license"></img></a> |
5 |
| -<a href="https://travis-ci.org/sebastiaanluca/php-pipe-operator"><img src="https://img.shields.io/travis/sebastiaanluca/php-pipe-operator/master.svg" alt="Build status"></img></a> |
6 |
| -<a href="https://packagist.org/packages/sebastiaanluca/php-pipe-operator"><img src="https://img.shields.io/packagist/dt/sebastiaanluca/php-pipe-operator.svg" alt="Total downloads"></img></a> |
| 3 | +[![Latest stable release][version-badge]][link-packagist] |
| 4 | +[![Software license][license-badge]](LICENSE.md) |
| 5 | +[![Build status][travis-badge]][link-travis] |
| 6 | +[![Total downloads][downloads-badge]][link-packagist] |
| 7 | +[![Total stars][stars-badge]][link-github] |
7 | 8 |
|
8 |
| -<a href="https://packagist.org/packages/sebastiaanluca"><img src="https://img.shields.io/badge/link-packagist-lightgrey.svg" alt="View my other packages and projects"></img></a> |
9 |
| -<a href="https://blog.sebastiaanluca.com"><img src="https://img.shields.io/badge/link-blog-lightgrey.svg" alt="Read my blog"></img></a> |
10 |
| -<a href="https://twitter.com/sebastiaanluca"><img src="https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social" alt="Follow @sebastiaanluca on Twitter"></img></a> |
11 |
| -<a href="https://twitter.com/intent/tweet?text=Use%20PHP%27s%20pipe%20operator%20now!%20https%3A%2F%2Fgithub.com%2Fsebastiaanluca%2Fphp-pipe-operator%20via%20%40sebastiaanluca&source=webclient"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Share this package on Twitter"></img></a> |
| 9 | +[![Read my blog][blog-link-badge]][link-blog] |
| 10 | +[![View my other packages and projects][packages-link-badge]][link-packages] |
| 11 | +[![Follow @sebastiaanluca on Twitter][twitter-profile-badge]][link-twitter] |
| 12 | +[![Share this package on Twitter][twitter-share-badge]][link-twitter-share] |
12 | 13 |
|
13 |
| -A (hopefully) temporary solution to implement the pipe operator in PHP. |
| 14 | +**A (hopefully) temporary solution to implement the pipe operator in PHP.** |
14 | 15 |
|
15 | 16 | ## Table of contents
|
16 | 17 |
|
@@ -269,12 +270,28 @@ My name is Sebastiaan and I'm a freelance Laravel developer specializing in buil
|
269 | 270 |
|
270 | 271 | Have a project that could use some guidance? Send me an e-mail at [[email protected]][link-author-email]!
|
271 | 272 |
|
| 273 | + |
| 274 | +[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/php-pipe-operator.svg?label=stable |
| 275 | +[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg |
| 276 | +[travis-badge]: https://img.shields.io/travis/sebastiaanluca/php-pipe-operator/master.svg |
| 277 | +[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/php-pipe-operator.svg?color=brightgreen |
| 278 | +[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/php-pipe-operator.svg?color=brightgreen |
| 279 | + |
| 280 | +[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg |
| 281 | +[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg |
| 282 | +[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social |
| 283 | +[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social |
| 284 | + |
| 285 | +[link-github]: https://github.com/sebastiaanluca/php-pipe-operator |
272 | 286 | [link-packagist]: https://packagist.org/packages/sebastiaanluca/php-pipe-operator
|
273 | 287 | [link-travis]: https://travis-ci.org/sebastiaanluca/php-pipe-operator
|
| 288 | +[link-twitter-share]: https://twitter.com/intent/tweet?text=Use%20PHP%27s%20pipe%20operator%20now!%20https%3A%2F%2Fgithub.com%2Fsebastiaanluca%2Fphp-pipe-operator%20via%20%40sebastiaanluca |
274 | 289 | [link-contributors]: ../../contributors
|
275 | 290 |
|
276 | 291 | [link-portfolio]: https://www.sebastiaanluca.com
|
277 | 292 | [link-blog]: https://blog.sebastiaanluca.com
|
278 | 293 | [link-packages]: https://packagist.org/packages/sebastiaanluca
|
| 294 | +[link-twitter]: https://twitter.com/sebastiaanluca |
279 | 295 | [link-github-profile]: https://github.com/sebastiaanluca
|
280 | 296 | [link-author-email]: mailto:[email protected]
|
| 297 | + |
0 commit comments