PHPackages                             suntzu72/contao-inserttag-bundle - 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. suntzu72/contao-inserttag-bundle

ActiveContao-bundle

suntzu72/contao-inserttag-bundle
================================

Skeleton for custom Contao 4 bundles

0.6.0(5y ago)015LGPL-3.0-or-laterPHPPHP ^7.2 || ^8.0

Since Mar 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/suntzu72/contao-inserttag-bundle)[ Packagist](https://packagist.org/packages/suntzu72/contao-inserttag-bundle)[ RSS](/packages/suntzu72-contao-inserttag-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (8)Versions (5)Used By (0)

Contao 4 skeleton bundle
========================

[](#contao-4-skeleton-bundle)

Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the [project website](https://contao.org)for more information.

You can use the skeleton bundle as basis for your own Contao bundle.

Install
-------

[](#install)

Download the skeleton bundle:

```
wget https://github.com/contao/skeleton-bundle/archive/master.zip
unzip master.zip
mv skeleton-bundle-master [package name]
cd [package name]
```

Customize
---------

[](#customize)

First adjust the following files:

- `ecs.yaml`
- `composer.json`
- `phpunit.xml.dist`
- `README.md`

Then rename the following files and/or the references to `SkeletonBundle` in the following files:

- `src/ContaoManager/Plugin.php`
- `src/DependencyInjection/ContaoSkeletonExtension.php`
- `src/ContaoSkeletonBundle.php`
- `tests/ContaoSkeletonBundleTest.php`

Finally add your custom classes and resources. Make sure to register your services within `src/Resources/config/services.yml`. Also make sure to [adjust the Contao Manager Plugin](https://docs.contao.org/dev/framework/manager-plugin/#the-bundleplugininterface) (and the dependencies within the `composer.json`) accordingly, if your bundle makes adjustments to other bundles (e.g. adjustments to a DCA of other bundles).

Release
-------

[](#release)

Run the PHP-CS-Fixer and the unit test before you release your bundle:

```
vendor/bin/ecs check src/ tests/ --fix
vendor/bin/phpunit
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~0 days

Total

4

Last Release

1889d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1c972611a3a015f10a8c59a6434db54a2f0e6190f53d993cec915465945ce7a?d=identicon)[suntzu72](/maintainers/suntzu72)

---

Top Contributors

[![suntzu72](https://avatars.githubusercontent.com/u/46448440?v=4)](https://github.com/suntzu72 "suntzu72 (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/suntzu72-contao-inserttag-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/suntzu72-contao-inserttag-bundle/health.svg)](https://phpackages.com/packages/suntzu72-contao-inserttag-bundle)
```

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)

PHPackages © 2026

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