File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ Single file PHP 7 script that adds a REST API to a MySQL 5.6 InnoDB database. Po
4
4
5
5
NB: This is the [ TreeQL] ( https://treeql.org ) reference implementation in PHP.
6
6
7
- You can easily integrate this project into the web framework of your choice, see:
8
-
9
- - [ Automatic REST API for Laravel] ( https://tqdev.com/2019-automatic-rest-api-laravel )
10
- - [ Automatic REST API for Symfony 4] ( https://tqdev.com/2019-automatic-rest-api-symfony )
11
- - [ Automatic REST API for SlimPHP] ( https://tqdev.com/2019-automatic-api-slimphp-3 )
12
-
13
7
Related projects:
14
8
15
9
- [ PHP-API-AUTH] ( https://github.com/mevdschee/php-api-auth ) : Single file PHP script that is an authentication provider for PHP-CRUD-API
@@ -51,6 +45,12 @@ Test the script by opening the following URL:
51
45
52
46
Don't forget to modify the configuration at the bottom of the file.
53
47
48
+ Alternatively you can integrate this project into the web framework of your choice, see:
49
+
50
+ - [ Automatic REST API for Laravel] ( https://tqdev.com/2019-automatic-rest-api-laravel )
51
+ - [ Automatic REST API for Symfony 4] ( https://tqdev.com/2019-automatic-rest-api-symfony )
52
+ - [ Automatic REST API for SlimPHP] ( https://tqdev.com/2019-automatic-api-slimphp-3 )
53
+
54
54
## Configuration
55
55
56
56
Edit the following lines in the bottom of the file "` api.php ` ":
You can’t perform that action at this time.
0 commit comments