PHPackages                             donetechno/dynamic-links-php5.6 - 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. donetechno/dynamic-links-php5.6

ActiveLibrary

donetechno/dynamic-links-php5.6
===============================

Firebase Dynamic Links for Php and Laravel

1.0.0(5y ago)06MITPHP

Since Jul 25Pushed 5y agoCompare

[ Source](https://github.com/pyxis-studio/dynamic-links-php5.6)[ Packagist](https://packagist.org/packages/donetechno/dynamic-links-php5.6)[ RSS](/packages/donetechno-dynamic-links-php56/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Create Firebase Dynamic Links from Php and Laravel

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

\### Php Install

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

\### 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 `config/app.php`

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

- 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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

Unknown

Total

1

Last Release

1977d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/7fb7542e0b3271fe734e02c2b08f4249b373878ad683801e11d2e5d10a36b00f?d=identicon)[LDGAUMONT](/maintainers/LDGAUMONT)

---

Top Contributors

[![francisgauthier1](https://avatars.githubusercontent.com/u/112140198?v=4)](https://github.com/francisgauthier1 "francisgauthier1 (3 commits)")[![yedincisenol](https://avatars.githubusercontent.com/u/5055288?v=4)](https://github.com/yedincisenol "yedincisenol (3 commits)")

---

Tags

phplaravelfirebasephp firebasedynamic-linksfirebase dynamic-links

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[yedincisenol/dynamic-links

Firebase Dynamic Links for Php and Laravel

27534.6k](/packages/yedincisenol-dynamic-links)[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[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)

PHPackages © 2026

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