PHPackages                             z-rosenthal/slim-plus - 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. z-rosenthal/slim-plus

ActiveLibrary[Framework](/categories/framework)

z-rosenthal/slim-plus
=====================

A Slim Framework skeleton application for rapid development

010HTML

Since Oct 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/zRosenthal/slimPlus)[ Packagist](https://packagist.org/packages/z-rosenthal/slim-plus)[ RSS](/packages/z-rosenthal-slim-plus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Slim Framework Skeleton Application + Eloquent ORM + Controllers (in the works)
===============================================================================

[](#slim-framework-skeleton-application--eloquent-orm--controllers-in-the-works)

Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses the latest Slim and Slim-Views repositories. It also uses Sensio Labs' [Twig](http://twig.sensiolabs.org) template library.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Install Composer
----------------

[](#install-composer)

If you have not installed Composer, do that now. I prefer to install Composer globally in `/usr/local/bin`, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally.

Install the Application
-----------------------

[](#install-the-application)

After you install Composer, run this command from the directory in which you want to install your new Slim Framework application.

```
php composer.phar create-project z-rosenthal/slim-plus [my-app-name]

```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` and `templates/cache` are web writeable.

That's it! Now go build something cool.

\##Note: For Eloquent ORM You will need to install mysql

```
sudo apt-get install mysql-server

```

You will also need to install the php5-mysql package

```
sudo apt-get install php5-mysql

```

Then restart apache

```
sudo /etc/init.d/apache2 restart

```

The mysql connection info is located in index.php at the top

A user model has been created in the app/models directory

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e0b64db5462f21f7d640802ad3c3775f595e7e0807b2f501fcc812b78273084?d=identicon)[zRosenthal](/maintainers/zRosenthal)

---

Top Contributors

[![zRosenthal](https://avatars.githubusercontent.com/u/9902783?v=4)](https://github.com/zRosenthal "zRosenthal (7 commits)")

### Embed Badge

![Health badge](/badges/z-rosenthal-slim-plus/health.svg)

```
[![Health](https://phpackages.com/badges/z-rosenthal-slim-plus/health.svg)](https://phpackages.com/packages/z-rosenthal-slim-plus)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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.

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

A simple API extension for DateTime.

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

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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