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

How can i install ext-phalcon

I found some proj need "ext-phalcon" in composer.json, How can i install it.



85.5k

yea i got stuck on that aswell.

Do you need it for the dev tools ? If so.. i am learning Phalcon much easier without auto generating code tools ..

edited Sep '15

Follow the guide here: https://docs.phalcon.io/en/latest/reference/install.html

For window basically you just download the right dll and put it in apache ext folder.

For the rest use commands.

If you have that dll usually you don't need "ext-phalcon" in composer. Composer is dependency management for php so if you must then create a file named composer.json in your repository and type the package name inside the file (in the correct format referenced in composer documentation) you need then do composer install.

You should set up composer first : https://getcomposer.org/

Rest of it is self-explainatory.