{"id":13579947,"url":"https://github.com/ezsystems/ezplatform","last_synced_at":"2025-05-15T19:07:18.088Z","repository":{"id":27872519,"uuid":"31363530","full_name":"ezsystems/ezplatform","owner":"ezsystems","description":"Meta repository that pulls in all dependencies for clean distribution of Ibexa Platform.","archived":false,"fork":false,"pushed_at":"2023-12-04T12:47:20.000Z","size":13991,"stargazers_count":327,"open_issues_count":19,"forks_count":149,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-04-08T00:37:28.308Z","etag":null,"topics":["cms","composer-project","dxp","ez-platform","ez-platform-project-variant","php","symfony","symfony-application"],"latest_commit_sha":null,"homepage":"https://ezplatform.com","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ezsystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-02-26T11:12:45.000Z","updated_at":"2025-02-19T14:18:13.000Z","dependencies_parsed_at":"2024-04-08T16:59:19.857Z","dependency_job_id":"a95d51e4-b365-400b-9582-92731023dcbe","html_url":"https://github.com/ezsystems/ezplatform","commit_stats":{"total_commits":1740,"total_committers":127,"mean_commits":"13.700787401574804","dds":0.8091954022988506,"last_synced_commit":"59aa3988259873ce41b52526768369f00eb21edd"},"previous_names":[],"tags_count":269,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fezplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fezplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fezplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fezplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezsystems","download_url":"https://codeload.github.com/ezsystems/ezplatform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254404357,"owners_count":22065641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","composer-project","dxp","ez-platform","ez-platform-project-variant","php","symfony","symfony-application"],"created_at":"2024-08-01T15:01:45.121Z","updated_at":"2025-05-15T19:07:18.068Z","avatar_url":"https://github.com/ezsystems.png","language":"Shell","readme":"# Ibexa Platform\n\n[![Build Status](https://img.shields.io/travis/ezsystems/ezplatform.svg?style=flat-square)](https://travis-ci.org/ezsystems/ezplatform)\n[![Downloads](https://img.shields.io/packagist/dt/ezsystems/ezplatform.svg?style=flat-square)](https://packagist.org/packages/ezsystems/ezplatform)\n[![Latest release](https://img.shields.io/github/release/ezsystems/ezplatform.svg?style=flat-square)](https://github.com/ezsystems/ezplatform/releases)\n[![License](https://img.shields.io/packagist/l/ezsystems/ezplatform.svg?style=flat-square)](LICENSE)\n\n## **This repository is no longer in active development!**\n\nThe `master` branch of this repository is no longer in development.\nPlease refer to [ibexa/oss](https://github.com/ibexa/oss) for the current, Flex-based repository.\n\n## What is Ibexa Platform?\n*Ibexa Platform* is a fully open source professional CMS (Content Management System) developed by Ibexa and the Ibexa Community.\n\nCurrent *Ibexa Platform v3* is built on top of the Symfony 5 framework (Full Stack).\n\n#### Abstract:\n\n- **Very extensible** — You can extend the application and the content model in many ways.\n- **Future and backwards compatible** — Strong backward compatibility policy on data as well as code.\n- **Multi-channel by design** — Strong focus on separation between \u003csup\u003esemantic\u003c/sup\u003e content and design.\n- **Scalable** — Easily scale across multiple servers out of the box.\n- **Future proof** — Uses architecture designed to allow even more content scalability and performance in the future.\n- **Stable** — Built on experience in building CMS that has been gathered since early 2000.\n- **Integration friendly** — Numerous events and signals to hook into for advanced needs.\n\n#### Further information:\n\nIbexa Platform is fully open source and it is the foundation for the commercial *Ibexa Digital Experience Platform* software, which adds advanced features for editorial teams, entirely built on top of *Ibexa Platform* APIs.\n\n- [Ibexa products roadmap](https://portal.productboard.com/ibexa/1-ibexa-dxp)\n- Ibexa (commercial products and services): [ibexa.co](https://ibexa.co/)\n\n\n## Installation\n\nInstallation instructions below are for installing a clean installation of Ibexa Platform in latest version with _no_ demo content or demo website.\nFull installation documentation is [in the online docs](https://doc.ibexa.co/en/latest/getting_started/install_ez_platform/).\nIt includes instructions on installing other products _(like [Ibexa Experience](https://github.com/ezsystems/ezplatform-ee))_, or other versions.\n\n#### Prerequisites\n\nThese instructions assume you have already installed:\n\n- PHP _(7.3 or higher)_\n- Web Server _(Recommended: Apache / Nginx. Use of PHP's built-in development server is also possible)_\n- Database server _(MySQL 5.5+ or MariaDB 10.0+)_\n- [Composer](https://doc.ibexa.co/en/latest/getting_started/install_ez_platform/#get-composer)\n- Git _(for development)_\n\nFor more details on requirements, see [online documentation](https://doc.ibexa.co/en/latest/getting_started/requirements/).\n\n\n#### Install Ibexa Platform _(clean distribution)_\n\nAssuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:\n\n``` bash\ncomposer create-project --keep-vcs ezsystems/ezplatform ezplatform ^3\ncd ezplatform\n```\n\n**Note:** If composer is installed locally instead of globally, the first command will start with `php composer.phar`.\n\nYou must add your database connection credentials (hostname, login, password) to the environment file.  \nTo do this, in the main project directory, the `.env` file, change the parameters that are prefixed with `DATABASE_` as necessary.\nStore the database credentials in your `.env.local` file. Do not commit the file to the Version Control System.\n\nUse the following command to install Ibexa Platform (insert base data into the database):\n\n```bash\ncomposer ezplatform-install\n```\n\n**Tip:** For a more complete and better performing setup using Apache or Nginx, see how to [install Ibexa Platform manually](https://doc.ibexa.co/en/latest/getting_started/install_ez_platform/).\n\n## Issue tracker\nSubmitting bugs, improvements and stories is possible on [https://jira.ez.no/browse/EZP](https://jira.ez.no/browse/EZP).\nIf you discover a security issue, please see how to responsibly report such issues in [\"Reporting security issues in Ibexa products\"](https://doc.ibexa.co/en/latest/guide/reporting_issues/#reporting-security-issues-in-ez-systems-products).\n\n## Backwards compatibility\nIbexa Platform aims to be **fully content compatible** with eZ Publish 5.x, meaning that the content in these versions of the CMS can be upgraded using\n[online documentation](https://doc.ezplatform.com/en/latest/migrating/migrating_from_ez_publish_platform/) to Ibexa Platform.\n\n\n## COPYRIGHT\nCopyright (C) 1999-2021 Ibexa AS (formerly eZ Systems AS). All rights reserved.\n\n## LICENSE\nThis source code is available separately under the following licenses:\n\nA - Ibexa Business Use License Agreement (Ibexa BUL),\nversion 2.3 or later versions (as license terms may be updated from time to time)\nIbexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription,\nas described at: https://www.ibexa.co/product\nFor the full Ibexa BUL license text, please see:\n- LICENSE-bul file placed in the root of this source code, or\n- https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)\n\nAND\n\nB - GNU General Public License, version 2\nGrants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:\n- LICENSE file placed in the root of this source code, or\n- https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n","funding_links":[],"categories":["Shell","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezsystems%2Fezplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezsystems%2Fezplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezsystems%2Fezplatform/lists"}