vote up 0 vote down star

As we have CPAN Libraries in Perl, do we have similar kind in PHP ? actually am new to PHP and was not sure about this.

flag

2 Answers

vote up 6 vote down check

Yes - PEAR and PECL essentially serve this function.

link|flag
1  
That was the idea with PEAR, but the php-landscape is more fragmented than Perl, so you'll often have to look elsewhere for libraries. PEAR is not as canonical as it could have been. – troelskn Oct 25 at 19:02
"PEAR is not as canonical as it could have been" And imo the lack of a (more) widely accepted repository is a weak point of php. – VolkerK Oct 25 at 19:08
PEAR has 544 packages. CPAN has 16782 and number of uploads is raising exponentially. PHP problem is that it does not have concept of module. – Alexandr Ciornii Oct 25 at 20:23
The issue is not PHP's lack of 'module' support - it's that PEAR isn't a free-for-all like CPAN. There are coding standards, you have to get your module approved first, etc. – Cal Nov 5 at 23:08
vote up -4 vote down

What you have is a whole lot of documentation in multiple languages. Pick the one you speak best

http://www.php.net/docs.php

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.