PHPackages                             nguyenanhung/slim-3-vercel-skeleton - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. nguyenanhung/slim-3-vercel-skeleton

ActiveProject[HTTP &amp; Networking](/categories/http)

nguyenanhung/slim-3-vercel-skeleton
===================================

A Slim Framework 3 skeleton application deploy on Vercel for rapid development

v1.0.3(9mo ago)14MITPHPPHP &gt;=5.6

Since Jan 24Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/nguyenanhung/slim-3-vercel-skeleton)[ Packagist](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)[ Docs](https://github.com/nguyenanhung/slim-3-vercel-skeleton)[ RSS](/packages/nguyenanhung-slim-3-vercel-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/8458a9a74226e99869dfafb6570810cb160e19ae3a7758322a1ffc6d5f183458/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e677579656e616e68756e672f736c696d2d332d76657263656c2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)[![Total Downloads](https://camo.githubusercontent.com/229f9795605f9071b07a3d466b33e5e33365e9831dc6b74788ac97137f8015d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e677579656e616e68756e672f736c696d2d332d76657263656c2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)[![Daily Downloads](https://camo.githubusercontent.com/f19f8cdc44c9014fc0a6e6981cfbdfb56a5d24cc6ddffee8a5a98b354d880041/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f6e677579656e616e68756e672f736c696d2d332d76657263656c2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)[![Monthly Downloads](https://camo.githubusercontent.com/5419084b6d14d15fc5e999b1891d530cac600a89f3826a3a3a2c3bdf15af633b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e677579656e616e68756e672f736c696d2d332d76657263656c2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)[![License](https://camo.githubusercontent.com/0353b8623314113dcd347d327fa77c8815723d971318920fb9e2062b978b875d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e677579656e616e68756e672f736c696d2d332d76657263656c2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)[![PHP Version Require](https://camo.githubusercontent.com/0b766ddabe28776004f600c1b62e002ccddf9fe90764c9ff2b8c486de84a2086/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6e677579656e616e68756e672f736c696d2d332d76657263656c2d736b656c65746f6e2f706870)](https://packagist.org/packages/nguyenanhung/slim-3-vercel-skeleton)

Slim Framework 3 Skeleton Application
=====================================

[](#slim-framework-3-skeleton-application)

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. This application uses the latest Slim 3 with the **PHP-View** template renderer, **Slim-PDO** is Database Handle, **symfony/console** is Console Handle. It also uses the **Monolog** logger.

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

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

[](#install-the-application)

Run this command from the directory in which you want to install your new Slim Framework application.

```
composer create-project nguyenanhung/slim-3-vercel-skeleton [my-app-name]
```

or

```
php composer.phar create-project nguyenanhung/slim-3-vercel-skeleton [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/` is web writeable.

To run the application in development, you can run these commands

```
cd [my-app-name]
php composer.phar start
```

Run this command in the application directory to run the test suite

```
php composer.phar test
```

or

```
./vendor/bin/phpunit
```

That's it! Now go build something cool.

Contact
-------

[](#contact)

If any question &amp; request, please contact following information

NameEmailGitHubFacebookHung Nguyen@nguyenanhung@nguyenanhungFrom Hanoi with Love &lt;3

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance56

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~181 days

Total

4

Last Release

295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3694ef9f3367ff9f6bcd668ca1d6726e3c55e6fd379cba9c2d4ab6a24595fbd8?d=identicon)[7135k13m](/maintainers/7135k13m)

---

Top Contributors

[![hungnguyenhp](https://avatars.githubusercontent.com/u/6778496?v=4)](https://github.com/hungnguyenhp "hungnguyenhp (7 commits)")[![nguyenanhung](https://avatars.githubusercontent.com/u/9348255?v=4)](https://github.com/nguyenanhung "nguyenanhung (3 commits)")

---

Tags

consolerestrouterpsr7slimSkeletonmicro-frameworkslim 3php micro frameworkslim 3 vercelslim-vercel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nguyenanhung-slim-3-vercel-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/nguyenanhung-slim-3-vercel-skeleton/health.svg)](https://phpackages.com/packages/nguyenanhung-slim-3-vercel-skeleton)
```

PHPackages © 2026

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