PHPackages                             fdevs/meta-page - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fdevs/meta-page

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fdevs/meta-page
===============

library for working with page meta data

1.2.0(9y ago)0901MITPHPPHP &gt;=5.5 | ~7.0

Since Jun 9Pushed 9y ago3 watchersCompare

[ Source](https://github.com/4devs/meta-page)[ Packagist](https://packagist.org/packages/fdevs/meta-page)[ Docs](https://github.com/4devs/MetaPage)[ RSS](/packages/fdevs-meta-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (8)Used By (1)

Meta Page Library
=================

[](#meta-page-library)

Documentation
-------------

[](#documentation)

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

[](#installation)

Download the library by running the command:

```
$ php composer.phar require fdevs/meta-page
```

Composer will install the bundle to your project's `vendor/fdevs` directory.

Usage
-----

[](#usage)

```
use FDevs\MetaPage\Type\NameType;
use FDevs\MetaPage\Type\PropertyType;
use FDevs\MetaPage\Renderer\PhpRenderer;
use FDevs\MetaPage\MetaFactory;
use FDevs\MetaPage\Type\ImageType;
use FDevs\MetaPage\Type\ListType;

$metaFactory = new MetaFactory();
$description = $metaFactory
    ->createBuilder(ListType::class)
    ->add(NameType::class, ['name' => 'description', 'content' => 'description'])
    ->add(NameType::class, ['name' => 'keywords', 'content' => 'keywords'])
    ->add(PropertyType::class, ['name' => 'locale', 'content' => 'ru'])
    ->getMeta()
;

$ogImage = $metaFactory->create(ImageType::class, [
    'content' => 'http://example.com/rock.jpg',
    'image_type' => 'image/jpg',
    'width' => 300,
    'height' => 300,
]);

$view = $metaFactory->createView($description);
$image = $metaFactory->createView($ogImage);

$renderer = new PhpRenderer();

echo $renderer->render($view); //
echo $renderer->render($image); //
```

License
-------

[](#license)

This library is under the MIT license. See the complete license in the Library:

```
LICENSE

```

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/4devs/meta-page/issues).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~72 days

Recently: every ~84 days

Total

7

Last Release

3564d ago

Major Versions

1.1.1 → 2.0.x-dev2016-03-28

PHP version history (3 changes)1.0.1PHP &gt;=5.4

2.0.x-devPHP &gt;=5.5

1.0.x-devPHP &gt;=5.5 | ~7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1908507?v=4)[andrey](/maintainers/andrey1s)[@andrey1s](https://github.com/andrey1s)

---

Top Contributors

[![andrey1s](https://avatars.githubusercontent.com/u/1908507?v=4)](https://github.com/andrey1s "andrey1s (6 commits)")

---

Tags

pagemeta

### Embed Badge

![Health badge](/badges/fdevs-meta-page/health.svg)

```
[![Health](https://phpackages.com/badges/fdevs-meta-page/health.svg)](https://phpackages.com/packages/fdevs-meta-page)
```

###  Alternatives

[eusonlito/laravel-meta

A package to manage Header Meta Tags

196525.1k2](/packages/eusonlito-laravel-meta)[beberlei/porpaginas

Library that generically solves several pagination issues with DAO/repository abstractions.

163612.6k11](/packages/beberlei-porpaginas)[zoha/laravel-meta

a package for working with models meta

236121.7k](/packages/zoha-laravel-meta)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k136](/packages/symfony-ai-platform)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17945.1k](/packages/outl1ne-nova-page-manager)[torann/laravel-meta-tags

A package to manage Header Meta Tags

65273.3k4](/packages/torann-laravel-meta-tags)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
