PHPackages                             nycorp/lite-api - 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. nycorp/lite-api

ActiveLibrary[Framework](/categories/framework)

nycorp/lite-api
===============

The skeleton application for the Laravel framework.

1.1.55(2w ago)03132MITPHPPHP ^8.0

Since Mar 19Pushed 2w ago1 watchersCompare

[ Source](https://github.com/yann-yvan/lite-api)[ Packagist](https://packagist.org/packages/nycorp/lite-api)[ RSS](/packages/nycorp-lite-api/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (27)Versions (40)Used By (2)

Features
--------

[](#features)

1. Log into database and into micro-service
2. Swagger documentation using **[darkaonline/l5-swagger](https://github.com/DarkaOnLine/L5-Swagger)**
3. Service discovery using **[dcarbone/php-consul-api](https://github.com/dcarbone/php-consul-api)**
4. Jwt auth using **[tymon/jwt-auth](https://github.com/tymon/jwt-auth)**
5. SQL to migration using **[bennett-treptow/laravel-migration-generator](https://github.com/bennett-treptow/laravel-migration-generator)**
6. SQL to model using **[reliese/laravel](https://github.com/reliese/laravel)**

#### Installation (with Composer)

[](#installation-with-composer)

```
composer require nycorp/lite-api

```

Usage
-----

[](#usage)

```
php artisan vendor:publish --provider="Nycorp\LiteApi\Providers\LiteApiServiceProvider"
```

### Logging :

[](#logging-)

#### Enable logger to call your remote logger service or log in app database

[](#enable-logger-to-call-your-remote-logger-service-or-log-in-app-database)

the default value is **false**

```
LOG_REMOTE=false
```

To enable log service in .env

```
LOG_CHANNEL=stack
LOG_STACK=daily,service_log
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
```

use the logger provide by Laravel as usual

```
Log::info("Delete: started {$this->modelLogger($id)} ");
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance96

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~21 days

Recently: every ~1 days

Total

39

Last Release

20d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d46eefacf6eb9db2a88486e899e9b9310b593b660860d96bbf777cf1780ab7eb?d=identicon)[Yann-Yvan](/maintainers/Yann-Yvan)

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nycorp-lite-api/health.svg)

```
[![Health](https://phpackages.com/badges/nycorp-lite-api/health.svg)](https://phpackages.com/packages/nycorp-lite-api)
```

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

3.4k13.9k1](/packages/microweber-microweber)[jadjoubran/laravel5-angular-material-starter

The Laravel Framework.

1.7k17.2k](/packages/jadjoubran-laravel5-angular-material-starter)[cretueusebiu/laravel-nuxt

A Laravel-Nuxt starter project template.

1.1k6.3k](/packages/cretueusebiu-laravel-nuxt)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.1k38](/packages/dreamfactory-df-core)[php-soft/laravel-users

Laravel Users Module

195.1k](/packages/php-soft-laravel-users)

PHPackages © 2026

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