Install PHP INTL on Mac using HomeBrew

David Carr

1 min read - 14th Oct, 2016

Mac’s come with PHP installed but they don’t come with the PHP extension INTL installed. This can cause problems when running projects locally that require INTL such as Nova Framework, Thankfully it’s easy to install using HomeBrew.

Internationalization extension (further is referred as Intl) is a wrapper for ICU library, enabling PHP programmers to perform various locale-aware operations including but not limited to formatting, transliteration, encoding conversion, calendar operations, UCA-conformant collation, locating text boundaries and working with locale identifiers, timezones and graphemes,

For php 7 install INTL with this terminal command:

brew install php70-intl

For php 5.6 install INTL with this terminal command:

brew install php56-intl

Restart terminal and your good to go.

0 comments
Add a comment

Copyright © 2006 - 2024 DC Blog - All rights reserved.