karnoweb / crm
Domain CRM package for Laravel: leads, interactions, pipelines, segments, and campaigns. Data and events only — no host-domain actions.
13.0.2
2026-09-12 08:43 UTC
Requires
- php: ^8.3
- illuminate/console: ^13.0
- illuminate/database: ^13.0
- illuminate/events: ^13.0
- illuminate/support: ^13.0
- spatie/laravel-schemaless-attributes: ^2.5
Requires (Dev)
- laravel/pint: ^1.18
- orchestra/testbench: ^11.0
- phpunit/phpunit: ^11.0|^12.0|^13.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Laravel domain package for CRM identity, interactions, pipelines, segments, and campaigns.
The package stores data, computes projections, and publishes events. It does not send SMS, send email, create orders, or call host-domain services.
See the documentation index.
Requirements
- PHP 8.3+
- Laravel 13.x
Installation
composer require karnoweb/crm:^13.0 php artisan vendor:publish --tag=crm-config php artisan migrate
Dependency-injected services are the primary API. The Crm facade is convenience only.