All Projects → incarnate → Curl To Php

incarnate / Curl To Php

Licence: mit
Convert curl commands to PHP code in your browser

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Curl To Php

go-axios
HTTP Request package for golang.
Stars: ✭ 29 (-90.07%)
Mutual labels:  curl
request-extra
⚡️ Extremely stable HTTP request module built on top of libcurl with retries, timeouts and callback API
Stars: ✭ 14 (-95.21%)
Mutual labels:  curl
Host
Expose your LocalHost with this tool
Stars: ✭ 268 (-8.22%)
Mutual labels:  curl
crsync
A library and CLI tool of Client-side rsync over HTTP via curl, implemented by pure C.
Stars: ✭ 21 (-92.81%)
Mutual labels:  curl
yab
Call and benchmark YARPC services from the command line.
Stars: ✭ 66 (-77.4%)
Mutual labels:  curl
Cake.Curl
🍰↕️ A cross-platform add-in for Cake that allows to transfer files to and from remote URLs using curl.
Stars: ✭ 17 (-94.18%)
Mutual labels:  curl
dePAC
seamless Proxy Auto-Config (a.k.a. Web Proxy Auto Discovery) for CLI apps
Stars: ✭ 26 (-91.1%)
Mutual labels:  curl
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+986.99%)
Mutual labels:  curl
MultiHttp
This is a high performance , very useful multi-curl tool written in php. 一个超级好用的并发CURL工具!!!(httpful,restful, concurrency)
Stars: ✭ 79 (-72.95%)
Mutual labels:  curl
Curl Cheat Sheet
A single page document with the most important curl options for HTTP explained
Stars: ✭ 262 (-10.27%)
Mutual labels:  curl
dockerfiles
Dockerfiles everywhere 🐳
Stars: ✭ 17 (-94.18%)
Mutual labels:  curl
diciotto
✈️ A no-nonsense PHP Http client focused on DX (PSR 18 compliant)
Stars: ✭ 23 (-92.12%)
Mutual labels:  curl
Graphqurl
curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
Stars: ✭ 3,012 (+931.51%)
Mutual labels:  curl
gogs-bash
Bash Script for Interacting with the GOGS API
Stars: ✭ 31 (-89.38%)
Mutual labels:  curl
Requester
Powerful, modern HTTP/REST client built on top of the Requests library
Stars: ✭ 273 (-6.51%)
Mutual labels:  curl
cibase
This is a toolkit for CI/CD provided by Choerodon.
Stars: ✭ 12 (-95.89%)
Mutual labels:  curl
Auto LFI
A simple Script which tests for LFI (Local File Inclusion) via Curl
Stars: ✭ 17 (-94.18%)
Mutual labels:  curl
Insomnia
The open-source, cross-platform API client for GraphQL, REST, and gRPC.
Stars: ✭ 18,969 (+6396.23%)
Mutual labels:  curl
Curl
Curl
Stars: ✭ 284 (-2.74%)
Mutual labels:  curl
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+894.18%)
Mutual labels:  curl

Curl-to-PHP

Curl-to-PHP is a tool to instantly convert curl commands to PHP code in the browser. It does not guarantee high-fidelity conversions, but it's good enough for most API docs that have curl samples.

This is a derivitive of curl-to-Go, which converts curl to a Go.

Try it

Check it out! It works inside your browser. Just give the code a once-over since you may want to improve the error handling.

FAQ

Does any curl command work?

Any curl command should work, but only certain flags are understood and converted into PHP code. The rest of the flags will be ignored.

Which kinds of curl commands are understood?

Mostly simple HTTP commands (headers, basic auth, body, etc).

Will you consider supporting this-or-that flag?

curl has like a bajillion options, so don't expect all of them to be implemented; just the most common/important ones to stub out code from API samples and docs, etc. But feel free to open an issue or submit a pull request!

Credits

Curl-to-PHP is brought to you by John C (@incarnated), based on the work of Matt Holt (mholt6).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].