PHPackages                             appoly/smart-schema-2 - 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. appoly/smart-schema-2

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

appoly/smart-schema-2
=====================

A package to auto generate forms

1.0.1(6y ago)02.1kPHP

Since Feb 7Pushed 6y agoCompare

[ Source](https://github.com/appoly/smart-schema-2)[ Packagist](https://packagist.org/packages/appoly/smart-schema-2)[ RSS](/packages/appoly-smart-schema-2/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Smart Schema v2
===============

[](#smart-schema-v2)

Smart Schema v2 is a package that generates forms using vue js!

This package helps to generate the schema in laravel

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

[](#installation)

```
composer require appoly/smart-schema-2

```

```
npm i @appoly/smartschema-vue --save
```

View the VueJS package here

Command
-------

[](#command)

```
php artisan smartschema:generate

```

This will read your database tables and generate constants files with the schema required for the Vue package. This will give you a quick and easy start and can be modified in anyway

NOTE: running the command again will overwrite any changes

Usage
-----

[](#usage)

```
public function index()
{
    $schema = json_encode(UserSchema::SCHEMA);

    return view('home', compact('schema'));
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69684a203a56f31f41383ce7bc7be23cdf2140a36eac7a6558bda31c1b53924b?d=identicon)[Mezzair](/maintainers/Mezzair)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/appoly-smart-schema-2/health.svg)

```
[![Health](https://phpackages.com/badges/appoly-smart-schema-2/health.svg)](https://phpackages.com/packages/appoly-smart-schema-2)
```

###  Alternatives

[symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

4.2k455.6M9.5k](/packages/symfony-dependency-injection)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k52](/packages/friendsoftypo3-content-blocks)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M971](/packages/statamic-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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