PHPackages                             mohcin/laravel-arabic-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mohcin/laravel-arabic-seo

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

mohcin/laravel-arabic-seo
=========================

A Laravel package for Arabic SEO optimization, including meta tags and slug generation

00PHPCI passing

Since May 25Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/MohcinBN/laravel-arabic-seo)[ Packagist](https://packagist.org/packages/mohcin/laravel-arabic-seo)[ RSS](/packages/mohcin-laravel-arabic-seo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Arabic SEO
==================

[](#laravel-arabic-seo)

A simple and powerful package for making your Laravel-based Arabic websites and applications SEO-friendly by providing Arabic meta tags and slug generation.

About
-----

[](#about)

This package helps you optimize your Arabic content for search engines by:

- Generating SEO-friendly Arabic slugs
- Managing Arabic meta tags (title, description, keywords)

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

[](#installation)

The package will be available on Packagist soon. For now, you can install it directly from GitHub:

```
composer require mohcin/laravel-arabic-seo
```

Usage
-----

[](#usage)

Here's a quick example of how to use the package:

```
use ArabicSeo\Seo\Facades\Seo;

// Generate an Arabic-friendly slug
$slug = Seo::generateSlug('السلام عليكم');

// Generate meta tags
$meta = Seo::meta([
    'title' => 'السلام عليكم',
    'description' => 'وصف الموقع',
    'keywords' => 'قم بتحسين محرك البحث الخاص بموقعك/تطبيقك على لارافيل باستخدام حزمة تحسين محركات البحث العربية هذه',
    'robotsMeta' => Seo::generateRobotsMeta('noindex, nofollow', false), // use true as a second parameter to hide robots meta
]);
```

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

[](#contributing)

Contributions are welcome! Feel free to submit a Pull Request.

Testing
-------

[](#testing)

Run the test suite:

```
./vendor/bin/phpunit
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8c02a8943e843a1ecd9a4fd602b53380de98288694c8fff451b9e3ab284c0b3?d=identicon)[mohcinbn](/maintainers/mohcinbn)

---

Top Contributors

[![MohcinBN](https://avatars.githubusercontent.com/u/11162382?v=4)](https://github.com/MohcinBN "MohcinBN (15 commits)")[![MohcinBoounouara](https://avatars.githubusercontent.com/u/127089731?v=4)](https://github.com/MohcinBoounouara "MohcinBoounouara (2 commits)")

### Embed Badge

![Health badge](/badges/mohcin-laravel-arabic-seo/health.svg)

```
[![Health](https://phpackages.com/badges/mohcin-laravel-arabic-seo/health.svg)](https://phpackages.com/packages/mohcin-laravel-arabic-seo)
```

###  Alternatives

[kartik-v/yii2-widget-switchinput

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes &amp; radios as toggle switchinputes (sub repo split from yii2-widgets)

384.4M13](/packages/kartik-v-yii2-widget-switchinput)[magenerds/germanlaw

This module provides general settings for german stores

2178.6k](/packages/magenerds-germanlaw)

PHPackages © 2026

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