PHPackages                             ravimukti/slim3rest-starter - 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. ravimukti/slim3rest-starter

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

ravimukti/slim3rest-starter
===========================

A Starter Project For REST

v1.0.1(3y ago)05MITPHPPHP &gt;=5.6

Since Aug 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/raviMukti/slim3-rest-starter)[ Packagist](https://packagist.org/packages/ravimukti/slim3rest-starter)[ RSS](/packages/ravimukti-slim3rest-starter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (2)Used By (0)

Slim3 REST Starter Project
==========================

[](#slim3-rest-starter-project)

Project Structure
-----------------

[](#project-structure)

```
├── logs -> Folder Logs
│   ├── error
│   ├── info
├── public -> Folder Public
│   └── index.php
├── src -> Code Start Here
│   ├── app -> Main Code
│   │   ├── routes ->All API Endpoint in here
│   │   │   ├── api -> API Endpoint
│   │   │   └── scheduler -> Scheduler Endpoint
│   │   └── service -> Bussiness Logic Here
│   ├── dependencies.php -> DI Module
│   ├── library -> Non-Composer Library
│   ├── middleware.php -> Security Middleware
│   ├── routes.php -> Routes Example
│   └── settings.php -> Application Settings
├── templates -> View Templates
│   └── index.phtml
├── tests -> Unit Test
└── vendor -> Composer Library
├── composer.json
├── composer.lock
├── docker-compose.yml
├── README.md

```

How To Install
--------------

[](#how-to-install)

`composer create-project ravimukti/slim3rest-starter your-project-name --stability=dev`

API Path Pattern
----------------

[](#api-path-pattern)

Pattern -&gt; /**channel**/**product**/**version**/**module**/**action**

`/channel/shopee/v1/order/pull-all`

More about [REST API best practice](https://florimond.dev/en/posts/2018/08/restful-api-design-13-best-practices-to-make-your-users-happy/)

Running Application
-------------------

[](#running-application)

`composer start`

Running Test
------------

[](#running-test)

`composer test`

Application Specs
-----------------

[](#application-specs)

- Slim 3 PHP

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

1363d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a466e589fb79a8d7fab510080669ae5f0b1977c0d37ae9eb52ef7442ecba805a?d=identicon)[raviMukti](/maintainers/raviMukti)

---

Top Contributors

[![raviMukti](https://avatars.githubusercontent.com/u/40047230?v=4)](https://github.com/raviMukti "raviMukti (3 commits)")

---

Tags

restpsr7starter-project

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ravimukti-slim3rest-starter/health.svg)

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

###  Alternatives

[huaweicloud/huaweicloud-sdk-php

Huawei Cloud SDK for PHP

1829.2k2](/packages/huaweicloud-huaweicloud-sdk-php)

PHPackages © 2026

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