PHPackages                             itsrd/scaffy - 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. [Framework](/categories/framework)
4. /
5. itsrd/scaffy

AbandonedArchivedLibrary[Framework](/categories/framework)

itsrd/scaffy
============

Making your life easier by scaffolding your Laravel application

v0.9(5y ago)61.0kMITPHPPHP ~7.0

Since Aug 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ItsRD/scaffy)[ Packagist](https://packagist.org/packages/itsrd/scaffy)[ Docs](https://github.com/ItsRD/Scaffy)[ RSS](/packages/itsrd-scaffy/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (9)Dependencies (1)Versions (13)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/d290275365739f408515232d14f92a56cb743d3c3986f429d440c5f631fec50b/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f39393936343532312f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/99964521)

This package is no longer maintained.
=====================================

[](#this-package-is-no-longer-maintained)

Scaffy - Scaffold your Laravel application
==========================================

[](#scaffy---scaffold-your-laravel-application)

Never write a CRUD

Requirements
------------

[](#requirements)

- Laravel 5.5+
- PHP 7.0+

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

[](#installation)

Require this package with composer:

```
 composer require itsrd/scaffy

```

After adding the package to composer you can add the service provider to the providers array in config/app.php

```
ItsRD\Scaffy\ScaffyServiceProvider::class,
```

Now you've to publish the config, you can use the config to setup templates to create your very own scaffolder

```
php artisan vendor:publish --provider="ItsRD\Scaffy\ScaffyServiceProvider"
```

Now you want to install the 'scaffy directory' to create your own templates

```
php artisan scaffy:install
```

Usage
-----

[](#usage)

To use scaffy, you can run this command:

```
php artisan scaffy:scaffold {name} {--template}
```

- Name: Name of CRUD/Resource
- Template (optional)(default=default): You can create multiple templates in the config (see 'custom templates').

Custom Templates (in progress)
------------------------------

[](#custom-templates-in-progress)

Scaffy has already included a default template out of the box with some default settings. You can also set your own default template in the config file.

Templates are made to scaffold specific items on a website (e.g. admin).

Variables
---------

[](#variables)

You can use these variables in any stub file or filename, these variables will compile to the results listed below. You can also create params yourself in the scaffy config (templates &gt; **template name** &gt; params)

In the results below we use the name 'social-media'

```
php artisan scaffy:scaffold social-media

```

VariableExplanationResult`&name&`Entered namepage`&class_name&`Classname of entered 'name'SocialMedia`&snake_name&`Snakecase of entered 'name'page\_media`&controller_path&`Default controller path (can be changed in config)app/Http/Controllers`&controller_ns&`Default controller namespaceApp\\Http\\Controllers`&request_path&`Default request path (can be changed in config)app/Http/Requests`&request_ns&`Default request namespaceApp\\Http\\Requests`&model_path&`Default model path (can be changed in config)app/`&model_ns&`default model pathApp`&view_path`laravel path to view/resources/views`&plural_name&`Makes plural of 'name'social-media`&slugged_name&`Makes a slug of 'name'social-mediaLicense
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/ItsRD/scaffy/blob/master/LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~131 days

Recently: every ~184 days

Total

9

Last Release

2156d ago

PHP version history (2 changes)v0.1PHP ~5.6|~7.0

v0.2PHP ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c680a764f909a38e712e514d07f344587f20687c696e40a980b87c7d77490507?d=identicon)[ItsRD](/maintainers/ItsRD)

---

Top Contributors

[![ItsRD](https://avatars.githubusercontent.com/u/4502205?v=4)](https://github.com/ItsRD "ItsRD (34 commits)")

---

Tags

laravellaravel-packagelaravel-scaffoldingpackagescaffoldscaffolderscaffyItsRDScaffy

### Embed Badge

![Health badge](/badges/itsrd-scaffy/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[stancl/tenancy

Automatic multi-tenancy for your Laravel application.

4.3k6.6M40](/packages/stancl-tenancy)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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