File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Related projects:
14
14
15
15
Ports of the core of the script (only basic REST CRUD, no features) to other languages:
16
16
17
- - [ Java] ( https://github.com/mevdschee/java-crud-api )
18
- - [ Go] ( https://github.com/mevdschee/go-crud-api )
19
- - [ C# .net core] ( https://github.com/mevdschee/core-data-api )
17
+ - [ Java] ( https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java )
18
+ - [ Go] ( https://github.com/mevdschee/go-crud-api/blob/master/api.go )
19
+ - [ C# .net core] ( https://github.com/mevdschee/core-data-api/blob/master/Program.cs )
20
20
- [ PHP] ( https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php )
21
- - [ Node.js] ( https://github.com/mevdschee/js-crud-api )
21
+ - [ Node.js] ( https://github.com/mevdschee/js-crud-api/blob/master/app.js )
22
22
23
23
## Requirements
24
24
@@ -1041,7 +1041,7 @@ If it does not, something is wrong on your hosting environment.
1041
1041
1042
1042
## Composer Installation
1043
1043
1044
- - Include the library in your composer.json file:
1044
+ Include the library in your composer.json file:
1045
1045
1046
1046
``` json
1047
1047
{
@@ -1051,8 +1051,7 @@ If it does not, something is wrong on your hosting environment.
1051
1051
}
1052
1052
```
1053
1053
1054
- - Run ` composer install `
1055
- - Use the library in your own code:
1054
+ Run ` composer install ` and then to use the library in your own code like this:
1056
1055
1057
1056
``` php
1058
1057
<?php
You can’t perform that action at this time.
0 commit comments