PHPackages                             kraify/fastdev - 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. kraify/fastdev

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

kraify/fastdev
==============

Traits and helpers for based functonality

010PHP

Since Feb 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/RustamKakhramanov/fastdev)[ Packagist](https://packagist.org/packages/kraify/fastdev)[ RSS](/packages/kraify-fastdev/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Structure, traits and helpers for REST API projects fast development
====================================================================

[](#structure-traits-and-helpers-for--rest-api-projects-fast-development)

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

[](#installation)

-Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```
$ composerd require kraify/fastdev
```

Usage
-----

[](#usage)

- Add the extension package's service provider `Kraify\Fastdev\FastDevServiceProvider` to the `providers` array in `config/app.php`.

```
'providers' => [
    /*
     * Package Service Providers...
     */
    Kraify\Fastdev\FastDevServiceProvider::class,
 ]
```

- Next you need to execute artisan comand

```
    php artisan kraify:install
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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/b5bb7cf7c1afe68db37ffaccd74e66c76581afa7dcfcc1c3d452c779757c9b38?d=identicon)[KraifyDef](/maintainers/KraifyDef)

---

Top Contributors

[![RustamKakhramanov](https://avatars.githubusercontent.com/u/37374813?v=4)](https://github.com/RustamKakhramanov "RustamKakhramanov (19 commits)")

### Embed Badge

![Health badge](/badges/kraify-fastdev/health.svg)

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

PHPackages © 2026

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