PHPackages                             revision-ten/cms-elements - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. revision-ten/cms-elements

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

revision-ten/cms-elements
=========================

A set of content elements for revision-ten/cms

3.0.35(1w ago)04.3kMITTwig

Since Mar 9Pushed 1w agoCompare

[ Source](https://github.com/RevisionTen/cms-elements)[ Packagist](https://packagist.org/packages/revision-ten/cms-elements)[ RSS](/packages/revision-ten-cms-elements/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (2)Versions (38)Used By (0)

revision-ten/cms-elements
=========================

[](#revision-tencms-elements)

Installation
------------

[](#installation)

#### Install via composer

[](#install-via-composer)

The preferred method of installation is via [Packagist](https://packagist.org/packages/revision-ten/cms-elements) and [Composer](http://getcomposer.org/). Run the following command to install the package and add it as a requirement to your project's `composer.json`:

```
composer req revision-ten/cms-elements
```

Enable the bundle by adding it to your bundles.php:

```
RevisionTen\CmsElements\CmsElementsBundle::class => ['all' => true],
Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle::class => ['all' => true],
```

Add the desired elements to your CMS config by importing their configurations.

Example: *cms.yaml*

```
imports:
    - { resource: ../../vendor/revision-ten/cms-elements/Resources/config/vehicle/vehicle_offer.yaml }
    - { resource: ../../vendor/revision-ten/cms-elements/Resources/config/better_default/all.yaml }
```

Import the typescript files if needed:

```
import '../../vendor/revision-ten/cms-elements/Typescript/BetterDefault/all';
```

Import stylesheets files:

```
@import '../../vendor/revision-ten/cms-elements/SCSS/BetterDefault/all';
```

Add additional admin form themes to your projects twig.yaml:

```
twig:
    form_themes:
        - 'CmsElementsBundle:Vehicle:form_theme.html.twig'
```

#### List of elements:

[](#list-of-elements)

##### Vehicle

[](#vehicle)

- VehicleOffer
- VehicleFinancing
- VehicleEnVKV
- VehicleDatDisclaimer

##### Better default elements

[](#better-default-elements)

- Image (requires [Lozad.js](https://github.com/ApoorvSaxena/lozad.js))
- Images (requires [Lozad.js](https://github.com/ApoorvSaxena/lozad.js) and [baguetteBox.js](https://github.com/feimosi/baguetteBox.js))
- Form

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance98

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Recently: every ~96 days

Total

37

Last Release

11d ago

Major Versions

2.0.0 → 3.0.02022-03-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a17db0c54fa18f3098f8733212b6344fa4a021f817d900449c654c2d04d9978?d=identicon)[RevisionTen](/maintainers/RevisionTen)

---

Top Contributors

[![TAR5](https://avatars.githubusercontent.com/u/67231872?v=4)](https://github.com/TAR5 "TAR5 (150 commits)")

---

Tags

library

### Embed Badge

![Health badge](/badges/revision-ten-cms-elements/health.svg)

```
[![Health](https://phpackages.com/badges/revision-ten-cms-elements/health.svg)](https://phpackages.com/packages/revision-ten-cms-elements)
```

###  Alternatives

[league/iso3166

ISO 3166-1 PHP Library

69536.3M116](/packages/league-iso3166)[league/statsd

A simple library for working with StatsD in PHP.

3514.3M12](/packages/league-statsd)[payum/iso4217

ISO 4217 PHP Library

16312.1M5](/packages/payum-iso4217)[lambdish/phunctional

λ PHP functional library

3612.0M23](/packages/lambdish-phunctional)[dekor/php-array-table

PHP Library for printing associative arrays as text table (similar to mysql terminal console)

296.6M2](/packages/dekor-php-array-table)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
