Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckymarmot/paw-phpcurlcodegenerator
A Paw Extension to generate client code for PHP using the cURL library.
https://github.com/luckymarmot/paw-phpcurlcodegenerator
curl http http-client paw-extension php php-curl php7
Last synced: 14 days ago
JSON representation
A Paw Extension to generate client code for PHP using the cURL library.
- Host: GitHub
- URL: https://github.com/luckymarmot/paw-phpcurlcodegenerator
- Owner: luckymarmot
- License: mit
- Created: 2014-12-02T10:13:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T20:13:18.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T11:42:18.240Z (2 months ago)
- Topics: curl, http, http-client, paw-extension, php, php-curl, php7
- Language: JavaScript
- Size: 63.5 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/luckymarmot/Paw-PHPcURLCodeGenerator.svg?branch=master)](https://travis-ci.org/luckymarmot/Paw-PHPcURLCodeGenerator)
# PHP + cURL Code Generator (Paw Extension)
A [Paw Extension](http://luckymarmot.com/paw/extensions/) that generates PHP code for the [cURL](http://php.net/manual/en/book.curl.php) library.
## Installation
Easily install this Paw Extension: [Install PHP + cURL Code Generator](http://luckymarmot.com/paw/extensions/PHPcURLCodeGenerator)
## Contributing
If you want to contribute, this is how to build the extension and install it to your Paw settings:
```shell
yarn install # or npm install
make install
```To make a distributable archive:
```shell
make clean && make archive
```## License
This Paw Extension is released under the [MIT License](LICENSE). Feel free to fork, and modify!
Copyright © 2014-2018 Paw
## Contributors
See [Contributors](https://github.com/luckymarmot/Paw-PHPcURLCodeGenerator/graphs/contributors).
Originally created by Quentin Rousseau ([@kwent](https://github.com/kwent)).## Credits
* [Mustache.js](https://github.com/janl/mustache.js/), also released under the MIT License