Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gimler/guzzle-docs

Documentation for Guzzle
https://github.com/gimler/guzzle-docs

Last synced: 6 days ago
JSON representation

Documentation for Guzzle

Awesome Lists containing this project

README

        

Guzzle Documentation
====================

Documentation for [Guzzle](https://github.com/guzzle/guzzle), the RESTful web service client framework for PHP.

Building the documentation
--------------------------

The documentation is written in [reStructuredText](http://docutils.sourceforge.net/rst.html) and can be built using [Sphinx](http://sphinx.pocoo.org/).

1. Install sphinx: ``easy_install sphinx``
2. Make the HTML documentation: ``make html``