PhpRiot
Follow phpriot on Twitter
Sponsored Link
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

Introduction to PEAR2_SimpleChannelServer

The SimpleChannelServer package allows developers to create a PEAR compatible channel server to distribute packages. This channel server is simple in that it only works with the local filesystem to create the necessary files for package distribution.

Note:

At a minimum, the ability to post files to the webspace where your channel will be hosted.

It is possible to host your PEAR channel on webspace such as Google Code, just use the webpath to the svn directory as your channel name, and be sure to set the correct svn:mime-type on the xml files.

To get started, simply download the » pearscs.phar file to your local filesystem, and execute the pearscs.phar file with the create command. Then, build the rest of the channel using the other SimpleChannelServer commands.

PEAR Manual