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:
1414
1515Ports of the core of the script (only basic REST CRUD, no features) to other languages:
1616
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 )
2020 - [ 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 )
2222
2323## Requirements
2424
@@ -1041,7 +1041,7 @@ If it does not, something is wrong on your hosting environment.
10411041
10421042## Composer Installation
10431043
1044- - Include the library in your composer.json file:
1044+ Include the library in your composer.json file:
10451045
10461046``` json
10471047{
@@ -1051,8 +1051,7 @@ If it does not, something is wrong on your hosting environment.
10511051}
10521052```
10531053
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:
10561055
10571056``` php
10581057<?php
You can’t perform that action at this time.
0 commit comments