How to know which version Zend framework used to build website

My name is Dineshkumar BH from India. I have outsourced build website "www.firstimpressiion.com. The developer no more available. Still some work is pending and need to update it. When he was developing he told me he used send framework. But when I given for further development other’s developer’s telling it’s built on Zend framework. When i crosschecked no where showing framework details. Please help how recognize

Please help how recognize

You can ask other developers to send you a version.

Or you can execute command “composer show -i” to see packages and package’s versions.

Hi Dineshkumar, it sounds like you’re in a bit of a bind with your website development. To determine which framework your site is built on, you can start by checking the codebase for specific files or directories associated with each framework. For example, Zend typically has certain directory structures and files like “Zend” in the codebase. You can also look for framework-specific files like composer.json or check for any installed packages if your site uses Composer. Additionally, you might consider using online tools or services that can analyze your website and provide insights about the technologies used. If you’re still unsure, reaching out to a website development company with experience in both frameworks might be your best bet for clarification and further assistance.