File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33Single file PHP 7 script that adds a REST API to a MySQL 5.5 InnoDB database. PostgreSQL 9.1 and MS SQL Server 2012 are fully supported.
44
5+ NB: If you are looking for the stable version, check out branch "v1".
6+
57Related projects:
68
79 - [ PHP-API-AUTH] ( https://github.com/mevdschee/php-api-auth ) : Authentication add-on (for v1) supporting JWT or username/password.
@@ -11,8 +13,8 @@ Related projects:
1113
1214There are also ports of this script in:
1315
14- - [ Java JDBC by Ivan Kolchagov (v1) ] ( https://github.com/kolchagov/java-crud-api )
15- - [ Java Spring Boot + jOOQ (v2) ] ( https://github.com/mevdschee/java-crud-api/tree/master/full ) (work in progress)
16+ - [ Java JDBC by Ivan Kolchagov] ( https://github.com/kolchagov/java-crud-api ) (v1 )
17+ - [ Java Spring Boot + jOOQ] ( https://github.com/mevdschee/java-crud-api/tree/master/full ) (v2: work in progress)
1618
1719There are also proof-of-concept ports of this script that only support basic REST CRUD functionality in:
1820[ PHP] ( https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php ) ,
You can’t perform that action at this time.
0 commit comments