templating VS sulu

Compare templating vs sulu and see what are their differences.

templating

A template abstraction prototype for php template engines. (by schranz-templating)

sulu

Core framework that implements the functionality of the Sulu content management system (by sulu)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
templating sulu
4 5
23 1,117
- 1.4%
4.6 9.2
8 months ago 5 days ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

templating

Posts with mentions or reviews of templating. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-22.
  • Which template engine do you use?
    6 projects | /r/PHP | 22 Nov 2022
    There are also some small template engines available like mustache or handlebars without big dependencies tree. I'm working on a templating abstraction to make this more easier to use any template engine you want so your controller dont need to care about it: https://github.com/schranz-templating/templating
  • First version of PHP Templating Abstraction released
    16 projects | /r/PHP | 14 Nov 2022
    It is supported via the Spiral View. The viewmanager by default will call Stempler you can test it out in the example spiral application running in examples/usages/spiral direcotory visiting /spiral-view will call the template here: https://github.com/schranz-templating/templating/blob/0.1/examples/usages/spiral/app/views/base.dark.php

sulu

Posts with mentions or reviews of sulu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.
  • What's the best way to allow a non-developer to write landing pages for an application developed with Symfony 5?
    2 projects | /r/symfony | 14 Feb 2023
    https://sulu.io/ or https://kunstmaancms.be/ if you want to stay with symfony. Both solid options
  • 2023’s Challenging yet Achievable(?) New Tech Goals for my Symfony-based Sites
    2 projects | dev.to | 13 Jan 2023
    I want to try Sulu first because it is Symfony-based.
  • best php-based cms/tech choice
    16 projects | /r/PHP | 28 Dec 2022
    Another usecase are Framework based CMS System. Beside Drupal, Typo3 using example Symfony components, still are not Full Stack Symfony and don't use Symfony based folder structure and are so very different then using Symfony Full Stack based CMS. In this area other CMS like Sulu, Bolt, .. are placed which do not hide Symfony Full Stack and are more for the web applications which are not typical just a Website but has application based component in it which can be build with the Symfony components and ecosystem. This CMS are also mostly more version control friendly as most configurations are inside Code and not inside Database and the CMS admin concentrate on Content Management and configure the System itself. Another CMS which is more and more migrating Full Stack Symfony is Contao CMS, which definitly should not be forgotten.
  • Weekly help thread
    2 projects | /r/PHP | 19 Dec 2022
    Try something on Symfony. For example https://github.com/sulu/sulu. It's a CMS, but I've noticed that it has some domain-driven design principles implemented.
  • First version of PHP Templating Abstraction released
    16 projects | /r/PHP | 14 Nov 2022
    While I was working on Sulu CMS and did invest a lot about prototypes around Hexagonal Architecture. I did miss something specific in the PHP-Fig interfaces, a Interface for Template engines.

What are some alternatives?

When comparing templating and sulu you can also consider the following projects:

Plates - Native PHP template system

fig-standards - Standards either proposed or approved by the Framework Interop Group

Spiral Framework - High-Performance PHP Framework

sulu-demo - Sulu Demo Project

fluid - Fluid is an open-source .NET template engine based on the Liquid template language.

Symfony - The Symfony PHP framework

hexagonal-architecture-study - Project "Rabbit Hole": Dig into the rabbit hole of Hexagonal Architecture.

Twig - Twig, the flexible, fast, and secure template language for PHP

tinybutstrong - TBS is a PHP template engine for pro and beginners. Only 1 class with few methods properties, but it can do may things for any text templates, including HTML and XML. The only engine that enables W3C compliant templates. It has many plugins including OpenTBS.

handlebars-php - A simple, logic-less, yet powerful templating engine for PHP

Latte - ☕ Latte: the safest & truly intuitive templates for PHP. Engine for those who want the most secure PHP sites.

Mustache - A Mustache implementation in PHP.