PHPackages                             gotcms/gotcms - 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. gotcms/gotcms

AbandonedArchivedLibrary[Framework](/categories/framework)

gotcms/gotcms
=============

GotCms is a CMS based on Zend Framework 2

1.6.2(10y ago)12882146[1 issues](https://github.com/GotCms/GotCms/issues)LGPL-3.0PHPPHP &gt;=5.3.23

Since Apr 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/GotCms/GotCms)[ Packagist](https://packagist.org/packages/gotcms/gotcms)[ RSS](/packages/gotcms-gotcms/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (8)Versions (23)Used By (0)

GotCms
======

[](#gotcms)

Master status: [![Build Status](https://camo.githubusercontent.com/eab443f8e09ffb9244f87f7345487df37ca91030ed73e1b39f37f5ac2124baca/68747470733a2f2f7472617669732d63692e6f72672f476f74436d732f476f74436d732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/GotCms/GotCms)[![Coverage Status](https://camo.githubusercontent.com/0034acc462831428b540568e4ee21ac59c2f68f04dd0b54be19694eeae54e7b2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f476f74436d732f476f74436d732f62616467652e706e67)](https://coveralls.io/r/GotCms/GotCms)[![Latest Stable Version](https://camo.githubusercontent.com/7e9bb2673ff8c6f7fb41132b43fd486b09d8cefcf5c2eae94eef3fa29d004e39/68747470733a2f2f706f7365722e707567782e6f72672f476f74436d732f476f74436d732f762f737461626c652e706e67)](https://packagist.org/packages/GotCms/GotCms)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7e84cbd8287aed18f1631e47a71b6c16456e2ffec871e35d575b787ae39160c4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f476f74436d732f476f74436d732f6261646765732f7175616c6974792d73636f72652e706e673f733d66613666333030383930646163383038303730633132623530613966376431393835396361396563)](https://scrutinizer-ci.com/g/GotCms/GotCms/)

About GotCms
------------

[](#about-gotcms)

- GotCms is a **Content Management System** (CMS) based on [Zend Framework 2](http://framework.zend.com/) which enables you to build websites and powerful online applications.
- GotCms [Official site](http://got-cms.com)
- This product has been made available under the terms of the GNU Lesser General Public License version 3.
- Please read the [LICENSE.txt](https://github.com/GotCms/GotCms/blob/master/LICENSE.txt) file for the exact license details that apply to GotCms.
- See [features](http://got-cms.com/discover/features)

Release information
-------------------

[](#release-information)

### Updates in 1.6.2

[](#updates-in-162)

Please see [CHANGELOG.md](https://github.com/GotCms/GotCms/blob/master/CHANGELOG.md).

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

[](#installation)

### Download

[](#download)

Composer:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project gotcms/gotcms path/ 1.6.2

```

Git:

```
$ git clone https://github.com/GotCms/GotCms.git

```

Zip archive:

### Apache configuration

[](#apache-configuration)

If you want to use VirtualHost, copy the .htaccess content otherwise check if "AllowOverride" is set to "All".

Example of VirtualHost:

```

    ServerAdmin admin@got-cms.com
    ServerName got-cms.com
    ServerAlias www.got-cms.com
    DocumentRoot /path/to/got-cms/public

        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} -s [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^.*$ index.php [NC,L]

```

Make sure read and write access are available by apache user/group for these directories:

- config/autoload
- public/frontend
- public/media
- data/cache

### Required

[](#required)

- An HTTP server
- Php version &gt;= 5.3.23
- XML support
- FileInfo support
- Mbstring support
- Json support
- Curl support
- PDO support
- A database supported by PDO.
    - MySQL
    - PostgreSQL

### Recommended

[](#recommended)

Actually only tested with Apache HTTP server. Php configuration:

- Display Errors: Off
- File Uploads: On
- Magic Quotes Runtime: Off
- Magic Quotes GPC: Off
- Register Globals: Off
- Session Auto Start: Off

### Instructions

[](#instructions)

Go to the website, it will redirect you to /install. Please follow instructions, there are only five steps:

- Language
- License
- Pre-configuration
- Database connection
- Configuration

Administration page is accessible by typing /admin after your installation path (i.e : )

Then you can manage your website, create documents, documents types, datatypes, views, layouts, scripts, ...

All contents are stored in database.

### TROUBLESHOOTING

[](#troubleshooting)

On Windows with wampserver, if you encounter an `403 Forbidden`:

```

    Allow from all

```

Contributing
------------

[](#contributing)

If you wish to contribute to GotCms, please read the [CONTRIBUTING.md](https://github.com/GotCms/GotCms/blob/master/CONTRIBUTING.md).

Notes
-----

[](#notes)

Please visits the best framework ever : [Zend Framework 2](http://framework.zend.com/)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% 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 ~43 days

Recently: every ~35 days

Total

21

Last Release

3967d ago

Major Versions

0.2.1 → 1.0.02013-10-28

PHP version history (2 changes)0.1.5PHP &gt;=5.3.3

1.3.0PHP &gt;=5.3.23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1462701?v=4)[GoT](/maintainers/PierreRambaud)[@PierreRambaud](https://github.com/PierreRambaud)

---

Top Contributors

[![PierreRambaud](https://avatars.githubusercontent.com/u/1462701?v=4)](https://github.com/PierreRambaud "PierreRambaud (1440 commits)")[![ekwator](https://avatars.githubusercontent.com/u/3940389?v=4)](https://github.com/ekwator "ekwator (6 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![bryant1410](https://avatars.githubusercontent.com/u/3905501?v=4)](https://github.com/bryant1410 "bryant1410 (1 commits)")[![Sorny-net](https://avatars.githubusercontent.com/u/10915079?v=4)](https://github.com/Sorny-net "Sorny-net (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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