Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was searching for places where good PHP scripts can be found:

I haven't tried anything from here, but this looks good:

http://gscripts.net/
http://www.hotscripts.com/ (has paid and free both)

Other than writing your own code. What resources(preferably free)/websites do you use for PHP scripts?

share|improve this question
2  
Community Wiki? – Harmen Nov 6 '10 at 16:42
Should be community wiki – Bjorn Tipling Nov 6 '10 at 16:42
Related: stackoverflow.com/questions/2345412/… – Pekka 웃 Nov 6 '10 at 16:50
There used to be a community wiki checkbox in the edit page, can't find it. Where's it now? – DMin Nov 21 '10 at 20:00

4 Answers

up vote 5 down vote accepted

Some good places to look for PHP scripts are the code hosting sites like: GitHub, BitBucket, Google Code, etc... Some of them let you filter by language. For example for every project in PHP at Google Code.

share|improve this answer

PHPClasses is one of the best resources for libraries, and there's also the PECL and PEAR repositoriess

share|improve this answer
No. Phpclasses is the most abysmal PHP code dump. See current survey, stackoverflow.com/questions/2345412/… – mario Nov 5 '10 at 23:02

There are many different and free PHP scripts

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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