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

ActiveLibrary

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 85% 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

1316d 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

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

434297.7k19](/packages/awcodes-filament-curator)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[saasykit/laravel-open-graphy

An awesome open graph image (social cards) generator package for Laravel.

13057.0k](/packages/saasykit-laravel-open-graphy)[spatie/laravel-error-solutions

Display solutions on the Laravel error page

9773.5k](/packages/spatie-laravel-error-solutions)

PHPackages © 2026

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