Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gimler/guzzle-docs
- Owner: gimler
- License: mit
- Created: 2012-04-18T14:22:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-17T09:49:19.000Z (over 12 years ago)
- Last Synced: 2023-03-11T02:52:47.270Z (over 1 year ago)
- Language: Python
- Homepage: http://guzzlephp.org/
- Size: 405 KB
- Stars: 2
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``