A Paw Extension that generates PHP code for the cURL library.
Easily install this Paw Extension: Install PHP + cURL Code Generator
If you want to contribute, this is how to build the extension and install it to your Paw settings:
yarn install # or npm install
make install
To make a distributable archive:
make clean && make archive
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2014-2018 Paw
See Contributors. Originally created by Quentin Rousseau (@kwent).
- Mustache.js, also released under the MIT License