Download Latest Version v2.5.0.3 source code.tar.gz (290.5 kB)
Email in envelope

Get an email when there's a new version of Exponential Platform Legacy (Stable CMS)

Home / v4.6.23.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-17 1.7 kB
v4.6.23.2 -- First Stable, Fully Documented Legacy Bridge Release for v4 source code.tar.gz 2026-04-17 47.2 kB
v4.6.23.2 -- First Stable, Fully Documented Legacy Bridge Release for v4 source code.zip 2026-04-17 49.7 kB
Totals: 3 Items   98.7 kB 0

Exponential Platform Legacy v4.6.23.2

Patch release on the 4.6.x branch — Ibexa DXP 4.6 LTS + eZ Publish legacy engine on Symfony 6.4.


What Is This?

se7enxweb/exponential-platform-legacy is the Composer skeleton for running the full Exponential Platform DXP stack with a live eZ Publish legacy kernel alongside the modern Ibexa 4.6 LTS stack. It wires together:

  • Ibexa DXP 4.6 LTS (Symfony 6.4)
  • se7enxweb/legacy-bridge — Symfony ↔ legacy kernel bridge
  • se7enxweb/exponential — legacy kernel (eZ Publish 5 community fork)
  • se7enxweb/site-legacy-bundle — legacy siteaccess + design bundle
  • se7enxweb/ezplatform-xmltext-fieldtype — XMLText field compatibility (4.x)
  • se7enxweb/ngsymfonytools + se7enxweb/richtext-datatype-bundle — extended field types

📖 Documentation

Changes Since v4.6.23.1

Documentation

  • Expanded README.md and INSTALL.md with a full exponential:* command reference covering all install, migrate, generate, and cache commands available in the stack
  • Added deprecation notes clarifying that ibexa: and ezplatform: prefixed commands are deprecated aliases — use exponential:* equivalents going forward

New Project Quick Start

:::bash
composer create-project se7enxweb/exponential-platform-legacy my-project "4.6.x-dev" \
    --no-interaction --prefer-dist

cd my-project
php bin/console exponential:install exponential-oss

See INSTALL.md (github.com) for full instructions.

Full Changelog: https://github.com/se7enxweb/exponential-platform-legacy/compare/v5.0.2...v4.6.23.2

Source: README.md, updated 2026-04-17