PHPackages                             tepuilabs/simple-crm - 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. tepuilabs/simple-crm

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

tepuilabs/simple-crm
====================

simple-crm

v5.0.0(3y ago)31323[2 PRs](https://github.com/TepuiLABS/simple-crm/pulls)MITPHPPHP ^8.1CI passing

Since Jan 23Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/TepuiLABS/simple-crm)[ Packagist](https://packagist.org/packages/tepuilabs/simple-crm)[ Docs](https://github.com/tepuilabs/simple-crm)[ RSS](/packages/tepuilabs-simple-crm/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (12)Versions (12)Used By (0)

 [![](simple-crm.png)](simple-crm.png)

simple-crm
==========

[](#simple-crm)

[![Latest Version on Packagist](https://camo.githubusercontent.com/83be11db864a784ce67e3e840f0b9e2468e6cf8218e7cf26e1a8d148c0f0bc6b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74657075696c6162732f73696d706c652d63726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tepuilabs/simple-crm)[![Tests](https://github.com/TepuiLABS/simple-crm/workflows/Tests/badge.svg)](https://github.com/TepuiLABS/simple-crm/workflows/Tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/9f3523b071181b8f28bd4f2b038c297d5935b55c6af5966763fb9cf9c2349685/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74657075696c6162732f73696d706c652d63726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tepuilabs/simple-crm)

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

[](#installation)

You can install the package via composer:

```
composer require tepuilabs/simple-crm
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="simple-crm-migrations"
php artisan migrate
```

Usage
-----

[](#usage)

This package uses a polymorphic relationship to associate the Items model with the model of your choice, the only thing you have to do is add this to the model you want to use:

```
public function notes(): MorphMany
{
    return $this->morphMany(\Tepuilabs\SimpleCrm\Models\Note::class, 'author');
}
```

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)

- [angel cruz](https://github.com/abr4xas)
- [All Contributors](../../contributors)

This project is based on [Improving Our Laravel Nova CRM](https://www.nick-basile.com/blog/post/improving-our-laravel-nova-crm/).

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance48

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 86.2% 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 ~77 days

Recently: every ~148 days

Total

9

Last Release

1317d ago

Major Versions

v1.1.0 → v2.0.02021-01-24

v2.2.0 → v3.0.02022-04-01

v3.0.0 → v4.0.02022-07-23

v4.0.1 → v5.0.02022-10-01

PHP version history (3 changes)v1.0.0PHP ^7.4|^8.0

v4.0.0PHP ^8.0

v5.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d947508ce4076ed67ec719eb2c74696e025dab397eabc921d483545fb4c403f?d=identicon)[abr4xas](/maintainers/abr4xas)

---

Top Contributors

[![abr4xas](https://avatars.githubusercontent.com/u/405484?v=4)](https://github.com/abr4xas "abr4xas (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![mreduar](https://avatars.githubusercontent.com/u/22550119?v=4)](https://github.com/mreduar "mreduar (1 commits)")[![wilsenhc](https://avatars.githubusercontent.com/u/13445515?v=4)](https://github.com/wilsenhc "wilsenhc (1 commits)")

---

Tags

crmhacktoberfestlaravel-crmlaravel-packagetepuilabssimple-crm

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/tepuilabs-simple-crm/health.svg)

```
[![Health](https://phpackages.com/badges/tepuilabs-simple-crm/health.svg)](https://phpackages.com/packages/tepuilabs-simple-crm)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[tonysm/rich-text-laravel

Integrates Trix content with Laravel

46577.8k1](/packages/tonysm-rich-text-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[spatie/laravel-screenshot

Take screenshots of web pages in Laravel apps

7615.9k2](/packages/spatie-laravel-screenshot)[joaopaulolndev/filament-world-clock

Show hours around the world by timezone

3111.9k](/packages/joaopaulolndev-filament-world-clock)[tonegabes/filament-better-options

Filament form components for better radio and checkbox options.

155.2k](/packages/tonegabes-filament-better-options)

PHPackages © 2026

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