PHPackages                             taskinbirtan/json-to-mysql-table - 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. [Database &amp; ORM](/categories/database)
4. /
5. taskinbirtan/json-to-mysql-table

ActiveLibrary[Database &amp; ORM](/categories/database)

taskinbirtan/json-to-mysql-table
================================

Convert JSON data to MySQL table

0.0.1(3y ago)111PHP

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/taskinbirtan/json-to-mysql-table)[ Packagist](https://packagist.org/packages/taskinbirtan/json-to-mysql-table)[ RSS](/packages/taskinbirtan-json-to-mysql-table/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

json-to-mysql-table
===================

[](#json-to-mysql-table)

JsonToMysqlTable is a PHP library for converting JSON data to MySQL database table. It provides a simple and flexible way to create a MySQL table from a JSON object.
=====================================================================================================================================================================

[](#jsontomysqltable-is-a-php-library-for-converting-json-data-to-mysql-database-table-it-provides-a-simple-and-flexible-way-to-create-a-mysql-table-from-a-json-object)

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

[](#installation)

You can install the library using Composer. If you don't already have Composer installed, you can download it from .
----------------------------------------------------------------------------------------------------------------------------------------------

[](#you-can-install-the-library-using-composer-if-you-dont-already-have-composer-installed-you-can-download-it-from-httpsgetcomposerorg)

```
composer require taskinbirtan/json-to-mysql-table

```

```
require_once 'vendor/autoload.php';

use TaskinBirtan\JsonToMysqlTable\JsonToMysqlTable;

// create a new instance of the JsonToMysqlTable class
$jsonToMysqlTable = new JsonToMysqlTable();

// convert the JSON data to a MySQL table
$json = file_get_contents('example.json');
$tableName = 'example_table';
$jsonToMysqlTable->convert($json, $tableName);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1131d ago

### Community

Maintainers

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

---

Top Contributors

[![taskinbirtan](https://avatars.githubusercontent.com/u/14149259?v=4)](https://github.com/taskinbirtan "taskinbirtan (9 commits)")

### Embed Badge

![Health badge](/badges/taskinbirtan-json-to-mysql-table/health.svg)

```
[![Health](https://phpackages.com/badges/taskinbirtan-json-to-mysql-table/health.svg)](https://phpackages.com/packages/taskinbirtan-json-to-mysql-table)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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