SimplytheBest MySQL Scripts

The simply the best collection of MySQL scripts

It can take an object with functions that define the parameters of the backup to be processed, like the interval period between each backup, the database backup file pattern, the database connection, and a function to call when a backup process succeeds. The package will automatically execute the backup process at the defined periods.

This package can convert the records of a database table to JSON. It provides an example script that connects to a MySQL database server using the MySQLi extension. The script executes a SQL query to retrieve all rows of a database table into an array, and then it outputs the array as a JSON string that serves as the content of the current HTTP request.

24   163

This package provides an example API that performs CRUD operations. It shows how to register routes for the API URLs so specific controller classes can handle the requests. The package can run the API by processing the HTTP requests to the registered endpoint URLs and generating API call responses using view scripts. Uses PHP 7.0+ with PDO drivers enabled for: MySQL 5.6 and MariaDB 10.0+ for spatial features in MySQL.

29   158
Uploady By: Faris Al Otabi
Free MIT

Uploady is a file uploader script with multi file upload support. It comes with more than 20 features and you can set up it in less than 5 minutes. And it is free and open source.

Create a simple CRUD application. The class provides a base class that can access a MySQL database using the MySQLi extension. Several CRUD classes use the base class to execute SQL queries to perform several CRUD operations.

18   88
12»