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

ActiveLibrary

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 6d 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 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

2286d 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.2k431.1M7.5k](/packages/symfony-dependency-injection)[symfony/cache

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

4.2k348.9M2.5k](/packages/symfony-cache)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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