The simply the best collection of popular scripts
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.
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.
Some nice background animated effects can be created using just CSS.
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.
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc... Uses PSR-7 interfaces for requests, responses, and streams. Can send both synchronous and asynchronous requests using the same interface.
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.
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.