Hi! I want to use Propel ORM in my project, without ORM Phalcon. How I can it?
Just don't use Phalcon ORM and use Propel, it's simple as that :) You use what you want / need from phalcon, in general.
$di->setShared('propel', function () { //.. code return new Propel() });