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)112PHP

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 2d 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

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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

1185d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5732757?v=4)[T on Meta Mode](/maintainers/meta)[@meta](https://github.com/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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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