PHPackages                             goodechilde/arche - 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. goodechilde/arche

ActiveLibrary

goodechilde/arche
=================

A Laravel package to help you generate APIScaffolding!

194PHP

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/goodechilde/arche)[ Packagist](https://packagist.org/packages/goodechilde/arche)[ RSS](/packages/goodechilde-arche/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

APIScaffold For Laravel
=======================

[](#apiscaffold-for-laravel)

Built based on the great Cray package

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

[](#installation)

```
composer require goodechilde/arche --dev
```

Then publish the stubs

```
php artisan vendor:publish --tag=arche
```

And install redoc-cli

```
npm install -g redoc-cli
```

It will generate `stubs` to `resources/vendor/arche/stubs` directory.

Usage
-----

[](#usage)

```
php artisan arche Post
```

Once done, it will show you the details of the files generated.

```
Factory created successfully in /database/factories/PostFactory.php
Seeder created successfully in /database/seeds/PostSeeder.php
Created Migration: 2020_07_30_223044_create_posts_table
Model created successfully in /app/Post.php
Controller created successfully in /app/Http/Controllers/PostController.php
Resource created successfully in /app/Http/Resources/PostResource.php
Service created successfully in /app/Services/PostIndexService.php
Service created successfully in /app/Services/PostStoreService.php
Service created successfully in /app/Services/PostUpdateService.php
Request created successfully in /app/Http/Requests/PostStoreRequest.php
Request created successfully in /app/Http/Requests/PostUpdateRequest.php
Policy created successfully.
```

Now add the necessary fields and run

```
php artisan migrate
```

### Changelog

[](#changelog)

Credits
-------

[](#credits)

- [Junaid Qadir](https://github.com/junaidqadirb) - This is 100% based on his awesome package Cray
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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/31f50d890f664ac68fbaea98da64a755ae535d0acc2f6d753fdb7dd1e271aaa0?d=identicon)[goodechilde](/maintainers/goodechilde)

---

Top Contributors

[![7met](https://avatars.githubusercontent.com/u/12778200?v=4)](https://github.com/7met "7met (12 commits)")

### Embed Badge

![Health badge](/badges/goodechilde-arche/health.svg)

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

PHPackages © 2026

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