Pyrus is the next generation installer for PHP packages (PEAR2).
3
votes
1answer
123 views
What is the difference between Pyrus and Composer?
I'm new to Zend Framework 2.0, after reading the documentation I know that we can install Zend via some package managers as Pyrus, Composer. But I don't know which package manager should I choose? ...
2
votes
1answer
62 views
PEAR installed but not working. Where is PEAR.php?
I've installed PEAR using pyrus.phar in C:\PEAR for PHP on IIS7. I've also downloaded the PEAR Mail package when I require_once the file Mail.php, I get HTTP Error 500.0 - Internal Server Error.
Here ...
0
votes
1answer
209 views
Installing Zend Framework 2 using pyrus
I'm getting an error when trying to download Zend Framework2 view pyrus. Here is the error:
# php pyrus.phar . install zf2/Zend_Framework#Standard
Using PEAR installation found at ...
0
votes
1answer
73 views
Using Console_CommandLine
I have installed Console_CommandLine using pyrus:
php pyrus.phar install pear/Console_CommandLine
the directory where Console_CommandLine was installed has the next structure:
(/A_PATH/lib/)
lib/
...
0
votes
1answer
43 views
pyrus with php5.2.11?
Well, i'm trying to install pyrus on my server but the install failed. i'm guessing it is because of my php version so my question is Can we install Pyrus on a server that is using php5.2.11 ?
is ...
0
votes
2answers
409 views
Pyrus problems on Ubuntu 12 installing ZF2
I tried to install zend framework 2 on Ubuntu 12.04.1 64 bit but have run into difficulties.
# sudo pyrus install zf2/Zend_Framework-beta#Standard
failed mid transaction with no other previous ...
0
votes
1answer
85 views
Pyrus install error
I am trying to install zend framework 2 using pyrus but i get a strange error on pyrus install : Pyrus\Config\Exception: Unable to parse invalid PEAR configuration at "."
Pyrus\Config\Exception: ...
0
votes
1answer
100 views
How to properly use both pear and pear2 packages?
I've set my pear installation inside my project:
php pyrus.phar mypear c:\apache24\htdocs\my-project\vendor
But it creates the following folder structure:
.configsnapshots
docs
downloads
php ...
0
votes
1answer
39 views
PEAR2 - Mbox not installing correctly
Im attempting to install the Mail_Mbox-0.6.3 package as i need to use the classes for accessing email attachments from php.
However when i try to install using the newpackage manager it keeps giving ...
0
votes
1answer
716 views
PEAR/Pyrus installation
I am installing Pyrus on my CentOS server by using the following command:
$ php pyrus.phar install PEAR2_Pyrus
I am getting an error:
The sqlite3 extension is required.
You must compile PHP with ...
6
votes
1answer
650 views
Including Pear Libraries in PHP Frameworks
How should PEAR libraries be incorporated as packages / libraries within PHP frameworks?
Namely, I'm using a package system within a PHP framework - and need those PEAR libraries to be easily ...
4
votes
1answer
306 views
Installing ezComponents with Pyrus
this is somewhat related to Problems installing PHP EzComponents using pyrus.
I am trying to do a clean installation of pyrus without any package installed the way pear used to do it (meaning no pear ...
2
votes
3answers
381 views
Problems installing PHP EzComponents using pyrus
It seems that the Ez Components repository will not play nice with pyrus. It seems to 302 when pyrus tries to download the package. Has anyone had any luck installing this? It's a requirement for ...
17
votes
2answers
2k views
What is the difference between PEAR and PEAR2?
So there is the old pear installer and pyrus which is the new package manager for PEAR ... or was it PEAR2 ... at least it's faster and stuff.
And there is the old package.xml version <2.0 and the ...
9
votes
1answer
3k views
'php pyrus.phar' won't get executed
I use PHP 5.3 on Debian and according to php -m 'Phar' is loaded.
But executing php pyrus.phar or php pyrus.phar config-show leads to no output at all.
What might be the problem?
debian:~# php -v
...
2
votes
2answers
403 views
Install PEAR on project local?
How to install pear on project local?
Only install system global (and copy manually to project local) ?
1
vote
1answer
531 views
RPM PHP and PEAR Packages
I'm trying to package a custom build of the latest PHP (5.3.3) with a set of pear packages. Unfortunately, the options given to do this don't seem to work. I'm posting the spec file as I see it ...

