PHPackages                             bensondevs/laravel-boiler-plate - 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. bensondevs/laravel-boiler-plate

ActiveLibrary[Framework](/categories/framework)

bensondevs/laravel-boiler-plate
===============================

Laravel Boiler Plate to start development with ease

1.0.0(2y ago)01.4kMITPHPPHP ^8.0.2

Since Jul 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bensondevs/laravel-boilter-plate)[ Packagist](https://packagist.org/packages/bensondevs/laravel-boiler-plate)[ RSS](/packages/bensondevs-laravel-boiler-plate/feed)WikiDiscussions main Synced 1mo ago

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

laravel-boilter-plate
=====================

[](#laravel-boilter-plate)

Laravel Boiler Plate to start development with ease. This package will help you to start development with some extensions of

How to install
--------------

[](#how-to-install)

Run the below command in the Laravel root folder

```
composer require bensondevs/laravel-boiler-plate

```

Features
--------

[](#features)

### Generate a Service class

[](#generate-a-service-class)

This feature will create a service class in the folder of `app/Services`

```
php artisan make:service SomeModuleService

```

### Generate a Repository class

[](#generate-a-repository-class)

This feature will create a repository class in the folder of `app/Repositories`

```
php artisan make:repository MyModelNameRepository

```

### Generate an Enum Class

[](#generate-an-enum-class)

This feature will create an enum class in the folder of `app/Enums`

```
php artisan make:enum MyChoicesEnum

```

### Generate a Contract class

[](#generate-a-contract-class)

This feature will create a contract class in the folder of `app/Contracts`

```
php artisan make:contract YourContract

```

### Generate a Helper File

[](#generate-a-helper-file)

This feature will create a helper file and automatically register it to the `composer.json` to enable the developers to use it immediately without sweating

```
php artisan make:helper SomeAspectHelper

```

### Built-in Helpers

[](#built-in-helpers)

To see the helpers created please check in `src/Helpers`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

1017d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6953e310af7dc10b68168564e03f24bfcc36b8dd0830dea1d1696f50cda16fff?d=identicon)[bensondevs](/maintainers/bensondevs)

---

Top Contributors

[![bensonexclolab](https://avatars.githubusercontent.com/u/167197690?v=4)](https://github.com/bensonexclolab "bensonexclolab (7 commits)")[![bensondevs](https://avatars.githubusercontent.com/u/76855099?v=4)](https://github.com/bensondevs "bensondevs (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bensondevs-laravel-boiler-plate/health.svg)

```
[![Health](https://phpackages.com/badges/bensondevs-laravel-boiler-plate/health.svg)](https://phpackages.com/packages/bensondevs-laravel-boiler-plate)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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