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

Abandoned → [slick/webapp](/?search=slick%2Fwebapp)Library[Framework](/categories/framework)

slick/slick
===========

The Slick Framework project.

v1.1.2(8y ago)51.1k11MITPHP

Since Jan 16Pushed 8y ago2 watchersCompare

[ Source](https://github.com/slickframework/slick)[ Packagist](https://packagist.org/packages/slick/slick)[ RSS](/packages/slick-slick/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (14)Versions (16)Used By (1)

Slick Framework
===============

[](#slick-framework)

Slick is a PHP 5.4+ MVC framework and tool set that aim to be simple robust and cool to work with. The goal was to create a PHP framework that could be used to develop web applications with agile methodologies like SCRUM or KANBAN in mind.

**Current build status**

[![Build Status](https://camo.githubusercontent.com/0b9a785a8e19155859f44a98620cca7f3d1dbcc31bf3a9693072d115541512ce/68747470733a2f2f7472617669732d63692e6f72672f736c69636b6672616d65776f726b2f736c69636b2e7376673f6272616e63683d666561747572652f646261)](https://travis-ci.org/slickframework/slick)[![Coverage Status](https://camo.githubusercontent.com/e254bca9c47adaa746edba3a19f2c80d7c2905f5ac3dae039a46834b78fee883/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f736c69636b6672616d65776f726b2f736c69636b2f62616467652e706e673f6272616e63683d66656174757265253246646261)](https://coveralls.io/r/slickframework/slick?branch=feature%2Fdba)[![Latest Stable Version](https://camo.githubusercontent.com/827c2fdf93c01ea52aa593d5ccd38844561b4e63ef459096dc938bcb65c1e936/68747470733a2f2f706f7365722e707567782e6f72672f736c69636b2f736c69636b2f762f737461626c652e737667)](https://packagist.org/packages/slick/slick)[![Total Downloads](https://camo.githubusercontent.com/2ff35e48d8da1a08806556acd63e72122187ad8b491c51315e6fc66e3b077bdb/68747470733a2f2f706f7365722e707567782e6f72672f736c69636b2f736c69636b2f646f776e6c6f6164732e737667)](https://packagist.org/packages/slick/slick)[![Latest Unstable Version](https://camo.githubusercontent.com/ff3eb19666c55933607b66ef829eb15b3a26e730bc03116aceb36ab13fd478c5/68747470733a2f2f706f7365722e707567782e6f72672f736c69636b2f736c69636b2f762f756e737461626c652e737667)](https://packagist.org/packages/slick/slick)[![License](https://camo.githubusercontent.com/c44e78e11e21d6226a2cca0311d3c00dc68edfba118fe8634ef704ac69d05b9b/68747470733a2f2f706f7365722e707567782e6f72672f736c69636b2f736c69636b2f6c6963656e73652e737667)](https://packagist.org/packages/slick/slick)

**Features**

> - Cache management
> - Easy configuration
> - Dependency Injection container
> - Session handling
> - Form building (and rendering)
> - Simple ORM that uses PDO for data access
> - Data filters and validators
> - Uses [Twig](http://twig.sensiolabs.org/) for a robust template engine
> - Behavior/test driven development (with [Codeception](http://codeception.com/))
> - A a lot of interfaces for easy implementations of your own needs.

**Installation**

The best way to get started with Slick framework is using composer. We have created a template that get you with a base web application files and directory structure. To start a project using our web application template run

```
$ composer create-project slick/webapp

```

If you wat to use a Slick module in your existing project just add the corespondent module name your project `composer.json` file. Lets have an example. Adding the `slick/template` Slick module to your project is as simple as adding the following line to your project’s `composer.json`file:

```
{
    "require": {
        "slick/template": "1.0.*@dev",
        ...
    }
}

```

Then you need to run:

```
$ composer update

```

to be able to add the specified library to your vendor directory.

**Contribute**

- Issue Tracker:
- Source Code:

**Support**

If you are having issues, please let us know.

**License**

The project is licensed under the MIT License (MIT)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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

Every ~123 days

Recently: every ~274 days

Total

12

Last Release

3142d ago

### Community

Maintainers

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

---

Top Contributors

[![silvamfilipe](https://avatars.githubusercontent.com/u/5720969?v=4)](https://github.com/silvamfilipe "silvamfilipe (190 commits)")

---

Tags

frameworkslick

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[bear/package

BEAR.Sunday application framework package

30527.9k23](/packages/bear-package)

PHPackages © 2026

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