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

Phalcon Repositories on kali linux

hello, i'm try to installing phalcon for my kali linux pc, but i got some error, he say my os is not support or nt found the repository for my os. anyone can help this problem? i just need the source repository to install phalcon on my os. if i've got the repo, i just add it on my repo manually, thanks.

Right now we do not have a ready to use package builder for Kali Linux. You can use the standard way to build from source:

With Zephir

git clone --depth=1 -q [email protected]:phalcon/cphalcon.git
cd cphalcon

zephir fullclean
zephir build

Without Zephir

git clone --depth=1 -q [email protected]:phalcon/cphalcon.git
cd cphalcon

cd build
sudo ./install