1
1
A PHP Wrapper for use with the [ TMDB API] ( http://docs.themoviedb.apiary.io/ ) .
2
2
---------------
3
- [ ![ License] ( https://poser.pugx.org/wtfzdotnet/ php-tmdb- api/license.png )] ( https://packagist.org/packages/wtfzdotnet/ php-tmdb- api )
4
- [ ![ Build Status] ( https://travis-ci.org/wtfzdotnet/ php-tmdb- api.svg?branch=v2.0.6 )] ( https://travis-ci.org/wtfzdotnet/ php-tmdb- api )
5
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/wtfzdotnet/ php-tmdb- api/badges/coverage.png?b=2.0 )] ( https://scrutinizer-ci.com/g/wtfzdotnet/ php-tmdb- api/?branch=2.0 )
6
- [ ![ HHVM Status] ( http://hhvm.h4cc.de/badge/wtfzdotnet/ php-tmdb- api.svg )] ( http://hhvm.h4cc.de/package/wtfzdotnet/ php-tmdb- api )
3
+ [ ![ License] ( https://poser.pugx.org/php-tmdb/ api/license.png )] ( https://packagist.org/packages/php-tmdb/ api )
4
+ [ ![ Build Status] ( https://travis-ci.org/php-tmdb/ api.svg?branch=v2.0.6 )] ( https://travis-ci.org/php-tmdb/ api )
5
+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/php-tmdb/ api/badges/coverage.png?b=2.0 )] ( https://scrutinizer-ci.com/g/php-tmdb/ api/?branch=2.0 )
6
+ [ ![ HHVM Status] ( http://hhvm.h4cc.de/badge/php-tmdb/ api.svg )] ( http://hhvm.h4cc.de/package/php-tmdb/ api )
7
7
8
8
Inspired by [ php-github-api] ( https://github.com/KnpLabs/php-github-api ) , [ php-gitlab-api] ( https://github.com/m4tthumphrey/php-gitlab-api/ ) and the Symfony2 Community.
9
9
@@ -12,10 +12,10 @@ If you have any questions or feature requests, please visit the [google+ communi
12
12
Stable
13
13
----------------
14
14
15
- [ ![ Latest Stable Version] ( https://poser.pugx.org/wtfzdotnet/ php-tmdb- api/v/stable.svg )] ( https://packagist.org/packages/wtfzdotnet/ php-tmdb- api )
16
- [ ![ Latest Unstable Version] ( https://poser.pugx.org/wtfzdotnet/ php-tmdb- api/v/unstable.svg )] ( https://packagist.org/packages/wtfzdotnet/ php-tmdb- api )
15
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/php-tmdb/ api/v/stable.svg )] ( https://packagist.org/packages/php-tmdb/ api )
16
+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/php-tmdb/ api/v/unstable.svg )] ( https://packagist.org/packages/php-tmdb/ api )
17
17
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/530a7514ec137594df000010/badge.png )] ( https://www.versioneye.com/user/projects/530a7514ec137594df000010 )
18
- [ ![ Total Downloads] ( https://poser.pugx.org/wtfzdotnet/ php-tmdb- api/downloads.svg )] ( https://packagist.org/packages/wtfzdotnet/ php-tmdb- api )
18
+ [ ![ Total Downloads] ( https://poser.pugx.org/php-tmdb/ api/downloads.svg )] ( https://packagist.org/packages/php-tmdb/ api )
19
19
20
20
Currently unit tests are run on travis, with the following versions:
21
21
@@ -44,9 +44,9 @@ Plug-ins
44
44
--------
45
45
46
46
- Symfony2
47
- - [ wtfzdotnet/WtfzTmdbBundle ] ( https://github.com/wtfzdotnet/WtfzTmdbBundle ) , _ yet to updated to 2.0_ .
47
+ - [ php-tmdb/symfony ] ( https://github.com/php-tmdb/symfony ) , _ yet to updated to 2.0_ .
48
48
- Laravel
49
- - [ wtfzdotnet/tmdb-package ] ( https://github.com/wtfzdotnet/tmdb-package ) , _ yet to updated to 2.0 _ .
49
+ - [ php-tmdb/laravel ] ( https://github.com/php-tmdb/laravel ) .
50
50
51
51
Installation
52
52
------------
@@ -62,7 +62,7 @@ _You are not obliged to move the composer.phar file to your /usr/local/bin, it i
62
62
Add the following to your require block in composer.json config
63
63
64
64
```
65
- "wtfzdotnet/ php-tmdb- api": "~2.0"
65
+ "php-tmdb/ api": "~2.0"
66
66
```
67
67
68
68
__ If your new to composer and have no clue what I'm talking about__
@@ -72,7 +72,7 @@ Just create a file named `composer.json` in your document root:
72
72
```
73
73
{
74
74
"require": {
75
- "wtfzdotnet/ php-tmdb- api": "~2.0"
75
+ "php-tmdb/ api": "~2.0"
76
76
}
77
77
}
78
78
```
0 commit comments