https://github.com/lablnet/php-url
A PHP Class to parse and manipulate URLs
https://github.com/lablnet/php-url
author capture description free get-position images keywords manipulating-urls metas nodes php php-url screenshot title url url-handler validate-urls
Last synced: 5 months ago
JSON representation
A PHP Class to parse and manipulate URLs
- Host: GitHub
- URL: https://github.com/lablnet/php-url
- Owner: lablnet
- License: mit
- Created: 2018-01-26T10:11:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T06:58:35.000Z (over 7 years ago)
- Last Synced: 2025-07-10T16:46:33.209Z (6 months ago)
- Topics: author, capture, description, free, get-position, images, keywords, manipulating-urls, metas, nodes, php, php-url, screenshot, title, url, url-handler, validate-urls
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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