PHPackages                             aksara/service-repository-maker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aksara/service-repository-maker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aksara/service-repository-maker
===============================

Laravel service and repository generator

v0.0.4(3y ago)1107MITPHPPHP ^7.3|^8.0

Since Oct 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/putuedipuspayasa/service-repository-maker)[ Packagist](https://packagist.org/packages/aksara/service-repository-maker)[ RSS](/packages/aksara-service-repository-maker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

laravel-service-repository-maker
================================

[](#laravel-service-repository-maker)

Generator service and repository pattern for Laravel

Quick Start
===========

[](#quick-start)

**Step 1**: Install the package

```
$ composer require aksara/service-repository-maker
```

**Step 2**: Publish the "stubs" - service and repository templates.

```
$ php artisan vendor:publish --tag='aksara-service-repository-stubs'
```

Make Service and Repository
---------------------------

[](#make-service-and-repository)

**Make Service**: this will directly create a `Service` file in `app/Services` folder

```
$ php artisan make:service {service name}
```

**Make Repository**: this will directly create a `Service` file in `app/Repositories` folder

```
$ php artisan make:repository {repository name}
```

Sample CRUD with Service and Repository Pattern
===============================================

[](#sample-crud-with-service-and-repository-pattern)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1290d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44734a00750fb1457c0bdab5dcb9d0f3520d5d06158595f6e3a144f268704874?d=identicon)[putuedipuspayasa](/maintainers/putuedipuspayasa)

---

Top Contributors

[![putuedipuspayasa](https://avatars.githubusercontent.com/u/40590916?v=4)](https://github.com/putuedipuspayasa "putuedipuspayasa (9 commits)")

---

Tags

laravelservicerepository patternrepositoryservice pattern

### Embed Badge

![Health badge](/badges/aksara-service-repository-maker/health.svg)

```
[![Health](https://phpackages.com/badges/aksara-service-repository-maker/health.svg)](https://phpackages.com/packages/aksara-service-repository-maker)
```

###  Alternatives

[mckenziearts/laravel-command

A simple Laravel package to provide artisan new commands

321.2k](/packages/mckenziearts-laravel-command)

PHPackages © 2026

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