Jump to content

PEAR

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
mikelbring

mikelbring

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
Just want to know everyone's thoughts and experiences with it.

Realize the Web Web services and design.


#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I like it and use it whenever possible. The whole point of it is to share reusable code to prvent you from recreating the wheel.

#3
mikelbring

mikelbring

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
What place would you recommend starting on PEAR? I heard that the PEAR DB is very slow compared to traditional.

Realize the Web Web services and design.


#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I always go to PEAR :: The PHP Extension and Application Repository and then click on packages at the top (or search). Their package database seems fast to me and once you install the PEAR package you no longer have to access the DB to use the PEAR package so it is really trivial. However, the one drawback seems to be if you are going to release a project to the public that uses a PEAR package. I've yet to read the TOS but I doubt you will be able to distribute the PEAR package as part of your script which means all of your users will need to install the package as well. You could use Phing to automate this build process for your users but you may be going against the grain to what normal PHP users are use to.

#5
mikelbring

mikelbring

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
Thanks for the info. I just heard it is good for large scale projects and thought about looking into it.

Realize the Web Web services and design.