konekt / customer
Customer handling library for Laravel (Concord module)
3.7.0
2026-04-17 16:00 UTC
Requires
- php: ^8.3
- ext-pdo: *
- konekt/address: ^3.0
- konekt/concord: ^1.14
- konekt/enum: ^4.1
- konekt/laravel-migration-compatibility: ^1.6
- konekt/user: ^3.0
- laravel/framework: ^11.46.2|^12.50|^13.0
Requires (Dev)
- ext-sqlite3: *
- mockery/mockery: ^1.6.1
- orchestra/testbench: ^9.0|^10.0|^11.0
- phpunit/phpunit: 10 - 11
README
This is a Concord module for handling customers.
Designed to:
- Be very much Laravel common-sense;
- Only do the basic shit;
- Let you customize the hell out of it.
Documentation
For installation and usage, refer to the Documentation.