From 45ef40b5181c9fcfbb2c37118f6bb6e7c0e6ea10 Mon Sep 17 00:00:00 2001 From: Ricardo Fiorani Date: Mon, 31 Aug 2015 22:43:01 -0300 Subject: [PATCH] making things pretty :D --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 37ce29a..419b1f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # PHP Video URL Parser +[![Build Status](https://secure.travis-ci.org/ricardofiorani/php-video-url-parser.png?branch=master)](http://travis-ci.org/ricardofiorani/php-video-url-parser) +[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.3-8892BF.svg)](https://php.net/) +[![License](https://poser.pugx.org/ricardofiorani/php-video-url-parser/license.png)](https://packagist.org/packages/ricardofiorani/php-video-url-parser) +[![Total Downloads](https://poser.pugx.org/ricardofiorani/php-video-url-parser/d/total.png)](https://packagist.org/packages/ricardofiorani/php-video-url-parser) +[![Coding Standards](https://img.shields.io/badge/cs-PSR--4-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards) + PHP Video URL Parser receives an video service URL (Like Youtube or VIMEO) and returns an object containing some video info such as Thumnail's, Video Title, Video Description.