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 5d 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 32% 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

2228d 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

[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[laravel-doctrine/migrations

Doctrine Migrations for Laravel

782.8M16](/packages/laravel-doctrine-migrations)[semhoun/slim-skeleton-mvc

Simple Slim Framework 4 skeleton with Twig, Monolog, Doctrine in Sqlite.

871.3k](/packages/semhoun-slim-skeleton-mvc)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)

PHPackages © 2026

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