File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Notes about the fork
2
+
1
3
This is a fork of mevdschee/php-crud-ap package. Please consider using that.
2
4
5
+ This fork is a specific/experimental relase for the purpose of addig generic
6
+ DB handler for drivers not supported by main relase such as MSSQL over ODBC.
7
+
8
+ If you planning to implement other drivers based on this package it could be
9
+ a good starting point.
10
+
11
+ The fork is mainly using reconnect middleware - please check below for
12
+ [ example] ( https://github.com/jtoberling/php-crud-api#support-for-other-db-drivers-eg-odbc----fork-specific )
13
+
3
14
# PHP-CRUD-API
4
15
5
16
Single file PHP 7 script that adds a REST API to a MySQL 5.6 InnoDB database. PostgreSQL 9.1 and MS SQL Server 2012 are fully supported.
You can’t perform that action at this time.
0 commit comments