Skip to content

Commit f4a74aa

Browse files
committed
chore(composer): update composer info
+ remove pear support
1 parent 349a640 commit f4a74aa

3 files changed

Lines changed: 10 additions & 184 deletions

File tree

README.rst

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ To run the test install phpunit (http://www.phpunit.de/) and run: ::
3737
Installation
3838
------------
3939

40-
You can easily install FFmpegPHP via PEAR framework: ::
41-
42-
$ sudo pear channel-discover pear.codescale.net
43-
$ sudo pear install codescale/FFmpegPHP2
44-
4540
or download package from github.com: ::
4641

4742
$ wget http://github.com/char0n/ffmpeg-php/tarball/master
@@ -50,18 +45,14 @@ or to install via composer (http://getcomposer.org/) place the following in your
5045

5146
{
5247
"require": {
53-
"codescale/ffmpeg-php": "dev-master"
48+
"char0n/ffmpeg-php": "dev-master"
5449
}
5550
}
5651

5752

5853
Using FFmpegPHP
5954
---------------
6055

61-
Package installed via PEAR channel: ::
62-
63-
require_once 'FFmpegPHP2/FFmpegAutoloader.php';
64-
6556
Package downloaded from github.com and unpacked into certain directory: ::
6657

6758
require_once 'PATH_TO_YOUR_DIRECTORY/FFmpegAutoloader.php';
@@ -70,9 +61,9 @@ Package downloaded from github.com and unpacked into certain directory: ::
7061
Author
7162
------
7263

73-
| char0n (Vladimír Gorej, CodeScale s.r.o.)
74-
| email: gorej@codescale.net
75-
| web: http://www.codescale.net
64+
| char0n (Vladimír Gorej.)
65+
| email: vladimir.gorej@gmail.com
66+
| web: https://www.linkedin.com/in/vladimirgorej/
7667
7768
Documentation
7869
-------------
@@ -83,35 +74,12 @@ using PhpDocumentor with following commnad: ::
8374
$ phpdoc -o HTML:Smarty:HandS -d . -t docs
8475

8576

86-
Generating package.xml
87-
----------------------
88-
First temporarily remove .git/ directory from project root. It causes *pfm* not to work correctly.
89-
::
90-
91-
$ pear install PEAR_PackageFileManager2
92-
$ pear install PEAR_PackageFileManager_Cli
93-
$ pfm
94-
$ pear package package.xml
95-
$ pear install/upgrade ./{PACKAGE_NAME} # Verify is package is installable
96-
97-
Create *test.php* with contents and verify installation was successful:::
98-
99-
<?php
100-
require_once 'FFmpegPHP2/FFmpegAutoloader.php';
101-
102-
And run the file with:::
103-
104-
$ php test.php
105-
106-
10777
References
10878
----------
10979

110-
- http://github.com/CodeScaleInc/ffmpeg-php
80+
- http://github.com/char0n/ffmpeg-php
11181
- http://www.phpclasses.org/package/5977-PHP-Manipulate-video-files-using-the-ffmpeg-program.html
11282
- http://freshmeat.net/projects/ffmpegphp
113-
- http://www.codescale.net/en/community/#ffmpegphp
114-
- http://pear.codescale.net/
11583
- http://www.phpdoc.org/
11684
- http://www.phpunit.de/
11785
- http://pear.php.net/

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "codescale/ffmpeg-php",
2+
"name": "char0n/ffmpeg-php",
33
"type": "library",
44
"description": "PHP wrapper for FFmpeg application",
55
"version": "2.7.0",
@@ -8,10 +8,10 @@
88
"license": "New BSD",
99
"authors": [
1010
{
11-
"name": "char0n (Vladimír Gorej, CodeScale s.r.o.)",
12-
"email": "gorej@codescale.net",
13-
"homepage": "http://www.codescale.net/",
14-
"role": "Development lead"
11+
"name": "char0n (Vladimír Gorej)",
12+
"email": "vladimir.gorej@gmail.com",
13+
"homepage": "https://www.linkedin.com/in/vladimirgorej/",
14+
"role": "Software engineer"
1515
}
1616
],
1717
"require": {

package.xml

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)