Gib*_*boK 2 javascript php rest nette
Nette PHP框架是否适合在PHP中创建RESTful API(对于客户端JavaScript应用程序),我找不到合适的文档 IAuthenticator
SimpleAuthetication.我很久以前就用过drahak/Restful.最后一次提交是2个月前,所以你不应该有任何问题.它为您提供了更高级的路由器,OAuth2和其他工具,可帮助您构建API.
$router[] = new CrudRoute('api/v1/<presenter>/<id>/[<relation>[/<relationId>]]', 'Articles');
Run Code Online (Sandbox Code Playgroud)
还有关于#posobota的研讨会.来自API研讨会的资源可以在GitHub上的fprochazka/workshop-rest-api-sandbox存储库中找到.
如果它适合您,请告诉我!