Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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