ZendPHP Support
Installation Overview
Below is a brief overview of the installation process for ZendPHP on different operating systems. For detailed instructions, please refer to the official ZendPHP installation guides linked below.
Windows Installation
To install ZendPHP on Windows, you will need the credentials provided when you purchased your ZendPHP licenses. You should have received an email from HeroDevs with this information. If you did not receive this email, please reach out to our support team.
- Installer: ZendPHP is available as an MSI package for Windows.
- Process:
- When prompted for a username and password, use the credentials you received from HeroDevs.
- Alternatively, you can include your credentials directly in the download URL. For example, to download version 8.3, use the following format:
https://USERNAME:PASSWORD@repos.zend.com/zendphp/windows/latest/zendphp-8.3-latest-nts-x64.msi
For detailed instructions, see the ZendPHP Windows Installation Guide.
Linux Installation
To set up the ZendPHP repository on your system using the zendphpctl
tool, you can use the repo install
command. During this process, you have the option to provide your credentials for immediate access to LTS editions of ZendPHP.
- Command:
zendphpctl repo install
- Options:
- --account: (Optional) Your account or order identifier you received from HeroDevs.
- --password: (Optional) The password (token) you received from HeroDevs.
Example Commands
- Basic Installation:
zendphpctl repo install
- Installation with account credentials:
zendphpctl repo install--account ORDER_ID --password password
For detailed instructions, see the ZendPHP Linux Installation Guide.
Additional Support
If you need help with the installation process or have questions about ZendPHP support, feel free to contact the HeroDevs team at support@herodevs.com.