PHPackages                             emadmohdev/bitly-shorten - 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. emadmohdev/bitly-shorten

ActiveLibrary

emadmohdev/bitly-shorten
========================

Shorten long urls by using Bitly Api

02PHP

Since Jul 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/EmadMohDev/bitly-shorten)[ Packagist](https://packagist.org/packages/emadmohdev/bitly-shorten)[ RSS](/packages/emadmohdev-bitly-shorten/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Bitly Shortner Package
==============================

[](#laravel-bitly-shortner-package)

Shorten long urls by using Bitly Api

INSTALLATION
------------

[](#installation)

Install the package through [Composer](http://getcomposer.org/).

`composer require darshphpdev/bitly-shortner`

CONFIGURATION
-------------

[](#configuration)

to make your own token to can use bitly api

```
php artisan vendor:publish --tag="bitlyconfig"
```

Quick Usage
-----------

[](#quick-usage)

```
// In your controller
// Use The Helper class Bitly to shorten urls
use Bitly;

return Bitly::shorten('https://www.youtube.com');
```

Credits
-------

[](#credits)

- [Emad Mohamed](https://github.com/EmadMohDev)

License
-------

[](#license)

The Http Client Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![EmadMohDev](https://avatars.githubusercontent.com/u/69079622?v=4)](https://github.com/EmadMohDev "EmadMohDev (2 commits)")

### Embed Badge

![Health badge](/badges/emadmohdev-bitly-shorten/health.svg)

```
[![Health](https://phpackages.com/badges/emadmohdev-bitly-shorten/health.svg)](https://phpackages.com/packages/emadmohdev-bitly-shorten)
```

PHPackages © 2026

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