Skip to content

Commit f4def48

Browse files
committed
Update README to reflect current state of the repos
1 parent 702a7d6 commit f4def48

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
A PHP Wrapper for use with the [TMDB API](http://docs.themoviedb.apiary.io/).
22
---------------
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)
77

88
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.
99

@@ -12,10 +12,10 @@ If you have any questions or feature requests, please visit the [google+ communi
1212
Stable
1313
----------------
1414

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)
1717
[![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)
1919

2020
Currently unit tests are run on travis, with the following versions:
2121

@@ -44,9 +44,9 @@ Plug-ins
4444
--------
4545

4646
- 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_.
4848
- 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).
5050

5151
Installation
5252
------------
@@ -62,7 +62,7 @@ _You are not obliged to move the composer.phar file to your /usr/local/bin, it i
6262
Add the following to your require block in composer.json config
6363

6464
```
65-
"wtfzdotnet/php-tmdb-api": "~2.0"
65+
"php-tmdb/api": "~2.0"
6666
```
6767

6868
__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:
7272
```
7373
{
7474
"require": {
75-
"wtfzdotnet/php-tmdb-api": "~2.0"
75+
"php-tmdb/api": "~2.0"
7676
}
7777
}
7878
```

0 commit comments

Comments
 (0)