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. [API Development](/categories/api)
4. /
5. qijitech/api-starter-kit

ActiveLibrary[API Development](/categories/api)

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

api starter kit

567215PHP

Since Jul 11Pushed 6y 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 3w 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 52% 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://avatars.githubusercontent.com/u/2494239?v=4)[杨玉刚](/maintainers/yangyugang)[@yangyugang](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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