Bundles¶
A bundle in Symfony (and Ibexa DXP) is a separate part of your application that implements a feature. You can create bundles yourself or make use of available open-source bundles. You can also reuse the bundles you create in other projects or share them with the community.
Many Ibexa DXP functionalities are provided through separate bundles included in the installation.
You can see the bundles that are automatically installed with Ibexa DXP
in the respective composer.json
files.
For example, for Ibexa Headless, see the JSON file on GitHub.
Deprecated legacy Commerce bundles
As of Ibexa DXP v4.4 all ibexa/commerce
packages are deprecated.
They are gradually replaced by their revamped counterparts and removed
completely from the product in version v5.0.
Working with bundles¶
All bundles containing built-in Ibexa DXP functionalities are installed automatically. Additionally, you can install community-developed bundles from Ibexa DXP Packages.
To learn how to create your own bundles, see Symfony documentation on bundles.
Overriding third-party bundles¶
When you use an external bundle, you can override its parts, such as templates, controllers, etc. To do so, make use of Symfony's bundle override mechanism. Note that when overriding files, the path inside your application has to correspond to the path inside the bundle.
Removing bundles¶
To remove a bundle (either one you created yourself, or an out-of-the-box one that you do not need), see the How to Remove a Bundle instruction in Symfony doc.
Core packages¶
Tip
Ibexa Open Source is composed of the core packages.
Bundle | Description |
---|---|
ibexa/admin-ui | Back Office interface |
ibexa/admin-ui-assets | Assets for the Back Office |
ibexa/content-forms | Form-based integration for the Symfony Forms into Content and User objects in kernel |
ibexa/core | Core of the Ibexa DXP application |
ibexa/core-persistence | Core system persistence |
ibexa/cron | Cron package for use with the ibexa:cron:run command |
ibexa/design-engine | Design fallback system |
ibexa/doctrine-schema | Basic abstraction layer for cross-DBMS schema import |
ibexa/fieldtype-matrix | Matrix Field Type |
ibexa/fieldtype-query | Query Field Type |
ibexa/fieldtype-richtext | Field Type for supporting rich-formatted text stored in a structured XML format |
ibexa/graphql | GraphQL server for Ibexa DXP |
ibexa/http-cache | HTTP cache handling, using multi tagging |
ibexa/i18n | Centralized translations to ease synchronization with Crowdin |
ibexa/post-install | Post installation tool |
ibexa/rest | REST API |
ibexa/search | Common search functionalities |
ibexa/solr | Solr-powered search handler |
ibexa/standard-design | Standard design and theme to be handled by design-engine |
ibexa/system-info | Information about the system Ibexa DXP is running on |
ibexa/user | User management |
Ibexa Headless packages¶
Bundle | Description |
---|---|
ibexa/oss | Core packages |
ibexa/content-tree | Content Tree functionality |
ibexa/connect | Ibexa Connect |
ibexa/calendar | Calendar tab with a calendar widget |
ibexa/connector-dam | Connector for DAM (Digital Asset Management) systems |
ibexa/elasticsearch | Integration with Elasticsearch search engine |
ibexa/fastly | Fastly support for http-cache , for use on Platform.sh or standalone |
ibexa/icons | Icon set for the Back Office |
ibexa/image-editor | Image Editor |
ibexa/installer | Provides the ibexa:install command |
ibexa/measurement | Measurement Field Type and measurement product catalog attribute |
ibexa/migrations | Migration of Repository data |
ibexa/oauth2-client | Authenticate user through a third-party OAuth 2 server, integration with knpuniversity/oauth2-client-bundle |
ibexa/oauth2-server | Allow resource access to OAuth 2 client |
ibexa/personalization | Functionality for personalized recommendations |
ibexa/product-catalog | Product catalog functionality |
ibexa/scheduler | Date-based publishing functionality |
ibexa/seo | Search Engine Optimization (SEO) tool |
ibexa/taxonomy | Taxonomy functionality |
ibexa/tree-builder | Tree builder functionality |
ibexa/version-comparison | Enables comparing between two versions of the same Field |
ibexa/workflow | Collaboration feature that enables you to send content draft to any user for a review or rewriting |
ibexa/recommendation-client | Client for connecting with the personalization engine deprecated |
ibexa/commerce-base-design | Standard design and theme for the shop deprecated |
ibexa/commerce-checkout | Shop checkout functionality deprecated |
ibexa/commerce-fieldtypes | Shop-specific Field Types deprecated |
ibexa/commerce-price-engine | Engine for handling prices deprecated |
ibexa/commerce-shop-ui | UI for the shop front page deprecated |
ibexa/commerce-shop | Main shop functionalities deprecated |
Ibexa Experience packages¶
Bundle | Description |
---|---|
ibexa/headless | Metapackage for Symfony Flex-based Ibexa DXP Headless installation |
ibexa/corporate-account | Customer portal and corporate accounts |
ibexa/fieldtype-address | Address handling Field Type |
ibexa/form-builder | Enables creating Form content items with multiple form fields |
ibexa/page-builder | Page editor |
ibexa/fieldtype-page | Page handling Field Type |
ibexa/permissions | Additional permission functionalities |
ibexa/segmentation | Segment functionality for profiling the content displayed to specific users |
ibexa/site-factory | Enables configuration of sites from UI |
ibexa/connector-seenthis | Enables displaying video with exceeded standard video restrictions |
ibexa/connector-qualifio | Enables integration with Qualifio Engage platform |
Ibexa Commerce packages¶
Bundle | Description |
---|---|
ibexa/experience | Metapackage for Symfony Flex-based Ibexa DXP Experience installation |
ibexa/cart | Main store functionalities |
ibexa/checkout | Store checkout functionality |
ibexa/storefront | A store front starting kit |
ibexa/order-management | Order management |
ibexa/payment | Payment handling |
ibexa/shipping | Shipping handling |
ibexa/commerce-admin-ui | Shop-related Back Office functionalities deprecated |
ibexa/commerce-erp-admin | ERP connection for the shop deprecated |
ibexa/commerce-order-history | Order history functionality deprecated |
ibexa/commerce-page-builder | Shop-related Page blocks deprecated |
ibexa/commerce-transaction | Transactional shop functionalities deprecated |