Assuming you have already installed php using
brew install php
To install imap
extension support, run:
brew tap shivammathur/php
then
brew tap shivammathur/extensions
brew install imap
It will install imap
for the default php version.
To install php version specific imap
, run:
brew install imap@8.1
Top comments (1)
Have you tried ServBay.dev?
It's a much easier tool for PHP developers, providing a user-friendly experience, especially for beginners. It supports all versions of PHP, MariaDB, PostgreSQL, as well as Redis and Memcached. You can run multiple PHP instances simultaneously and switch between them effortlessly. It also offers easy updates without the need to configure environment variables. This tool has greatly simplified my PHP development and is definitely worth trying!