SimplytheBest Most Popular Developer Items

The simply the best collection of popular scripts

MySQLi Database table to JSON By: Ahmad Al Mulla
Free

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   161

This package can generate an RSS feed and gallery for audio files. It can traverse a server-side directory containing audio files and generate an RSS feed with the list of files. The package can also generate HTML to display the list of audio files in a gallery Web page. If the package finds images for each audio file in the scanned directory, it may display them on the gallery Web page and the RSS feed.

A jQuery plug-in that can save form data in cookies, local or session storage. It can take the values of a given form input and save them in several types of storage containers. It supports session storage, local storage and cookies for non-HTML 5 compliant browsers. It also supports encrypting the saved form data with AES encryption and load previously saved values from the container.

Example API that performs CRUD operations By: Hicri
Free PHP license

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   155

This is the complete source code and the build instructions for the official Telegram messenger desktop client, based on the Telegram API and the MTProto secure protocol.

33   145

PHP Chat Application with API: Exchange user messages on a page or using an API. It provides an application to let users send messages that can be viewed by other users who can also reply.

21   118

Generate base code for API using a query builder. It uses the Lumen package and the query builder to generate base code for an API that implements simple CRUD operations automatically. The package also generates code to implement unit and feature testing.

19   113
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.

Want to create an API with PHP? Use this API Framework.

PHP CRUD Application By: Rodrigo Faustino
Free MIT/X

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   82