We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

what is different between phalcon and incubator

I am new in Phalcon, so I just got stuck when i hear Mongodb has been deprecated for old driver. then this issue suggest me to use incubator https://github.com/phalcon/cphalcon/issues/11156, so if i use this incubator will replace core class in phalcon ?



85.5k

I havent use mongo but usually class names in incubator has a different class name. SO you dont replace the phalcon stuff you use another one.

I use incubator for beanstalk extended class.

Just use incubator if it works for you https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Db/Adapter#user-content-mongoclient

Incubator are just php classes which are extending phalcon funcionallity.