Limit this search to....

Web Scraping with PHP, 2nd Edition: A php[architect] guide
Contributor(s): Ramsey, Ben (Foreword by), Merida, Oscar (Editor), Turland, Matthew (Author)
ISBN: 1940111676     ISBN-13: 9781940111674
Publisher: PHP[Architect]
OUR PRICE:   $22.80  
Product Type: Paperback
Published: August 2019
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Php
Physical Information: 0.4" H x 7.52" W x 9.25" (0.73 lbs) 188 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Learn how to automate the Web with PHP.Are you integrating with another web site but an API is not available? Does their API not provide what you need? Web scraping is a time-honored technique for collecting the information you need from a web page. In this book, you'll learn the various tools and libraries available in PHP to retrieve, parse, and extract data from HTML.The Web has come a long way in the last ten years. Web Scraping with PHP, 2nd Edition includes updates to the techniques of the first edition to account for modern PHP 7 based libraries written to more easily interact with web data. Whether you use plain PHP with cURL or a popular framework like Zend Framework or Symfony, this book is full of examples showing how to use the classes and functions available. Topics covered include:
  • HTTP requests and responses
  • PHP's HTTP Stream wrapper
  • Using the cURL extension
  • Working with the pecl_http extension
  • Parsing responses with Guzzle
  • Zend Framework's HTTP classes
  • An overview of Symfony's libraries for web automation
  • Writing a client from scratch
  • Extensions for parsing and tidying XML and HTML
  • Using regular expressions
  • ... and more. Written by PHP professional Matthew Turland, this book builds on his expertise in creating custom web clients.