Skip to content

Commit 4683356

Browse files
authored
Update README.md
1 parent c33a32d commit 4683356

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
NB: If you are looking for the stable version, check out branch "v1".
6+
57
Related 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

1214
There 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

1719
There 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),

0 commit comments

Comments
 (0)