Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的 RESTful 项目使用 PHP Slim 框架。
我想知道是否有可能以某种方式获取向 Slim 注册的所有回调的列表,以便获得应用程序可用的所有 REST 资源的列表?
我认为这将涉及某种预编译,但我不知道该怎么做。
我还没有使用过 Slim 框架(看起来很令人兴奋,感谢您的指点),但我最好的猜测是使用 PHPDocumentor 生成有关您的休息端点的文档。
您可以在phpdocumentor 网站上找到它