PHPackages                             infinitycube/quicksite - 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. [Database &amp; ORM](/categories/database)
4. /
5. infinitycube/quicksite

ActiveProject[Database &amp; ORM](/categories/database)

infinitycube/quicksite
======================

Slim 4 scaffolding for creating web applications. QuickSite creates a project structure with all essential packages pre-bundled.

1.0.0(6y ago)119MITHTMLPHP &gt;=7.2CI failing

Since Apr 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/infinitycube/quicksite)[ Packagist](https://packagist.org/packages/infinitycube/quicksite)[ RSS](/packages/infinitycube-quicksite/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (12)Versions (2)Used By (0)

[![QuickSite](https://github.com/infinitycube/quicksite/wiki/assets/quicksite-logo.svg?sanitize=true)](https://github.com/infinitycube/quicksite/wiki/assets/quicksite-logo.svg?sanitize=true)

*A Slim 4 scaffolding for creating web applications at lightning speed.*

QuickSite let you focus on the application and data structure. The scaffolding creates a project structure with an example application for your reference. A powerful view render engine, Twig helps you create awesome templates to render pages. It also has a Database Abstraction Layer (DABL) from Doctrine, your application need not directly interact with the database.

### Prerequisites

[](#prerequisites)

For working with QuickSite scaffolding, you need the following

- Skill: Object Oriented PHP
- Skill: Twig Templating *(if you use Twig)*
- Skill: Doctrine ORM *(if you use Doctrine)*
- Composer installed on your machine
- Docker *(if you use Docker as your server stack)*
- MySQL *(if you are not using Docker)*
- PHP 7.2 or greater

### Setup Project

[](#setup-project)

You can setup your Slim 4 project with QuickSite in a line of command in terminal / command-prompt.

```
$ composer create-project infinitycube/quicksite myproject
```

Go to your project directory

```
$ cd myproject
```

If you are have Docker installed and running, you may start your development server immediately by running.

```
$ docker-compose up
```

**No Docker**For those who don't have Docker, you must create a database and assign user access in your local mysql server. Then you need to edit the file `./app/settings.php` look for `db` and give values to `host` `dbname` `port` `user` and `password`

Now you can start local server

```
$ composer start
```

### Example Todo App

[](#example-todo-app)

To make the example todo app working you need to run the migration bundled with this scaffolding.

For those who use Docker, you need to SSH into your docker container while it is running.

```
$ docker exec -it quick_site bash
```

Those who don't use Docker can skip the above step.

Now run the bundled migration.

```
$ php vendor/bin/doctrine-migrations migrations:migrate
```

You may now view the Todo app by pointing your browser to `http://localhost:8080/todo/`

### Note

[](#note)

You may or may not require the pre-bundled packages within QuickSite. You may remove those packages if you know exactly what you are doing. You may find more about QuickSite in the [QuickSite Documentation](https://github.com/infinitycube/quicksite/wiki).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

Unknown

Total

1

Last Release

2277d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3767710?v=4)[Gopakumar](/maintainers/gopumon)[@gopumon](https://github.com/gopumon)

---

Top Contributors

[![gopumon](https://avatars.githubusercontent.com/u/3767710?v=4)](https://github.com/gopumon "gopumon (2 commits)")

---

Tags

twigslimormdoctrinemigrationssession

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1557.7k](/packages/bacula-web-bacula-web)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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