PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Screenshot URL Handler   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Screenshot URL Handler
Manipulate URLs and capture a screenshot of a page
Author: By
Last change: Update README.md
Date: 6 years ago
Size: 519 bytes
 

Contents

Class file image Download

PHP-URL

A PHP Class to parse and manipulate URLs

This package can manipulate URLs and capture a screenshot of a page.

It can perform several operations with URLs like:

  • Cenerate the slug part from a text string
  • Retrieve the contents of the respective page
  • Extract the page title, meta description, keywords, images
  • Capture a screenshot using the Google Page Speed API
  • Check url is exists or not
  • This class use CURL so `allow_url_fopen = off ` is best for security `on` is not required