PHPackages                             webcms2/webcms2 - 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. [Framework](/categories/framework)
4. /
5. webcms2/webcms2

ActiveLibrary[Framework](/categories/framework)

webcms2/webcms2
===============

WebCMS2 content management system for Nette framework. This package contains system libraries and admin module.

v0.9.2(7y ago)22.3k1[20 issues](https://github.com/ufik/WebCMS2/issues)14MITPHPPHP &gt;=5.4.0

Since Nov 21Pushed 6y ago5 watchersCompare

[ Source](https://github.com/ufik/WebCMS2)[ Packagist](https://packagist.org/packages/webcms2/webcms2)[ Docs](http://www.webcook.cz/WebCMS2)[ RSS](/packages/webcms2-webcms2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (78)Used By (14)

WebCMS2
=======

[](#webcms2)

[![Total Downloads](https://camo.githubusercontent.com/6c85f524b173bab82980ef1cec8fb3c28b979e3165a91226d6a373d4ca9ef0e7/68747470733a2f2f706f7365722e707567782e6f72672f776562636d73322f776562636d73322f646f776e6c6f6164732e706e67)](https://packagist.org/packages/webcms2/webcms2)[![Latest Stable Version](https://camo.githubusercontent.com/e20c46cccedefc874d0fa13134d1d187e1a311c0f4bd2945d7b27a8238c428a1/68747470733a2f2f706f7365722e707567782e6f72672f776562636d73322f776562636d73322f762f737461626c652e706e67)](https://github.com/ufik/WebCMS2/releases)[![Latest Unstable Version](https://camo.githubusercontent.com/d3c8f711a141bb41c4f4ee2824010d6e5e940eb044454db0ea6bafb855221a7c/68747470733a2f2f706f7365722e707567782e6f72672f776562636d73322f776562636d73322f762f756e737461626c652e706e67)](https://packagist.org/packages/webcms2/webcms2)[![License](https://camo.githubusercontent.com/b62a27d244e403799a5f5a1faf0fc4d842b9189a17142954f25242343c8e1d93/68747470733a2f2f706f7365722e707567782e6f72672f776562636d73322f776562636d73322f6c6963656e73652e706e67)](https://packagist.org/packages/webcms2/webcms2)[![Travis](https://camo.githubusercontent.com/6d83f2526184859c13069d18aa6c6ccb7d535eb867664b43702e5a3a548a5476/68747470733a2f2f7472617669732d63692e6f72672f7566696b2f576562434d53322e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ufik/WebCMS2.png?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2e5b82a08e65630db5629427a3294e686ec275df30ba8ef3bb1f743bdf7ccc1e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7566696b2f576562434d53322f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ufik/WebCMS2/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/218c40d7ffce8fa13a92003a1466dfd4f9d34a1b68cf289c39858c230df90963/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7566696b2f576562434d53322f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ufik/WebCMS2/?branch=master)

Content management system based on Nette Framework with Doctrine2 ORM library.

Contains libraries
------------------

[](#contains-libraries)

Look into composer.json for all used libraries.

INSTALLATION
------------

[](#installation)

Download , default vendor directory is 'libs'.

This command will download all required packages, create DB schema, make all necessary directories and change mode for required files.

```
composer install

```

CONFIG.neon example
-------------------

[](#configneon-example)

There is `boxes` section, here defined boxes are shown in page settings.

Another important setting is `cacheNamespace`, which defines project specific namespace. If you use memcached cache storage, there can be a problem if two projects have same namespace...

```
common:
	parameters:
		database:
			driver: pdo_mysql
			host: localhost
			dbname: nameOfDatabase
			user: root
			password:
			charset: utf8
			collation: utf8_czech_ci
		boxes:
			box1: true
			box2: true
			box3: true

		cacheNamespace: 'projectNamespace'

		productionServers: [production-server1, production-server2]

production < common:
	parameters:
		database:
			password:

development < common:

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 79.9% 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 ~26 days

Recently: every ~280 days

Total

75

Last Release

2667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/960754e1b5f47b4cb05e9c4d6ef077b6b460716db847ba66d1db038239efd976?d=identicon)[ufik](/maintainers/ufik)

---

Top Contributors

[![voslartomas](https://avatars.githubusercontent.com/u/1945040?v=4)](https://github.com/voslartomas "voslartomas (492 commits)")[![TomDuCoin](https://avatars.githubusercontent.com/u/72010183?v=4)](https://github.com/TomDuCoin "TomDuCoin (58 commits)")[![sandiCzech](https://avatars.githubusercontent.com/u/2176258?v=4)](https://github.com/sandiCzech "sandiCzech (41 commits)")[![k3rn3l3rr0r](https://avatars.githubusercontent.com/u/3663357?v=4)](https://github.com/k3rn3l3rr0r "k3rn3l3rr0r (20 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (5 commits)")

---

Tags

cmsdoctrine2nette-based

### Embed Badge

![Health badge](/badges/webcms2-webcms2/health.svg)

```
[![Health](https://phpackages.com/badges/webcms2-webcms2/health.svg)](https://phpackages.com/packages/webcms2-webcms2)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.8k](/packages/laravel-framework)[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M20.0k](/packages/pestphp-pest)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M505](/packages/pimcore-pimcore)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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