File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# PHP IMDB API
22
3- [ ![ Build Status] ( https://travis-ci.org/hmerritt/php-imdb-api.svg?branch=master )] ( https://travis-ci.org/hmerritt/php-imdb-api ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/hmerritt/php-imdb-api/badge.svg?branch=master )] ( https://coveralls.io/github/hmerritt/php-imdb-api?branch=master )
3+ [ ![ Latest Stable Version] ( https://poser.pugx.org/hmerritt/imdb-api/v/stable )] ( https://packagist.org/packages/hmerritt/imdb-api )
4+ [ ![ Build Status] ( https://travis-ci.org/hmerritt/php-imdb-api.svg?branch=master )] ( https://travis-ci.org/hmerritt/php-imdb-api )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/hmerritt/php-imdb-api/badge.svg?branch=master )] ( https://coveralls.io/github/hmerritt/php-imdb-api?branch=master )
46
57PHP IMDB-API that can fetch film data and search results.
68
@@ -21,7 +23,7 @@ $ composer require hmerritt/imdb-api
2123``` php
2224// Assuming you installed from Composer:
2325require "vendor/autoload.php";
24- use hmerritt\Imdb\Imdb ;
26+ use hmerritt\Imdb;
2527
2628$imdb = new Imdb;
2729
You can’t perform that action at this time.
0 commit comments