Propel as a Standalone Library
I want to use Propel 开发者_开发知识库as a Standalone Library just as Qcodo or Doctrine e.g. without using Pear or Phing. I want to run both the generator and runtime in a Phing Free and Pear Free Environment. Is that Possible ?
It is planned that Propel generator runs without Phing for version 1.6 (http://www.propelorm.org/ticket/855)
AFAIK Propel runtime doesn't require Phing and can be embedded in any application.
You can download propel in a tarball, or get it through checkout from the subversion repository, or PEAR. :)
Edit: Of course you will still need phing to use propel, as it lists phing as a hard dependency for the generator.
Maybe you can comment as of why you don't want phing or which problem you encountered when you tried to install it?
精彩评论