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

[bassjobsen/bootstrap-3-typeahead

Bootstrap 3 Typeahead

1.7k272.5k4](/packages/bassjobsen-bootstrap-3-typeahead)[cornford/googlmapper

An easy way to integrate Google Maps with Laravel.

457447.9k4](/packages/cornford-googlmapper)[garoevans/php-enum

Convenient way to always have an Enum object available and utilise Spl Types if available.

19158.8k5](/packages/garoevans-php-enum)[rabbit-converter/rabbit-php

Another Zawgyi &lt;=&gt; Unicode Converter

2913.6k](/packages/rabbit-converter-rabbit-php)

PHPackages © 2026

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