PHPackages                             shevabam/php-extract-meta-url - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. shevabam/php-extract-meta-url

ActiveLibrary[Image &amp; Media](/categories/media)

shevabam/php-extract-meta-url
=============================

Extract title, description, keywords, image, favicon and RSS from URL

2.2.0(9mo ago)3661GPL-3.0-onlyPHPPHP &gt;=7.4

Since Nov 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/shevabam/php-extract-meta-url)[ Packagist](https://packagist.org/packages/shevabam/php-extract-meta-url)[ Docs](https://github.com/shevabam/php-extract-meta-url)[ RSS](/packages/shevabam-php-extract-meta-url/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)DependenciesVersions (9)Used By (0)

PHP Extract Meta URL
====================

[](#php-extract-meta-url)

**PHP Extract Meta URL** is a very simple library allowing to obtain various information of a Web site from its URL:

- title
- description
- keywords
- image
- favicon
- RSS feeds
- Twitter card data

Requirements
------------

[](#requirements)

- PHP 7.4+
- PHP cURL extension
- PHP json extension

Installation
------------

[](#installation)

With Composer, run this command:

```
composer require shevabam/php-extract-meta-url

```

Usage
-----

[](#usage)

Simple example:

```
