Download the PHP package ibexa/core without Composer
On this page you can find all versions of the php package ibexa/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package core
Short Description Ibexa DXP and Open Source core. Provides the Content Repository, its APIs, and the application's Symfony framework integration.
License (GPL-2.0-only or proprietary)
Homepage https://ibexa.co
Informations about the package core
Ibexa Kernel
This package is part of Ibexa DXP.
To use this package, install Ibexa DXP.
This package contains an advanced Content Model, allowing to structure any kind of content or content-like data in a future-proof Content Repository. Ibexa Kernel also aims to provide additional features for the MVC layer (Symfony) to increase your productivity Ibexa DXP.
Current Organization
MVC layer:
- src/bundle - the bundles that are important to expose the functionality of the Backend and MVC layer to Symfony.
- src/lib/MVC - the parts that make up the different components extending Symfony.
- src/lib/Pagination - a component extending PagerFanta for pagination of Ibexa search queries.
Backend:
- src/contracts - the definition of stable interfaces for the PHP Public API, mainly Content Repository API.
- src/contracts/Persistence - a layer which is not frozen yet, meaning it might change in between releases. Those are persistence interfaces for Storage Engine.
- src/lib - implementations of API Contracts; the naming aims to map to name of the interface they implement. For example,
Ibexa\Core\Persistence\Legacy
being implementation ofIbexa\Contracts\Core\Persistence
.
Testing Locally
This kernel contains a comprehensive set of unit, functional, and integration tests. At the time of writing, 9k unit tests, 8k integration tests, and several functional tests.
Dependencies
- PHP 7 Modules: php7_intl php7_xsl php7_gd php7_sqlite (aka
pdo\_sqlite
) - Database: sqlite3, optionally: mysql/postgres if so make sure to have relevant pdo modules installed
For Contributing to this Bundle, you should make sure to run both unit and integration tests.
-
Set up this repository locally:
-
Run unit tests:
At this point you should be able to run unit tests:
-
Run integration tests:
To run integration tests against Solr, see Solr Search Engine Bundle for Ibexa DXP.
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.4 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: https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)
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: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
All versions of core with dependencies
ext-ctype Version *
ext-fileinfo Version *
ext-intl Version *
ext-json Version *
ext-mbstring Version *
ext-pdo Version *
ext-spl Version *
ext-xsl Version *
ext-curl Version *
ext-dom Version *
symfony/cache Version ^5.3.0
symfony/http-foundation Version ^5.3.0
symfony/framework-bundle Version ^5.3.0
symfony/process Version ^5.3.0
symfony/dependency-injection Version ^5.3.0
symfony/event-dispatcher Version ^5.3.0
symfony/mime Version ^5.3.0
symfony/translation Version ^5.3.0
symfony/yaml Version ^5.3.0
symfony/polyfill-php80 Version ^1.27
symfony/security-core Version ^5.3.0
symfony/security-http Version ^5.3.0
symfony/security-bundle Version ^5.3.0
symfony/serializer Version ^5.3.0
symfony/http-client Version ^5.3.0
symfony/http-kernel Version ^5.3.0
symfony/console Version ^5.3.0
symfony/expression-language Version ^5.3.0
symfony/validator Version ^5.3.0
symfony/var-dumper Version ^5.3.0
ibexa/doctrine-schema Version ~4.6.0
symfony-cmf/routing Version ^2.3
guzzlehttp/guzzle Version ^6.5
php-http/guzzle6-adapter Version ^2.0
nelmio/cors-bundle Version ^2.0
pagerfanta/pagerfanta Version ^2.1
doctrine/dbal Version ^2.13.0
doctrine/orm Version ^2.7
doctrine/doctrine-bundle Version ^2.0
liip/imagine-bundle Version ^2.3
oneup/flysystem-bundle Version ^4.4.2
league/flysystem-memory Version ^2.0.6
friendsofsymfony/http-cache-bundle Version ^2.8
sensio/framework-extra-bundle Version ^6.1
jms/translation-bundle Version ^1.5
twig/twig Version ^3.0
twig/extra-bundle Version ^3.0
friendsofsymfony/jsrouting-bundle Version ^2.5
friendsofphp/proxy-manager-lts Version ^1.0
psr/event-dispatcher Version ^1.0
symfony/templating Version ^5.3.0
composer/package-versions-deprecated Version ^1.11