|
1 | 1 | # An extensive set of PHP helper functions and classes
|
2 | 2 |
|
3 |
| -<a href="https://packagist.org/packages/sebastiaanluca/php-helpers"><img src="https://poser.pugx.org/sebastiaanluca/php-helpers/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-helpers"><img src="https://img.shields.io/travis/sebastiaanluca/php-helpers/master.svg" alt="Build status"></img></a> |
6 |
| -<a href="https://packagist.org/packages/sebastiaanluca/php-helpers"><img src="https://img.shields.io/packagist/dt/sebastiaanluca/php-helpers.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://blog.sebastiaanluca.com"><img src="https://img.shields.io/badge/link-blog-lightgrey.svg" alt="Read my blog"></img></a> |
9 |
| -<a href="https://packagist.org/packages/sebastiaanluca"><img src="https://img.shields.io/badge/link-other_packages-lightgrey.svg" alt="View my other packages and projects"></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=Check%20out%20this%20extensive%20set%20of%20generic%20PHP%20helper%20functions%20and%20classes!%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/php-helpers"><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 | 14 | ## Table of contents
|
14 | 15 |
|
@@ -578,12 +579,26 @@ My name is Sebastiaan and I'm a freelance back-end developer specializing in bui
|
578 | 579 |
|
579 | 580 | Have a project that could use some guidance? Send me an e-mail at [[email protected]][link-author-email]!
|
580 | 581 |
|
| 582 | +[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/php-helpers.svg?label=stable |
| 583 | +[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg |
| 584 | +[travis-badge]: https://img.shields.io/travis/sebastiaanluca/php-helpers/master.svg |
| 585 | +[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/php-helpers.svg?color=brightgreen |
| 586 | +[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/php-helpers.svg?color=brightgreen |
| 587 | + |
| 588 | +[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg |
| 589 | +[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg |
| 590 | +[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social |
| 591 | +[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social |
| 592 | + |
| 593 | +[link-github]: https://github.com/sebastiaanluca/php-helpers |
581 | 594 | [link-packagist]: https://packagist.org/packages/sebastiaanluca/php-helpers
|
582 | 595 | [link-travis]: https://travis-ci.org/sebastiaanluca/php-helpers
|
| 596 | +[link-twitter-share]: https://twitter.com/intent/tweet?text=Check%20out%20this%20extensive%20set%20of%20generic%20PHP%20helper%20functions%20and%20classes!%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/php-helpers |
583 | 597 | [link-contributors]: ../../contributors
|
584 | 598 |
|
585 | 599 | [link-portfolio]: https://www.sebastiaanluca.com
|
586 | 600 | [link-blog]: https://blog.sebastiaanluca.com
|
587 | 601 | [link-packages]: https://packagist.org/packages/sebastiaanluca
|
| 602 | +[link-twitter]: https://twitter.com/sebastiaanluca |
588 | 603 | [link-github-profile]: https://github.com/sebastiaanluca
|
589 | 604 | [link-author-email]: mailto:[email protected]
|
0 commit comments