/guzzle-docs

Documentation for Guzzle

Primary LanguagePythonMIT LicenseMIT

Guzzle Documentation

Documentation for Guzzle, the RESTful web service client framework for PHP.

Building the documentation

The documentation is written in reStructuredText and can be built using Sphinx.

  1. pip install -r requirements.txt
  2. Make the HTML documentation: make html