PHPackages                             sohibd/laravelslug - 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. sohibd/laravelslug

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

sohibd/laravelslug
==================

make easy bangla and english slug with utf-8 standard format

v1.0.1(3y ago)46692MITPHP

Since Aug 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zahidul1994/laravelslug-package)[ Packagist](https://packagist.org/packages/sohibd/laravelslug)[ RSS](/packages/sohibd-laravelslug/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Bangla Slug Package
---------------------------

[](#laravel-bangla-slug-package)

[![Latest Version](https://camo.githubusercontent.com/13d158acb664693b459cc1158cdbb8780bd0464cb07170621f62a50bbd62f5d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7a61686964756c313939342f6c61726176656c736c75672d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/zahidul1994/laravelslug-package/releases)[![GitHub issues](https://camo.githubusercontent.com/becc2479af7e3cdcebe4ff8faa08e255a4369ae6b096725520f42f097d2ede72/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7a61686964756c313939342f6c61726176656c736c75672d7061636b616765)](https://github.com/zahidul1994/laravelslug-package/issues)[![GitHub forks](https://camo.githubusercontent.com/48974a59e2bcd9bd5bc3a3b9e09aaaa6d7d52ce1aed5853329f0e9af343bd367/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f7a61686964756c313939342f6c61726176656c736c75672d7061636b616765)](https://github.com/zahidul1994/laravelslug-package/network)[![GitHub stars](https://camo.githubusercontent.com/83446076c94d0a12d6a59c4ca2efcf15548c9edcbdf3d75c100d19b68f434701/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7a61686964756c313939342f6c61726176656c736c75672d7061636b616765)](https://github.com/zahidul1994/laravelslug-package/stargazers)

Installation
============

[](#installation)

1. Install the package via Composer:

    ```
    $ composer require sohibd/laravelslug
    ```

    The package will automatically register its service provider.
2. Optionally, publish the configuration file if you want to change any defaults:

    ```
    php artisan vendor:publish --provider="Sohibd\Laravelslug\SlugServiceProvider"
    ```
3. Updating your Controllers

```
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Sohibd\Laravelslug\Generate;
use App\Http\Controllers\Controller;

class YourController extends Controller
{
   public function store(Request $request){

    YourModel::Create([
        'title'=>$request->title,
        //for bangla or other language
        'slug'=> Generate::Slug($request->title),
      //for specific Language
        'slug'=> Generate::Enslug($request->title),
        //or Bangla

          //or Arabic
         'slug'=> Generate::Abslug($request->title),

        'slug'=> Generate::Bnslug($request->title),

       //or Hindi
        'slug'=> Generate::Hnslug($request->title),

         //or Urdu
         'slug'=> Generate::Udslug($request->title),
    ]);

    }

}
```

\#development Some site with this package

```
https://www.sohibd.com
https://www.bikebd.com
```

4 Test

php artisan serve

```
http://127.0.0.1:8000/makesulg
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1365d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/488c5669e7261d671e05e81450b350fafd908ae8174a69a3c9295a25f4057a71?d=identicon)[zahidul1994](/maintainers/zahidul1994)

---

Top Contributors

[![zahidul1994](https://avatars.githubusercontent.com/u/32110153?v=4)](https://github.com/zahidul1994 "zahidul1994 (10 commits)")

### Embed Badge

![Health badge](/badges/sohibd-laravelslug/health.svg)

```
[![Health](https://phpackages.com/badges/sohibd-laravelslug/health.svg)](https://phpackages.com/packages/sohibd-laravelslug)
```

###  Alternatives

[tritum/form-element-linked-checkbox

Adds a new form element which allows the editor to create a checkbox with a linked label text. This is an extension for TYPO3 CMS.

28683.8k](/packages/tritum-form-element-linked-checkbox)

PHPackages © 2026

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