PHPackages                             azzarip/teavel - 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. [Framework](/categories/framework)
4. /
5. azzarip/teavel

ActiveLibrary[Framework](/categories/framework)

azzarip/teavel
==============

Open Source CRM and Automation tool, using Laravel and Filament.

1.0.4(2y ago)4567[1 PRs](https://github.com/azzarip/teavel/pulls)MITPHPPHP ^8.1

Since Feb 8Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/azzarip/teavel)[ Packagist](https://packagist.org/packages/azzarip/teavel)[ Docs](https://github.com/azzarip/teavel)[ GitHub Sponsors](https://github.com/azzarip)[ RSS](/packages/azzarip-teavel/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (14)Versions (7)Used By (0)

Open Source CRM and Automation tool, using Laravel and Filament.
================================================================

[](#open-source-crm-and-automation-tool-using-laravel-and-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b497e5c98fe2a42e94753d18ed653369d7ba2ca5d2693f067c406f5c9955a550/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617a7a617269702f74656176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/azzarip/teavel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7642964ef30cc9cf07a25770f57e0d842f032a3d8deaed0fa664421f3febc12e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617a7a617269702f74656176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/azzarip/teavel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/19b738e0510881381b24d3d5ffe2d58a99a89374352d70103fff486094404b49/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617a7a617269702f74656176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/azzarip/teavel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/fb58acd03a676468e731c0ce8acefeaba56e7f0a6238c7c1f47e14d8b12ea8f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617a7a617269702f74656176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/azzarip/teavel)

Open Source CRM and Automation Tool for handling landing page forms and contacts with possible leads and clients.

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

[](#installation)

You can install the package via composer:

```
composer require azzarip/teavel
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="teavel-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="teavel-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$teavel = new Azzarip\Teavel();
echo $teavel->echoPhrase('Hello, Azzarip!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Paride Azzari](https://github.com/azzarip)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

875d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/552b5aa7ab775f5b73ebfd340bfbf922af893a120a4a97dc5abdf0ac7b116840?d=identicon)[azzarip](/maintainers/azzarip)

---

Top Contributors

[![azzarip](https://avatars.githubusercontent.com/u/116155557?v=4)](https://github.com/azzarip "azzarip (441 commits)")

---

Tags

laravelazzaripteavel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/azzarip-teavel/health.svg)

```
[![Health](https://phpackages.com/badges/azzarip-teavel/health.svg)](https://phpackages.com/packages/azzarip-teavel)
```

###  Alternatives

[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k36](/packages/spatie-laravel-passkeys)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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