PHPackages                             syscover/pulsar-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. syscover/pulsar-crm

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

syscover/pulsar-crm
===================

Crm package

0220PHP

Since Jan 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/syscover/pulsar-crm)[ Packagist](https://packagist.org/packages/syscover/pulsar-crm)[ RSS](/packages/syscover-pulsar-crm/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CRM to Laravel
==============

[](#crm-to-laravel)

[![Total Downloads](https://camo.githubusercontent.com/73359cb2a6dea814a376f478481895dad2ccfc7ecdf444028693d3947bdb4ba9/68747470733a2f2f706f7365722e707567782e6f72672f737973636f7665722f70756c7361722d63726d2f646f776e6c6f616473)](https://packagist.org/packages/syscover/pulsar-crm)

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

[](#installation)

Before install sycover/pulsar-crm, you need install syscover/pulsar-core and syscover/pulsar-admin

**1 - After install Laravel framework, execute on console:**

```
composer require syscover/pulsar-crm

```

Register service provider, on file config/app.php add to providers array

```
Syscover\Crm\CrmServiceProvider::class,

```

**2 - Execute publish command**

```
php artisan vendor:publish --provider="Syscover\Crm\CrmServiceProvider"

```

and

```
composer dump-autoload

```

**3 - And execute migrations and seed database**

```
php artisan migrate
php artisan db:seed --class="CrmTableSeeder"

```

**4 - Execute command to load all updates**

```
php artisan migrate --path=vendor/syscover/pulsar-crm/src/database/migrations/updates

```

**5 - To use auth properties, include this arrays in config/auth.php**

Inside guards array

```
'crm' => [
    'driver'    => 'session',
    'provider'  => 'crmCustomer',
],

```

Inside providers array

```
'crmCustomer' => [
    'driver'    => 'eloquent',
    'model'     => Syscover\Crm\Models\Customer::class,
],

```

Inside passwords array

```
'crmPasswordBroker' => [
    'provider'  => 'crmCustomer',
    'table'     => 'admin_password_resets',
    'expire'    => 60,
],

```

you can change email crmPasswordBroker, to custom appearance.

**6 - You can nest protected routes under this middleware**

```
'auth:crm'

```

**Options**You can register ResetLinkEmailSent event in app/Providers/EventServiceProvider.php to custom the notification. Don't forget to create App\\Listeners\\SendResetLinkEmail listener.

```
protected $listen = [
    ...
    'Syscover\Crm\Events\ResetLinkEmailSent' => [
        'App\Listeners\SendResetLinkEmail'
    ],
    ...
];

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

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/70d93b133cd1355362a7c2b51a70734409a16402e670ba5c9912d0bb05c6df3f?d=identicon)[carlospalacin](/maintainers/carlospalacin)

---

Top Contributors

[![carlospalacin](https://avatars.githubusercontent.com/u/7494076?v=4)](https://github.com/carlospalacin "carlospalacin (137 commits)")

### Embed Badge

![Health badge](/badges/syscover-pulsar-crm/health.svg)

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

###  Alternatives

[mkalkbrenner/php-htmldiff-advanced

An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

3518.5M1](/packages/mkalkbrenner-php-htmldiff-advanced)[realrashid/cart

Meet Cart — your ultimate solution for seamless shopping cart functionality in Laravel applications. Cart simplifies the complexities of shopping cart operations, from product additions to total calculations, ensuring a frictionless user experience.

1104.0k](/packages/realrashid-cart)[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3725.3k](/packages/midnite81-geolocation)[bolt/bolt-extension-starter

103.3k](/packages/bolt-bolt-extension-starter)

PHPackages © 2026

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