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

ActiveLibrary

quasar/crm
==========

Quasar Crm package

01PHP

Since Mar 29Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Quasar CRM App for Laravel
==========================

[](#quasar-crm-app-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/4555c00f900cef6b0ca4c4e5952497aaa826114cb50743c83105c0aed230467f/68747470733a2f2f706f7365722e707567782e6f72672f7175617361722f63726d2f646f776e6c6f616473)](https://packagist.org/packages/quasar/crm)[![Latest Stable Version](https://camo.githubusercontent.com/c5979f1141d2b7165f767edd02df238c20f1ea4efb119613aafd3e0828010aa8/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737973636f7665722f7175617361722d63726d2e737667)](https://packagist.org/packages/quasar/crm)

Quasar is a application that generates a control panel where you can create custom solutions.

---

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

[](#installation)

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

```
composer require quasar/crm

```

**2 - Execute publish command**

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

```

**3 - Execute migrations and seed database**

```
composer dump-autoload
php artisan migrate
php artisan db:seed --class="CrmSeeder"

```

**4 - Add graphQL routes to graphql/schema.graphql file**

```
# Crm
#import ./../vendor/quasar/crm/src/Quasar/Crm/GraphQL/inputs.graphql
#import ./../vendor/quasar/crm/src/Quasar/Crm/GraphQL/types.graphql

type Query {
    # others imports

    # Crm
    #import ./../vendor/quasar/crm/src/Quasar/Crm/GraphQL/queries.graphql
}

type Mutation {
    # others imports

    # Crm
    #import ./../vendor/quasar/crm/src/Quasar/Crm/GraphQL/mutations.graphql
}

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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)

### Embed Badge

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

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

PHPackages © 2026

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