This is a port of the Zend Framework. The Zend Framework aims to provide an architecture for developing entire applications with no other library dependencies. This code will always be actively developed, tested, and supported by Zend and the PHP Collaboration Project.
This is a port of the Zend Framework. The Zend Framework aims to provide an architecture for developing entire applications with no other library dependencies. This code will always be actively developed, tested, and supported by Zend and the PHP Collaboration Project.
To install ZendFramework2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ZendFramework2
To see what files were installed by ZendFramework2, run:
port contents ZendFramework2
To later upgrade ZendFramework2, run:
sudo port selfupdate && sudo port upgrade ZendFramework2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.