|
@@ -2,6 +2,8 @@
|
2
|
2
|
|
3
|
3
|
Single 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.
|
4
|
4
|
|
|
5
|
+NB: If you are looking for the stable version, check out branch "v1".
|
|
6
|
+
|
5
|
7
|
Related projects:
|
6
|
8
|
|
7
|
9
|
- [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:
|
11
|
13
|
|
12
|
14
|
There are also ports of this script in:
|
13
|
15
|
|
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)
|
16
|
18
|
|
17
|
19
|
There are also proof-of-concept ports of this script that only support basic REST CRUD functionality in:
|
18
|
20
|
[PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php),
|