PHPackages                             nord-ua/atom-cms-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. [Admin Panels](/categories/admin)
4. /
5. nord-ua/atom-cms-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

nord-ua/atom-cms-bundle
=======================

Simplest CMS ever.

020PHP

Since Jan 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ryabenko-pro/AtomCmsBundle)[ Packagist](https://packagist.org/packages/nord-ua/atom-cms-bundle)[ RSS](/packages/nord-ua-atom-cms-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

AtomBundle
==========

[](#atombundle)

Symfony2 simplest CMS bundle. There is no menus and structure, just dynamic pages and partials. Pages shows when no other routing gets request. E.g. you can create page with url `about`, and, if no other controllers can handle this request, page's content will be shown. Page can not content `/` symbol yet. If you need it, feel free to contact me about this.

Installation
============

[](#installation)

composer.json:

```
"require": {
    ...
    "nord-ua/atom-cms-bundle": "2.0.*@dev",
    ....
}

```

AppKernel.php:

```
  ...
  new NordUa\AtomCmsBundle\AtomCmsBundle(),
  ...

```

routing.yml (to the bottom)

```
...
atom_cms:
    resource: "@AtomCmsBundle/Resources/config/routing.yml"

```

Usage
=====

[](#usage)

After installation go to `/admin/cms` and create pages you need. If you need to include page's content as partial you can call `{{ atom_cms_render('%page url here%') }}` inside any twig template.

That's it.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/572611?v=4)[Sergey Ryabenko](/maintainers/ryabenko-pro)[@ryabenko-pro](https://github.com/ryabenko-pro)

---

Top Contributors

[![ryabenko-pro](https://avatars.githubusercontent.com/u/572611?v=4)](https://github.com/ryabenko-pro "ryabenko-pro (5 commits)")

### Embed Badge

![Health badge](/badges/nord-ua-atom-cms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nord-ua-atom-cms-bundle/health.svg)](https://phpackages.com/packages/nord-ua-atom-cms-bundle)
```

PHPackages © 2026

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