PHPackages                             yedincisenol/dynamic-links - 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. [API Development](/categories/api)
4. /
5. yedincisenol/dynamic-links

ActiveLibrary[API Development](/categories/api)

yedincisenol/dynamic-links
==========================

Firebase Dynamic Links for Php and Laravel

v2.0.1(2mo ago)27534.6k↑65.8%16MITPHPPHP &gt;=7.1CI failing

Since Sep 28Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/yedincisenol/dynamic-links)[ Packagist](https://packagist.org/packages/yedincisenol/dynamic-links)[ RSS](/packages/yedincisenol-dynamic-links/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (9)Used By (0)

![Travis](https://camo.githubusercontent.com/1ac1d0fda21891606669d54635e2169bf450deac398362d74c0586f8ed8fb855/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f796564696e636973656e6f6c2f64796e616d69632d6c696e6b732e7376673f7374796c653d666f722d7468652d6261646765)![Packagist](https://camo.githubusercontent.com/80ef97e32b3a7ea37b19b07cbc53cd5887f96706369dfae5a873088d2931126e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f796564696e636973656e6f6c2f64796e616d69632d6c696e6b732e7376673f7374796c653d666f722d7468652d6261646765)![Packagist](https://camo.githubusercontent.com/42fe90be35ec29754c922c7b4a09398bf97c4915e2ce7da57a1edc3ce73e884e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796564696e636973656e6f6c2f64796e616d69632d6c696e6b732e7376673f7374796c653d666f722d7468652d6261646765)![Packagist](https://camo.githubusercontent.com/720976767022e1b09cf41638589c2cca2cb215a9ae07bbb9f840dd289300af10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f796564696e636973656e6f6c2f64796e616d69632d6c696e6b732e7376673f7374796c653d666f722d7468652d6261646765)

Create Firebase Dynamic Links from Php and Laravel

- [Php Installation](#php-install)
- [Configuration](#php-config)
- [ Laravel Installation](#laravel-install)
- [Usage examples](#usage)

###  Php Install

[](#-php-install)

```
composer require "yedincisenol/dynamic-links"
```

###  Php Config

[](#-php-config)

```
$dynamicLink = new yedincisenol\DynamicLinks\DynamicLinks([
    'api_key'               =>  'apiKeyFromFirebaseProject',
    'dynamic_link_domain'   =>  'dynami-domain-from-dynamic-links.goo.gl
]);

```

###  Laravel Install

[](#-laravel-install)

- Add composer

```
composer require "yedincisenol/dynamic-links"
```

- Add service provider (For Laravel 5.6 before) `config/app.php`

```
'providers' => [
    yedincisenol\DynamicLinks\LaravelServiceProvider::class
],
```

- Fill Environments

> copy theese parameters to your project .env and fill

```
FIREBASE_API_KEY=
FIREBASE_DYNAMIC_LINKS_DOMAIN=

```

- Laravel Usage

```
$link = new yedincisenol\DynamicLinks\DynamicLink('http://yeni.co/');
$shortLink = $dynamicLink->create($link, 'UNGUESSABLE');

```

- Publish Config file Publish Config for Laravel

```
php artisan vendor:publish --tag=dynamic-links

```

###  Usage

[](#-usage)

```
$dynamicLink = new yedincisenol\DynamicLinks\DynamicLinks([
    'api_key'               =>  $apiKey,
    'dynamic_link_domain'   =>  $dynamicLinkDomain
]);

$link = new yedincisenol\DynamicLinks\DynamicLink('http://yeni.co/');
$shortLink = $dynamicLink->create($link, 'UNGUESSABLE');
```

> Advanced usage: example.php

###  Test

[](#-test)

Run

```
phpunit

```

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance83

Actively maintained with recent releases

Popularity50

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~511 days

Recently: every ~691 days

Total

7

Last Release

88d ago

Major Versions

1.2.4 → v2.0.02021-01-07

PHP version history (2 changes)1.1.0PHP &gt;=7.0

v2.0.1PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f2f1188835c94cb8d324ffd9484a9de06be55fcfc67d7785c0d1d782d272cd6?d=identicon)[yedincisenol](/maintainers/yedincisenol)

---

Top Contributors

[![yedincisenol](https://avatars.githubusercontent.com/u/5055288?v=4)](https://github.com/yedincisenol "yedincisenol (34 commits)")[![Quezler](https://avatars.githubusercontent.com/u/3179271?v=4)](https://github.com/Quezler "Quezler (1 commits)")

---

Tags

firebasefirebase-dynamic-linkslaravellaravel-packagelaravel-packagesphpphplaravelfirebasephp firebasedynamic-linksfirebase dynamic-links

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yedincisenol-dynamic-links/health.svg)

```
[![Health](https://phpackages.com/badges/yedincisenol-dynamic-links/health.svg)](https://phpackages.com/packages/yedincisenol-dynamic-links)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[madeitbelgium/wordpress-php-sdk

WordPress Laravel PHP SDK

4422.9k1](/packages/madeitbelgium-wordpress-php-sdk)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)

PHPackages © 2026

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