SimplytheBest PHP Scripts

The simply the best collection of PHP scripts

Psalm By: Vimeo
Free MIT Open source

Psalm is a static analysis tool for finding errors in PHP applications.

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   154

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   151

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   109

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   108

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

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   74

This PHP package can backup and restore your WordPress website. It works independently from the WordPress site itself. If the WordPress site fails, this tool can be used to restore the WordPress database and files.

Define matrices with dynamic cell calculations. The package offers flexibility in matrix manipulation, enabling dynamic calculations and providing diverse output options for ease of integration into various applications. Matrix cells support dynamic calculations based on other cells, allowing changes to trigger a recalculation of dependent cells automatically.