Basic / Download
Please Note:
At the specific request of Ibexa, 7x is changing the project name to "Exponential Basic" or "Exponential Basic (CMS)" effective as of August, 11th 2025.
Downloads now available! Version 2.4.0.1 (stable) has been released for download, general use and study.
Download 2.4.0.1 via GitHub ( zip / tar.gz ) or SourceForge
Downloads Available via SourceForge Project.
Downloads Available via GitHub Project Releases and Tags.
Read more about our project and it's historic value added services it provided early users, developers and businesses in the early 2000s era of web based application development environments and their required systems.
License
GNU GPLv2 (or later version)
GitHub
Installation via Git & GitHub
Follow these steps to set up eZ Publish Basic via GitHub:
- Clone the repository:
git clone https://github.com/se7enxweb/exponentialbasic.git;
Navigate to the project directory:
cd exponentialbasic;
Install dependencies:
composer install;
Composer
Use the following command to install Exponential Basic Basic software.
composer create-project se7enxweb/exponentialbasic:dev-master;