PHPackages                             gilacms/gila - 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. gilacms/gila

ActiveLibrary[Framework](/categories/framework)

gilacms/gila
============

A framework to build your next awesome web application

462811JavaScript

Since May 17Pushed 2y ago6 watchersCompare

[ Source](https://github.com/GilaCMS/gila)[ Packagist](https://packagist.org/packages/gilacms/gila)[ RSS](/packages/gilacms-gila/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)Security (8)

 [ ![](https://camo.githubusercontent.com/89cc731fce3dc3d6ce04ca1ada887ec86d54cad211dc7d15f494cfbeb7c149ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f67696c61636d732f67696c612f616c6c2e737667) ](https://github.com/GilaCMS/gila/releases) [ ![](https://camo.githubusercontent.com/44d8a4b664bbe8f7660c0fdca4a568cb3b65e53468fc70e1727855592c62f9cd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f67696c61636d732f67696c612e737667) ](https://github.com/GilaCMS/gila/commits/) [ ![](https://camo.githubusercontent.com/f79c498100aa3a99b10c27d7a3dcc4d72161c0567cc9de8dc9be5d5d12d04f63/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f67696c612d636d732f62616467652f3f76657273696f6e3d6c6174657374) ](https://gila-cms.readthedocs.io) [ ![](https://camo.githubusercontent.com/37b71e1ce183f4ee630f818196f982c56f4c223c1d829b4d6baa0c3a07fdcf9f/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f6e776a732f6e772e6a732e737667) ](https://gitter.im/GilaCMS/Lobby)

 [![](https://camo.githubusercontent.com/7d383af011d04d1d3d0b60021c35df6d66fa4410edca9e452f8f859b54cd9c97/687474703a2f2f67696c61636d732e636f6d2f6173736574732f67696c612d6c6f676f2e706e67)](https://camo.githubusercontent.com/7d383af011d04d1d3d0b60021c35df6d66fa4410edca9e452f8f859b54cd9c97/687474703a2f2f67696c61636d732e636f6d2f6173736574732f67696c612d6c6f676f2e706e67)

Gila CMS
========

[](#gila-cms)

Gila CMS is a content management system made in PHP and MySql. Built with MVC architecture, is very easy to develop on it any costumized solution.

Download
========

[](#download)

```
# with composer
composer create-project gilacms/gila

# with git
git clone https://github.com/GilaCMS/gila.git gila

```

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

[](#installation)

1. Create a new database and a user with all privileges in MySql
2. Run /install in your browser
3. Fill all fields with the database credentials and the admin's data of the website
4. The installation is complete

Run with Docker
===============

[](#run-with-docker)

Prepare the database

```
docker run --name mariadb1 -e MYSQL_ROOT_PASSWORD=rootpass -e MYSQL_DATABASE=g_db -e MYSQL_USER=g_user -e MYSQL_PASSWORD=password -d mariadb

```

Get the mariadb1 ip (use it as Database Hostname)

```
sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mariadb1

```

Run the container at  (DB Name: g\_db, DB User: g\_user, DB Password: password)

```
docker run  -d -p 8088:80 vzuburlis/gilacms

```

Useful Links
============

[](#useful-links)

[Post: How to install gila cms](https://gilacms.com/blog/4/how-to-install-gila-cms)

[Documentation](https://gilacms.com/docs/)

Get Involved
============

[](#get-involved)

You are welcome to be part of the development of Gila CMS. First please read [Code of Conduct](https://github.com/GilaCMS/gila/blob/master/CODE_OF_CONDUCT.md)

[How to contribute](https://github.com/GilaCMS/gila/blob/master/CONTRIBUTING.md)

For any question/feature proposal/help needed [Make a new issue](https://github.com/GilaCMS/gila/issues/new)

[List of Contributors](https://github.com/GilaCMS/gila/blob/master/CONTRIBUTORS.md)

Gila CMS is using [Semantic Versioning](http://semver.org/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.8% 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://www.gravatar.com/avatar/f74274b94ab3c6487cf3217801964ba60c8d97ca5ab90997d7bda68dc54b287a?d=identicon)[vzuburlis](/maintainers/vzuburlis)

---

Top Contributors

[![vzuburlis](https://avatars.githubusercontent.com/u/4125423?v=4)](https://github.com/vzuburlis "vzuburlis (127 commits)")[![rastating](https://avatars.githubusercontent.com/u/2500434?v=4)](https://github.com/rastating "rastating (2 commits)")[![jlzaratec](https://avatars.githubusercontent.com/u/2401926?v=4)](https://github.com/jlzaratec "jlzaratec (1 commits)")[![ankush-0x90](https://avatars.githubusercontent.com/u/19568165?v=4)](https://github.com/ankush-0x90 "ankush-0x90 (1 commits)")[![mookman288](https://avatars.githubusercontent.com/u/2126330?v=4)](https://github.com/mookman288 "mookman288 (1 commits)")[![jossjox](https://avatars.githubusercontent.com/u/74989760?v=4)](https://github.com/jossjox "jossjox (1 commits)")[![ayacoo](https://avatars.githubusercontent.com/u/5963331?v=4)](https://github.com/ayacoo "ayacoo (1 commits)")

---

Tags

mysqlphpphp7

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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