PHPackages                             qijitech/api-starter-kit - 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. qijitech/api-starter-kit

ActiveLibrary

qijitech/api-starter-kit
========================

api starter kit

567215PHP

Since Jul 11Pushed 5y ago3 watchersCompare

[ Source](https://github.com/qijitech/api-starter-kit)[ Packagist](https://packagist.org/packages/qijitech/api-starter-kit)[ RSS](/packages/qijitech-api-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Overview
========

[](#overview)

restful api library with laravel or lumen.

Installation
============

[](#installation)

To install this package you will need:

- Laravel 5.1+ or Lumen 5.1+
- PHP 5.5.9+

You must then modify your composer.json file and run composer update to include the latest version of the package in your project.

```
"require": {
    "qijitech/api-starter-kit": "dev-master"
}

```

Laravel
=======

[](#laravel)

Open config/app.php and register the required service provider above your application providers.

```
'providers' => [
    Api\StarterKit\Providers\ApiStarterKitServiceProvider::class
]
```

If you'd like to make configuration changes in the configuration file you can pubish it with the following Aritsan command:

```
php artisan vendor:publish
```

Lumen
=====

[](#lumen)

```
"require": {
    "qijitech/api-starter-kit": "dev-lumen"
}

```

Open bootstrap/app.php and register the required service provider.

```
$app->register(Api\StarterKit\Providers\LumenServiceProvider::class)
```

Sample Code
===========

[](#sample-code)

You can find the sample code [here](https://github.com/qijitech/fakerapi). Note that you'll need to run composer install to install all the dependencies.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

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/919905aeb672cc8806b28f370681e3b37e3f5fb4d9f8e8e63831a2c2b9f0dd2a?d=identicon)[yangyugang](/maintainers/yangyugang)

---

Top Contributors

[![smartydroid](https://avatars.githubusercontent.com/u/13810934?v=4)](https://github.com/smartydroid "smartydroid (21 commits)")

### Embed Badge

![Health badge](/badges/qijitech-api-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/qijitech-api-starter-kit/health.svg)](https://phpackages.com/packages/qijitech-api-starter-kit)
```

PHPackages © 2026

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