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

Install phalcon on MAMP ?

Is there any instructions on how to install phalcon on MAMP with OSX ?

Thanks a lot !

It doesn't look like there are any OS X-specific instructions, so installing from Git like it explains here looks like your only option: https://phalcon.io/download



98.9k

MAMP does not provide the tools/libraries to compile a C-extension for PHP, I'd recommend use the stack provided by macports, it's very easy install extensions and most open source software with just a single command.

In this thread some guy installed phalcon on MAMP with a bit more of effort: https://forum.phalcon.io/discussion/235/mac-os-x-10-7-5



8.3k
Accepted
answer

Yes @raxan .. I have installed it and using with MAMP

edited Mar '17

OSX: Sierra

Phalcon version: 3.0.4

PHP-version: 5.6.30

This guide works perfectly: https://lacke.mn/blog/installing-phalcon-on-mac-os-x-using-mamp/