marktic / crm
CRM package with models for contacts, addresses, and contracts
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/marktic/crm
Requires
- php: >=8.2
- ext-json: *
- bytic/actions: dev-main|^1.0|^2.0
- bytic/controllers: ^1.0|^2.0
- bytic/controllers-extra: ^1.0|^2.0
- bytic/event-discovery: ^0.9 || ^1.0|^2.0
- bytic/event-dispatcher: ^1.0|^2.0
- bytic/medialibrary: ^0.9|^1.0|^2.0
- bytic/migrations: ~0.12||~0.13
- bytic/models-smart-properties: ^0.9|^1.0|^2.0
- bytic/orm: ^0.9|^1.0|^2.0
- bytic/orm-behaviors: ^0.9|^1.0|^2.0
- bytic/orm-filters: ^0.9|^1.0|^2.0
- bytic/package-base: ^1.0
- bytic/translation: ^1.0|^2.0
- bytic/utility: ^1.0.73
Requires (Dev)
- bytic/admin-base: ^1.0|^2.0
- bytic/form: ^1.0|^2.0
- bytic/phpqatools: ^1.0
- bytic/view: ^1.0|^2.0
This package is auto-updated.
Last update: 2026-02-07 22:58:02 UTC
README
CRM package for the Marktic organization with models for managing:
- Contacts (linked to tenant_id and subject_id)
- Addresses (linked to tenant_id and subject_id)
- Contracts (linked to tenant_id and subject_id)
Installation
composer require marktic/crm
Usage
This package provides models and migrations for CRM functionality including contacts, addresses, and contracts management.
Requirements
- PHP >= 8.2
License
MIT License - see LICENSE file for details