PHPackages                             nodes/api-scaffolding - 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. [API Development](/categories/api)
4. /
5. nodes/api-scaffolding

AbandonedArchivedLibrary[API Development](/categories/api)

nodes/api-scaffolding
=====================

Nodes API scaffolding

2.0.0(9y ago)2572[1 issues](https://github.com/nodes-php/api-scaffolding/issues)MITPHP

Since Jul 4Pushed 7y agoCompare

[ Source](https://github.com/nodes-php/api-scaffolding)[ Packagist](https://packagist.org/packages/nodes/api-scaffolding)[ Docs](http://nodesagency.com)[ RSS](/packages/nodes-api-scaffolding/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (0)

API Scaffolding
---------------

[](#api-scaffolding)

⚠️**This package is deprecated**⚠️

A package which scaffolds the most common stuff used in a [Nodes API](http://nodesagency.com) project.

[![Total downloads](https://camo.githubusercontent.com/98d372483b54b5d7b4cf9d06fffba2b939def0e4358b5b8799632643ae6ef3ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f6465732f6170692d73636166666f6c64696e672e737667)](https://packagist.org/packages/nodes/api-scaffolding)[![Monthly downloads](https://camo.githubusercontent.com/425c29dc0fabfa2aefbd7ca957826a349c08a142b1943fd5837160d08463fae1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e6f6465732f6170692d73636166666f6c64696e672e737667)](https://packagist.org/packages/nodes/api-scaffolding)[![Latest release](https://camo.githubusercontent.com/248e29a60aaaf9b9fe37a0f20e5b659b9d86e7e550ec29347e8bea838f2a31e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f6465732f6170692d73636166666f6c64696e672e737667)](https://packagist.org/packages/nodes/api-scaffolding)[![Open issues](https://camo.githubusercontent.com/9ec244f302ac1bd469d9522b0c9fd0ab81f58621f669b063f1c0f0e327152b8d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6e6f6465732d7068702f6170692d73636166666f6c64696e672e737667)](https://github.com/nodes-php/api-scaffolding/issues)[![License](https://camo.githubusercontent.com/fb55c5dbf781fe1049c7f5fa8cea872ca8993eba01c4d8c099453b232d1ebf1c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f6465732f6170692d73636166666f6c64696e672e737667)](https://packagist.org/packages/nodes/api-scaffolding)[![Star repository on GitHub](https://camo.githubusercontent.com/de8889fedb06b8d237229d713a38ea47639c043b114f5506408879984fcc37d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6e6f6465732d7068702f6170692d73636166666f6c64696e672e7376673f7374796c653d736f6369616c266c6162656c3d53746172)](https://github.com/nodes-php/api-scaffolding/stargazers)[![Watch repository on GitHub](https://camo.githubusercontent.com/661fae7e1f673857178e6f04c69bbd0722707ee157f7f089054fdc1834858824/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f6e6f6465732d7068702f6170692d73636166666f6c64696e672e7376673f7374796c653d736f6369616c266c6162656c3d5761746368)](https://github.com/nodes-php/api-scaffolding/watchers)[![Fork repository on GitHub](https://camo.githubusercontent.com/097321e0583fc22f60d99cb516d8e612b4f70aa7d0408b6677dabbb40511b95b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6e6f6465732d7068702f6170692d73636166666f6c64696e672e7376673f7374796c653d736f6369616c266c6162656c3d466f726b)](https://github.com/nodes-php/api-scaffolding/network)[![StyleCI](https://camo.githubusercontent.com/10484963d1d73cc37d9a8c60a53465eb5b27f67f8c2f3a28fb1061f91a0b10f9/68747470733a2f2f7374796c6563692e696f2f7265706f732f36323536323434312f736869656c64)](https://styleci.io/repos/62562441)

📝 Introduction
--------------

[](#-introduction)

In [Nodes](http://nodesagency.com) we create a lot of API's for our mobile applications.

So to save time, we made this package which scaffolds the most common used controllers, models, repositories, validators etc. that we use in all our projects.

📦 Installation
--------------

[](#-installation)

To install this package you will need:

- Laravel 5.1+
- PHP 5.5.9+

You must then modify your `composer.json` file and run `composer update` to include the latest version of the package in your project.

```
"require": {
    "nodes/api-scaffolding": "^1.0"
}
```

Or you can run the composer require command from your terminal.

```
composer require nodes/api-scaffolding:^1.0
```

🔧 Setup
-------

[](#-setup)

Setup service providers in `config/app.php`

```
Nodes\Api\Scaffolding\ServiceProvider::class,
```

⚙ Usage
-------

[](#-usage)

Run the Artisan command:

```
php artisan nodes:api:scaffolding
```

If you only wish to scaffold the reset password stuff, then you can run the Artisan command:

```
php artisan nodes:api:reset-password
```

🏆 Credits
---------

[](#-credits)

This package is developed and maintained by the PHP team at [Nodes](http://nodesagency.com)

[![Follow Nodes PHP on Twitter](https://camo.githubusercontent.com/a898a5b14227bafa0c17c43be4f67460fe2b1dc3b88627d7b959e7fae4256a45/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6e6f6465737068702e7376673f7374796c653d736f6369616c)](https://twitter.com/nodesphp) [![Tweet Nodes PHP](https://camo.githubusercontent.com/8c1a307180498b3bb360cf73e63da1bfa3afc0306f601be021acd1e85d2bb4e4/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f6e6f6465737068702e7376673f7374796c653d736f6369616c)](https://twitter.com/nodesphp)

📄 License
---------

[](#-license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 57.9% 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 ~38 days

Recently: every ~57 days

Total

7

Last Release

3413d ago

Major Versions

0.1.1 → 1.0.02016-07-04

1.0.3 → 2.0.02017-02-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/3aaee2c2b7632254faa8a589817712bdab2c7d46778fb26994eef75b20ec9c08?d=identicon)[nodes](/maintainers/nodes)

---

Top Contributors

[![Casperhr](https://avatars.githubusercontent.com/u/1279756?v=4)](https://github.com/Casperhr "Casperhr (11 commits)")[![rugaard](https://avatars.githubusercontent.com/u/179868?v=4)](https://github.com/rugaard "rugaard (6 commits)")[![rasmusebbesen](https://avatars.githubusercontent.com/u/944158?v=4)](https://github.com/rasmusebbesen "rasmusebbesen (2 commits)")

---

Tags

apiscaffoldingnodes

### Embed Badge

![Health badge](/badges/nodes-api-scaffolding/health.svg)

```
[![Health](https://phpackages.com/badges/nodes-api-scaffolding/health.svg)](https://phpackages.com/packages/nodes-api-scaffolding)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.5k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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