PHPackages                             neoson/laravel-api-min-boilerplate - 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. neoson/laravel-api-min-boilerplate

ActiveProject[Framework](/categories/framework)

neoson/laravel-api-min-boilerplate
==================================

A simple laravel api boilerplate

1.0(7y ago)214MITPHPPHP ^7.1.3

Since Nov 8Pushed 7y agoCompare

[ Source](https://github.com/lkloon123/laravel-api-min-boilerplate)[ Packagist](https://packagist.org/packages/neoson/laravel-api-min-boilerplate)[ RSS](/packages/neoson-laravel-api-min-boilerplate/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (19)Versions (2)Used By (0)

Laravel Api Boilerplate
=======================

[](#laravel-api-boilerplate)

A simple laravel 5.7 api boilerplate which include very basic function to get started.

Features
--------

[](#features)

- Api token generator (email verfication, password recovery)
- clockwork debug
- laravel auditing
- error logging to db
- jwt authentication
- laravel ide helper

Installation
------------

[](#installation)

run the following command from terminal

```
composer create-project --prefer-dist neoson/laravel-api-min-boilerplate myProject
```

run migration

```
php artisan migrate
```

generate jwt secret

```
php artisan jwt:generate
```

rename `.env.example` to `.env` and setup your configuration

run the application

```
php artisan serve
```

Usage
-----

[](#usage)

### Important Diretories

[](#important-diretories)

api route : `route/api.php`
controller: `app/Http/Controllers/V1`
model : `app/Model`

This boilerplate provide function to send email

```
//run this queue worker
php artisan queue:work

//email template directories
resources/views/emails
```

### Api

[](#api)

```
POST api/auth/register        //register an account and send verification email
POST api/auth/login           //perform login and get jwt token
GET  api/auth/email/verify    //verify email for new account
POST api/auth/recovery        //send a recovery email
GET  api/auth/reset           //reset password after verify recovery email
POST api/auth/refresh         //refresh the jwt token

//the following api require jwt token
//you can include in header(Authorization: Bearer 'token')
//or as request parameters(token)
POST api/auth/password/change //for changing password
POST api/auth/logout          //logout
POST api/auth/me              //get current authencated user
```

Built With
----------

[](#built-with)

- [Laravel](https://laravel.com/)

License
-------

[](#license)

This project is licensed under the MIT License - [LICENSE](LICENSE)

Feedback
--------

[](#feedback)

Your feedback and contribution are very welcome, hope you enjoy it.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

2743d ago

### Community

Maintainers

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

---

Top Contributors

[![lkloon123](https://avatars.githubusercontent.com/u/21114981?v=4)](https://github.com/lkloon123 "lkloon123 (1 commits)")

---

Tags

jwtapiframeworklaravelrestboilerplate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/neoson-laravel-api-min-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/neoson-laravel-api-min-boilerplate/health.svg)](https://phpackages.com/packages/neoson-laravel-api-min-boilerplate)
```

###  Alternatives

[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[francescomalatesta/laravel-api-boilerplate-jwt

An API Boilerplate to create a ready-to-use REST API in seconds.

1.2k7.5k](/packages/francescomalatesta-laravel-api-boilerplate-jwt)

PHPackages © 2026

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