All Projects → ezsystems → Ezplatform

ezsystems / Ezplatform

Licence: other
Meta repository that pulls in all dependencies for clean distribution of Ibexa Platform.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ezplatform

Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+1184.47%)
Mutual labels:  symfony-application, cms, symfony
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (-74.53%)
Mutual labels:  symfony-application, cms, symfony
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-86.96%)
Mutual labels:  symfony-application, cms, symfony
Core
Zikula Core Framework
Stars: ✭ 213 (-33.85%)
Mutual labels:  symfony-application, cms, symfony
Symfony Ddd Edition
Symfony standard edition with DDD architecture.
Stars: ✭ 78 (-75.78%)
Mutual labels:  symfony-application, symfony
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (-78.26%)
Mutual labels:  symfony-application, symfony
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+277.64%)
Mutual labels:  symfony-application, symfony
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-62.11%)
Mutual labels:  symfony-application, symfony
En Marche.fr
Le site principal du mouvement En Marche !
Stars: ✭ 743 (+130.75%)
Mutual labels:  symfony-application, symfony
Symfony 3 Rest Api Example
Symfony 3 RESTful API Example
Stars: ✭ 90 (-72.05%)
Mutual labels:  symfony-application, symfony
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-48.76%)
Mutual labels:  symfony-application, symfony
Composer Service
Composer as a service
Stars: ✭ 175 (-45.65%)
Mutual labels:  symfony-application, symfony
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-97.2%)
Mutual labels:  symfony-application, symfony
Crm Application
OroCRM - an open-source Customer Relationship Management application.
Stars: ✭ 785 (+143.79%)
Mutual labels:  symfony-application, symfony
Symfony Ddd Wishlist
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
Stars: ✭ 172 (-46.58%)
Mutual labels:  symfony-application, symfony
Platform Application
OroPlatform - business application management system that is a backbone of the OroCRM and OroCommerce.
Stars: ✭ 211 (-34.47%)
Mutual labels:  symfony-application, symfony
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (-67.7%)
Mutual labels:  symfony-application, symfony
Wallabag
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Stars: ✭ 6,392 (+1885.09%)
Mutual labels:  symfony-application, symfony
Symfony Cmf
Meta package tying together all the key packages of the Symfony CMF project.
Stars: ✭ 742 (+130.43%)
Mutual labels:  symfony-application, symfony
Demo
Symfony Demo Application
Stars: ✭ 2,102 (+552.8%)
Mutual labels:  symfony-application, symfony

Ibexa Platform

Build Status Downloads Latest release License

This repository is no longer in active development!

The master branch of this repository is no longer in development. Please refer to ibexa/oss for the current, Flex-based repository.

What is Ibexa Platform?

Ibexa Platform is a fully open source professional CMS (Content Management System) developed by Ibexa and the Ibexa Community.

Current Ibexa Platform v3 is built on top of the Symfony 5 framework (Full Stack).

Abstract:

  • Very extensible — You can extend the application and the content model in many ways.
  • Future and backwards compatible — Strong backward compatibility policy on data as well as code.
  • Multi-channel by design — Strong focus on separation between semantic content and design.
  • Scalable — Easily scale across multiple servers out of the box.
  • Future proof — Uses architecture designed to allow even more content scalability and performance in the future.
  • Stable — Built on experience in building CMS that has been gathered since early 2000.
  • Integration friendly — Numerous events and signals to hook into for advanced needs.

Further information:

Ibexa 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.

Installation

Installation instructions below are for installing a clean installation of Ibexa Platform in latest version with no demo content or demo website. Full installation documentation is in the online docs. It includes instructions on installing other products (like Ibexa Experience), or other versions.

Prerequisites

These instructions assume you have already installed:

  • PHP (7.3 or higher)
  • Web Server (Recommended: Apache / Nginx. Use of PHP's built-in development server is also possible)
  • Database server (MySQL 5.5+ or MariaDB 10.0+)
  • Composer
  • Git (for development)

For more details on requirements, see online documentation.

Install Ibexa Platform (clean distribution)

Assuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:

composer create-project --keep-vcs ezsystems/ezplatform ezplatform ^3
cd ezplatform

Note: If composer is installed locally instead of globally, the first command will start with php composer.phar.

You must add your database connection credentials (hostname, login, password) to the environment file.
To do this, in the main project directory, the .env file, change the parameters that are prefixed with DATABASE_ as necessary. Store the database credentials in your .env.local file. Do not commit the file to the Version Control System.

Use the following command to install Ibexa Platform (insert base data into the database):

composer ezplatform-install

Tip: For a more complete and better performing setup using Apache or Nginx, see how to install Ibexa Platform manually.

Issue tracker

Submitting bugs, improvements and stories is possible on https://jira.ez.no/browse/EZP. If you discover a security issue, please see how to responsibly report such issues in "Reporting security issues in Ibexa products".

Backwards compatibility

Ibexa 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 online documentation to Ibexa Platform.

COPYRIGHT

Copyright (C) 1999-2021 Ibexa AS (formerly eZ Systems AS). All rights reserved.

LICENSE

This source code is available separately under the following licenses:

A - Ibexa Business Use License Agreement (Ibexa BUL), version 2.3 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: https://www.ibexa.co/product For the full Ibexa BUL license text, please see:

AND

B - GNU General Public License, version 2 Grants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].