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.
我想向没有 API 端点的 web 应用创建发布请求。
我希望能够登录、获取数据和发布数据。我刚刚偶然发现了 GuzzleHttp,但仅 HTTP 就很难。webapp 是一个 laravel 应用程序。我怎样才能做到这一点?或者有没有优雅的方式来做到这一点?
试试痛风。它在底层使用 Guzzle,但提供了更高级别的接口来处理网站。