All Projects → sulu → SuluArticleBundle

sulu / SuluArticleBundle

Licence: MIT license
Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to SuluArticleBundle

SuluCommunityBundle
Community features like Login, Registration, Password forget/reset for your sulu application.
Stars: ✭ 20 (-42.86%)
Mutual labels:  sulu, sulu-bundle
SuluFormBundle
Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
Stars: ✭ 51 (+45.71%)
Mutual labels:  sulu, sulu-bundle
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-22.86%)
Mutual labels:  article
wizard
🍳Wizardoc is a WEBAPP for managing documents and knowledge.
Stars: ✭ 57 (+62.86%)
Mutual labels:  article
angular-forms-validation
Custom validations for Reactive and Template-driven forms in Angular.
Stars: ✭ 20 (-42.86%)
Mutual labels:  article
skeleton
Project template for starting your new project based on the Sulu content management system
Stars: ✭ 180 (+414.29%)
Mutual labels:  sulu
sulu-demo
Sulu Demo Project
Stars: ✭ 58 (+65.71%)
Mutual labels:  sulu
Blazor-CRUD-With-CloudFirestore
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
Stars: ✭ 34 (-2.86%)
Mutual labels:  article
RepSeP
Reproducible Self-Publishing - Demo Publications in the Most Common Formats
Stars: ✭ 14 (-60%)
Mutual labels:  article
CRUD.ASPCore.Reactjs.WebAPI.EF
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.
Stars: ✭ 80 (+128.57%)
Mutual labels:  article
meowmeow
MeowMeow - A Toy File Encoder/Decoder
Stars: ✭ 18 (-48.57%)
Mutual labels:  article
react-tutorial
A react-tutorial
Stars: ✭ 99 (+182.86%)
Mutual labels:  article
angular-i18n-localization
An angular application with i18n and localization implemented.
Stars: ✭ 22 (-37.14%)
Mutual labels:  article
nix-articles
Some articles about getting started with Nix programming & configuration
Stars: ✭ 134 (+282.86%)
Mutual labels:  article
FlutterNote
Easy to learn Flutter(Flutter 即学即用,Flutter 速成必备)
Stars: ✭ 22 (-37.14%)
Mutual labels:  article
oauth2-example
A simple Oauth2 example with Go
Stars: ✭ 82 (+134.29%)
Mutual labels:  article
sulu-minimal
This repository is not longer the recommended way to start a sulu project. Use:
Stars: ✭ 54 (+54.29%)
Mutual labels:  sulu
dev-log
A comprehensive list of links and resources about anything programming related
Stars: ✭ 55 (+57.14%)
Mutual labels:  article
Data-Science-From-Linkedin
This repository focuses on saving my linkedin articles and stuff that I find "USEFUL" on LinkedIn.
Stars: ✭ 125 (+257.14%)
Mutual labels:  article
hackernews-TUI
A Terminal UI to browse Hacker News
Stars: ✭ 347 (+891.43%)
Mutual labels:  article

SuluArticleBundle

Official Sulu Bundle Badge

GitHub license GitHub tag (latest SemVer) Test workflow status CircleCI build Sulu compatibility


The SuluArticleBundle integrates a performance optimized way for managing articles in the Sulu content management system. In the context of this bundle, articles are localized content-rich entities that are manageable via the Sulu administration interface and can be rendered on a website delivered by Sulu. This makes them a good choice for managing things like blog posts, products or even recipes in a Sulu project. In order to keep things clean, the bundle allows to manage different types of articles via separated lists in the administration interface.


Sulu Slideshow


The SuluArticleBundle is compatible with Sulu starting from version 2.0. Have a look at the require section in the composer.json to find an up-to-date list of the requirements of the bundle.

🚀  Installation and Documentation

Execute the following composer commands to add the bundle to the dependencies of your project:

composer require "elasticsearch/elasticsearch:7.9.*" # should match version of your elasticsearch installation
composer require sulu/article-bundle

Afterwards, visit the bundle documentation to find out how to set up and configure the SuluArticleBundle to your specific needs.

💡  Key Concepts

Article Characteristics

Like Sulu pages, articles are configured via templates and can include additional SEO and excerpt information. Moreover, articles support the same drafting, publishing and versioning functionality as provided by pages. In contrast to Sulu pages, articles are managed in a flat list instead of a tree structure. Furthermore, unlike the Sulu page tree, the article bundle is optimized for managing a big number of articles.

Elasticsearch dependency

The SuluArticleBundle was originally developed to be used in the publishing industry. To satisfy the initial requirements regarding performance and scalability, a view layer stored in an Elasticsearch index was utilized. Because of this, there is no way to use the bundle without Elasticsearch at the moment. It is planned to remove this hard dependency in the next major version.

If you cannot or do not want to make Elasticsearch a dependency of your project, you can use Sulu pages for certain use cases instead of the SuluArticleBundle. However, be aware that the article list provides a better performance and is more comfortable to use with a large number of entities.

❤️  Support and Contributions

The Sulu content management system is a community-driven open source project backed by various partner companies. We are committed to a fully transparent development process and highly appreciate any contributions.

In case you have questions, we are happy to welcome you in our official Slack channel. If you found a bug or miss a specific feature, feel free to file a new issue with a respective title and description on the the sulu/SuluArticleBundle repository.

📘  License

The Sulu content management system is released under the under terms of the MIT License.

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