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 ?
A:
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?
Till
2010-10-25 00:17:16
This requires you to Have Phing !!
2010-10-25 14:18:26
I extended my answer. It's a hard dependency for the generator. Do you want to comment why you can't use it?
Till
2010-10-30 14:48:16
A:
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.
Frosty Z
2010-10-27 13:36:07