Skip to content

Commit fc6e5d3

Browse files
committed
Modify readme
1 parent 2065dd5 commit fc6e5d3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
# Notes about the fork
2+
13
This is a fork of mevdschee/php-crud-ap package. Please consider using that.
24

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+
314
# PHP-CRUD-API
415

516
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.

0 commit comments

Comments
 (0)