PHPackages                             vulpecula-io/laravel-vatsense - 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. vulpecula-io/laravel-vatsense

AbandonedArchivedLibrary[API Development](/categories/api)

vulpecula-io/laravel-vatsense
=============================

 Use the vatsense api within Laravel applications.

v0.0.1(1y ago)0332MITPHPPHP ^8.1CI failing

Since Sep 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vulpecula-io/laravel-vatsense)[ Packagist](https://packagist.org/packages/vulpecula-io/laravel-vatsense)[ Docs](https://github.com/vulpecula-io/laravel-vatsense)[ RSS](/packages/vulpecula-io-laravel-vatsense/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

Use the vatsense api within Laravel applications.
=================================================

[](#use-the-vatsense-api-within-laravel-applications)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d1699a32a05d51f44a9415c65d0ed62331015bf0f59a22631b0d39cbb36bea0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76756c706563756c612d696f2f6c61726176656c2d76617473656e73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vulpecula-io/laravel-vatsense)[![GitHub Tests Action Status](https://camo.githubusercontent.com/776c8190ade6795984f6f04375b1dd07575140e24ff9e74e9d495149819ca172/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f76756c706563756c612d696f2f6c61726176656c2d76617473656e73652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/vulpecula-io/laravel-vatsense/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a97887c6e63f25e27d0d40dcb66c99d073be7135944f0bf65affda204f5307eb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f76756c706563756c612d696f2f6c61726176656c2d76617473656e73652f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/vulpecula-io/laravel-vatsense/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f1859730ed63cb430dfd1326683763160b3a753476fb0c23648104e5b4401206/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76756c706563756c612d696f2f6c61726176656c2d76617473656e73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vulpecula-io/laravel-vatsense)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/c43421935502d0e00e8501f83ab97f8bcafbcb0887a0163a71af929ee95aa75f/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d76617473656e73652e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-vatsense)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require vulpecula-io/laravel-vatsense
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-vatsense-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-vatsense-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-vatsense-views"
```

Usage
-----

[](#usage)

```
$vatsense = new Vulpecula\Vatsense();
echo $vatsense->echoPhrase('Hello, Vulpecula!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Richard Browne](https://github.com/vulpecula-io)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance41

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

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

610d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70c5b43f72ae4a8827a8a7fe719e133b89cddadc48f95345ccd5902e127387de?d=identicon)[rabrowne85](/maintainers/rabrowne85)

---

Top Contributors

[![rabrowne85](https://avatars.githubusercontent.com/u/8293543?v=4)](https://github.com/rabrowne85 "rabrowne85 (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelvulpecula-iolaravel-vatsense

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/vulpecula-io-laravel-vatsense/health.svg)

```
[![Health](https://phpackages.com/badges/vulpecula-io-laravel-vatsense/health.svg)](https://phpackages.com/packages/vulpecula-io-laravel-vatsense)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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