Article

From Zend Framework to Laminas: Orientation for Teams

Team-facing orientation: Laminas is the official continuation; pick ZF1 containment vs ZF2/ZF3 laminas-migration; link tooling and Studio migration.

If your organization still says “we’re on Zend Framework,” translate that into a generation-specific plan. Laminas is the official open-source continuation of Zend Framework after ZF was archived and abandoned. The mechanical bridge for ZF2/ZF3-era code is laminas-migration; ZF1 needs a different program of work.

Decision tree

  1. Identify version via versions overview.
  2. If ZF1 → ZF1 center and PHP 8 reality check.
  3. If ZF2/ZF3/Apigility/Expressive → migration tooling + complete guide.
  4. If already Laminas → maintain MVC/SM, raise PHP with PHP 7→8 checklist.
# LEGACY signal
composer show | grep zendframework

# MODERN signal
composer show | grep laminas

People and tooling

History context: Zend Framework history. Official docs: docs.laminas.dev/migration/.

Related tools

Related reading