PHPackages                             davoodjavadi/cta-records - 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. davoodjavadi/cta-records

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

davoodjavadi/cta-records
========================

records clicks of cta buttons

02PHP

Since Dec 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/davoodjavadi/CtaRecords)[ Packagist](https://packagist.org/packages/davoodjavadi/cta-records)[ RSS](/packages/davoodjavadi-cta-records/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Cta Records In Laravel Project

Dynamically record clicks on call-to-action buttons in Laravel.

By installing this package, all `` tags that include the `href="tel:"` attribute will be stored in the database when clicked by the user, with that number and address of the current page.

\###Installation

1. First by Composer:

```
$ composer require davoodjavadi/cta-records
```

2. After add the ServiceProvider to the providers array in config/app.php:

```
davoodjavadi\ctaRecords\CtaRecordsProvider::class,
```

3. And Add this to your aliases:

```
'CtaRecords' => davoodjavadi\ctaRecords\CtaRecordsFacade::class,
```

4. After to publish use:

```
php artisan vendor:publish --provider="davoodjavadi\ctaRecords\CtaRecordsProvider"
```

5. Now Run:

```
$ php artisan migrate
```

6. Finally, place the `views\ctaRecods\script` codes next to your own codes.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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/0a4cd8ad9f7d3859bdd46246dd263b5d0dd26f2b1a3c1d6aaddaba2cfb3f8de5?d=identicon)[davoodjavadi](/maintainers/davoodjavadi)

---

Top Contributors

[![davoodjavadi](https://avatars.githubusercontent.com/u/72445722?v=4)](https://github.com/davoodjavadi "davoodjavadi (5 commits)")

### Embed Badge

![Health badge](/badges/davoodjavadi-cta-records/health.svg)

```
[![Health](https://phpackages.com/badges/davoodjavadi-cta-records/health.svg)](https://phpackages.com/packages/davoodjavadi-cta-records)
```

###  Alternatives

[hidehalo/emoji

filtes emoji symbols for you

31154.7k](/packages/hidehalo-emoji)[jxlwqq/data-table

dataTable for laravel-admin

3256.1k](/packages/jxlwqq-data-table)[pantheon-systems/wordpress-composer

WordPress for Pantheon with a composer.json file.

13127.3k7](/packages/pantheon-systems-wordpress-composer)[jackbayliss/livewire-select2

Simple to use Livewire component for Select2

162.5k](/packages/jackbayliss-livewire-select2)

PHPackages © 2026

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