Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 445 Bytes

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