PHPackages                             smart-cms/seo - 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. smart-cms/seo

ActiveLibrary

smart-cms/seo
=============

This is my package seo

v1.0.4(10mo ago)03851MITPHPPHP ^8.2CI passing

Since Jun 30Pushed 9mo agoCompare

[ Source](https://github.com/Smart-CMS/seo)[ Packagist](https://packagist.org/packages/smart-cms/seo)[ Docs](https://github.com/smart-cms/seo)[ RSS](/packages/smart-cms-seo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (6)Used By (1)

This is my package seo
======================

[](#this-is-my-package-seo)

[![Latest Version on Packagist](https://camo.githubusercontent.com/56a4e94b2505c8df2155a612de566074e78e69242931d6be78989fefebe8cad3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d6172742d636d732f73656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-cms/seo)[![GitHub Tests Action Status](https://camo.githubusercontent.com/30845385e511e316d122c18188dfa4866ead53c66c17ccd65ed5d5c81e34bea0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d636d732f73656f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/smart-cms/seo/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7f3d1884f4c182a73c57ba1d1813e0b9f6e02936f0c35c7c22af65f2d18956aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d636d732f73656f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/smart-cms/seo/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7c62125e7ff335ea7c9e4031a80dc81afba2e97aad27aeb7518ec3a151ca7f00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d6172742d636d732f73656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-cms/seo)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require smart-cms/seo
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="seo-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="seo-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="seo-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$seo = new SmartCms\Seo();
echo $seo->echoPhrase('Hello, SmartCms!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [maxboyko](https://github.com/smart-cms)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance55

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~2 days

Total

5

Last Release

312d ago

PHP version history (2 changes)v1.0.0PHP ^8.3

v1.0.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/91ce18980be3db08a832b33c12273dcd9687bb699fcaf85c850ac3026112062f?d=identicon)[Smart-CMS](/maintainers/Smart-CMS)

---

Top Contributors

[![MaxBoiko21](https://avatars.githubusercontent.com/u/92517114?v=4)](https://github.com/MaxBoiko21 "MaxBoiko21 (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![Smart-CMS](https://avatars.githubusercontent.com/u/206040389?v=4)](https://github.com/Smart-CMS "Smart-CMS (1 commits)")

---

Tags

laravelseosmart-cms

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/smart-cms-seo/health.svg)

```
[![Health](https://phpackages.com/badges/smart-cms-seo/health.svg)](https://phpackages.com/packages/smart-cms-seo)
```

###  Alternatives

[outerweb/filament-translatable-fields

Filament integration for spatie/laravel-translatable

3582.9k8](/packages/outerweb-filament-translatable-fields)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[cmsmaxinc/filament-system-versions

A comprehensive Filament plugin that provides real-time visibility into all package versions within your Filament PHP application. This essential developer tool creates a centralized dashboard where you can instantly view, monitor, and track the current versions of all installed packages in your project and what the latest version is.

1325.6k](/packages/cmsmaxinc-filament-system-versions)

PHPackages © 2026

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