Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 681 Bytes

GuzzleClient

Guzzle Documentation

http://docs.guzzlephp.org/en/stable/index.html

Guzzle Installation

Use following command to install Guzzle with composer composer require guzzlehttp/guzzle

Read Data

Read XML data

Program : xmlfeedreader.php

This program will read xml feeds from http://sitepoint.com/feed

Testing of program

To test the program, clone / download this folder to your xampp or upload to hosting.

go to URL : http:///GuzzleClient/xmlfeedreader.php

insite the textbox, add url as http://sitepoint.com/feed

it will fetch the xml feeds from sitepoint.com

Read JSON Data

Program :

Testing of program