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(4mo ago)27639.1k↓11.7%16MITPHPPHP &gt;=7.1CI failing

Since Sep 28Pushed 4mo 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 3d 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

55

—

FairBetter than 97% of packages

Maintenance75

Regular maintenance activity

Popularity51

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

134d 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://avatars.githubusercontent.com/u/5055288?v=4)[İbrahim Ş. Örencik](/maintainers/yedincisenol)[@yedincisenol](https://github.com/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.7k9.5M89](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74331.3k1](/packages/mozex-anthropic-laravel)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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