PHPackages                             ashr/starter - 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. ashr/starter

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

ashr/starter
============

Starter - Decouple function that is frequently used.

015PHP

Since Apr 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ashr-tech-package/starter-package)[ Packagist](https://packagist.org/packages/ashr/starter)[ RSS](/packages/ashr-starter/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ASHR STARTER PACKAGE
====================

[](#ashr-starter-package)

**ASHR STARTER PACKAGE** is package contains function that is frequently used on laravel project.

Instalation
-----------

[](#instalation)

You can install the package via composer

```
composer require ashr/starter
```

> Packagist:

- Add `\Ashr\Starter\ServiceProvider::class` to config/app.php
- Publish config if needed `php artisan vendor:publish --tag=ashr-starter`

How to use
----------

[](#how-to-use)

- Use middleware: `Route::post('/', [PostController::class, 'createPost'])->middleware('can-access:create-post');` create-post is permission need authorize to auth service
- Customize error form request by extending class `Ashr\Starter\Services\Response\CustomFormRequest`
- For formatting basic crud response use methods:
    - responseCreated
    - responseCreateFailed
    - responseNotFound
    - responseUpdated
    - responseUpdateFailed
    - responseDeleted
    - responseDeleteFailed

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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://www.gravatar.com/avatar/6219365fe34a8fcb40456ff08c5937f09d46376e1e4ba6ef7571dec20c91549e?d=identicon)[maninback](/maintainers/maninback)

---

Top Contributors

[![arigates](https://avatars.githubusercontent.com/u/17841013?v=4)](https://github.com/arigates "arigates (8 commits)")

### Embed Badge

![Health badge](/badges/ashr-starter/health.svg)

```
[![Health](https://phpackages.com/badges/ashr-starter/health.svg)](https://phpackages.com/packages/ashr-starter)
```

PHPackages © 2026

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