We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7562ca5 commit c33a32dCopy full SHA for c33a32d
README.md
@@ -1,4 +1,4 @@
1
-# php-crud-api
+# PHP-CRUD-API (v2)
2
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
@@ -93,7 +93,7 @@ These limitation were also present in v1:
93
94
## Features
95
96
-These features match features in v1:
+These features match features in v1 (see branch "v1"):
97
98
- [x] Single PHP file, easy to deploy.
99
- [x] Very little code, easy to adapt and maintain
0 commit comments