PHPackages                             clsystems/clslim - 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. clsystems/clslim

ActiveProject[Framework](/categories/framework)

clsystems/clslim
================

Skeleton Framework with Slim 4, PHP-DI and Eloquent ORM. Quick setup with Robo

v1.0.0(6y ago)06MITPHPPHP ^7.1CI failing

Since Sep 17Pushed 4y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (10)Versions (7)Used By (0)

CLSlim
======

[](#clslim)

For developers, CLSlim is an *opinionated* PHP framework used to quickly create CRUD based RESTful APIs.

CLSlim is a marriage between [Slim 4](http://slimframework.com) and [Eloquent ORM](https://github.com/illuminate/database)with [Robo](http://robo.li/) as your [wedding planner](https://en.wikipedia.org/wiki/Wedding_planner).

CLSlim is *opinionated* meaning that CLSlim stresses convention over configuration.

CLSlim works best as a framework in the following situation:

- You need to quickly spin up a [RESTful](https://restfulapi.net/) [datacentric](https://www.codecademy.com/articles/what-is-crud) API
- You already have defined your database with entities (tables/views) already in place
- You are just starting your project (for the backend API handler) and need to *hit the ground running*

### Requirements

[](#requirements)

- PHP 7.1+
- MySQL 5.6+ or SQLite3 (Postgres and MSSQL should also work but are untested)
- [Composer](https://getcomposer.org)

### Installation

[](#installation)

From a terminal / command window run:

```
composer create-project clsystems/clslim [your-project-name]
cd [your-project-name]

// Linux / Mac users do this:
./clslim clslim:sample

// Windows execute this:
php -S localhost:8088 -t public
// Then in your favorite web browser go to: localhost:8088/v1/sample/hello-world

```

The result should look something like this:

```
{
  "authenticated": true,
  "success": true,
  "status": 200,
  "data": {
    "id": "hello-world"
  },
  "missing": [ ],
  "message": "Sample test",
  "timestamp": 1556903905
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~0 days

Total

4

Last Release

2432d ago

Major Versions

0.1.2 → v1.0.02019-09-17

### Community

Maintainers

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

---

Top Contributors

[![orbex](https://avatars.githubusercontent.com/u/2074126?v=4)](https://github.com/orbex "orbex (8 commits)")

---

Tags

crudframeworkphprest-apirestfulapiframeworkslimeloquentrobophp-di

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[xsanisty/slim-starter

Slim Framework in MVC environment with Eloquent as database provider and Twig as template engine

2882.1k](/packages/xsanisty-slim-starter)[codecourse/slender

A slender starter structure for Slim

772.4k](/packages/codecourse-slender)

PHPackages © 2026

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