PHPackages                             satooon/json-schema-gen - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. satooon/json-schema-gen

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

satooon/json-schema-gen
=======================

JSON Schema generator

0.0.1(11y ago)36822MITPHPPHP &gt;=5.4.0

Since Apr 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/satooon/json-schema-gen)[ Packagist](https://packagist.org/packages/satooon/json-schema-gen)[ Docs](https://github.com/satooon/json-schema-gen)[ RSS](/packages/satooon-json-schema-gen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

json-schema-gen
===============

[](#json-schema-gen)

[satooon/json-schema-gen](https://github.com/satooon/json-schema-gen) - Response data convert to JSON Schema

Install
-------

[](#install)

Install Composer

```
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

```

Add the following to your require block in composer.json config

```
"satooon/json-schema-gen": ">=0.0.1"

```

Configuration
-------------

[](#configuration)

Add to your app/config/app.php the service provider and aliases:

```
// Provider
'providers' => array(
    'Satooon\JsonSchemaGen\JsonSchemaGenServiceProvider',
)

// Aliases
'aliases' => array(
    'JsonSchemaGen'   => 'Satooon\JsonSchemaGen\Facades\JsonSchemaGen',
)

```

Usage
-----

[](#usage)

GET request

```
php artisan command:JsonSchemaGen https://search.twitter.com/search.json

```

POST request and add heade paramater

```
php artisan command:JsonSchemaGen https://api.twitter.com/1.1/statuses/update.json -X POST -d '{"status":"text"}' -H "Authorization: OAuth  ...."

```

Licence
-------

[](#licence)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4066d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75dd30f6b1a1ce749847ed3231abacdaae198339c7c5187bb6d866b51679bf62?d=identicon)[sato00](/maintainers/sato00)

---

Tags

phpjsonlaraveljson-schema

### Embed Badge

![Health badge](/badges/satooon-json-schema-gen/health.svg)

```
[![Health](https://phpackages.com/badges/satooon-json-schema-gen/health.svg)](https://phpackages.com/packages/satooon-json-schema-gen)
```

###  Alternatives

[sbsaga/toon

🧠 TOON for Laravel — a compact, human-readable, and token-efficient data format for AI prompts &amp; LLM contexts. Perfect for ChatGPT, Gemini, Claude, Mistral, and OpenAI integrations (JSON ⇄ TOON).

6115.6k](/packages/sbsaga-toon)[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

36412.6k6](/packages/ultrono-laravel-sitemap)[rajentrivedi/tokenizer-x

TokenizerX calculates required tokens for given prompt

91214.0k3](/packages/rajentrivedi-tokenizer-x)[ernysans/laraworld

Countries, Languages and Time Zones Package for Laravel 5.\*

1755.7k](/packages/ernysans-laraworld)

PHPackages © 2026

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