Skip to content

Shibly/MySql_to_Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MySql_to_Json

mysql_to-json is a php class that will allow you to create json string from a mysql query with the MySQLtoJSON method with 1 or 2 parameters.

  1. $query - The mysql query (required)
  2. $indented - If true, the return string will be indented

mysql_to_json is build with the top of PDO. It is still in development stage. This is the first release. Feel free to fork.

About

MySql_to_json is a php class that takes mysql query and converts it into a json object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages