Skip to content

A database admin interface for MySQL, PostgreSQL or SQL Server in a single file PHP script.

License

Notifications You must be signed in to change notification settings

skellenb/php-crud-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-CRUD-ADMIN

Single file PHP script that adds an database admin interface to a PHP-CRUD-API project

Requirements

  • PHP 7.0 or higher with Curl enabled
  • An URL of PHP-CRUD-API v2

Installation

This is a single file application! Upload "admin.php" somewhere and enjoy!

For local development you may run PHP's built-in web server:

php -S localhost:8080

Test the script by opening the following URL:

http://localhost:8080/admin.php/

Don't forget to modify the configuration at the bottom of the file.

Compilation

You can compile all files into a single "admin.php" file using:

php build.php

You can access the non-compiled code at the URL:

http://localhost:8080/src/

The non-compiled code resides in the "src" and "vendor" directories. The "vendor" directory contains the dependencies.

About

A database admin interface for MySQL, PostgreSQL or SQL Server in a single file PHP script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.2%
  • HTML 1.8%