misaf / vendra-phone
International user profile phone numbers for Vendra
Package info
Type:vendra-module
pkg:composer/misaf/vendra-phone
v1.12.3
2026-08-22 21:14 UTC
Requires
- php: ^8.4
- misaf/vendra-support: v1.12.3
- misaf/vendra-user-profile: v1.12.3
- spatie/laravel-package-tools: ^1.93.1
- ysfkaya/filament-phone-input: ^4.2.1
README
International user profile phone numbers for Vendra applications.
Features
- Dynamic
phoneNumbersrelation on Vendra user profiles - Filament relation manager contributed through the User Profile extension registry
- Canonical E.164 number storage with a separate ISO country state via
ysfkaya/filament-phone-input - Open phone type strings and structured JSON metadata for country- or carrier-specific fields
- Tenant-aware storage and permission-seeded authorization
Requirements
- PHP 8.4+
- Laravel 13
- Filament 5
misaf/vendra-user-profilemisaf/vendra-supportysfkaya/filament-phone-input
Installation
composer require misaf/vendra-phone php artisan vendor:publish --tag=vendra-phone-migrations php artisan migrate
Tenant columns are added automatically when a tenant provider is active. If
tenancy is enabled after this migration has run, use
php artisan vendra-tenant:enable {tenant} to retrofit the table and assign
existing unscoped records.
The service provider and the user-profile relation manager are auto-registered.
Seeding
Phone number permissions seed automatically when a tenant is provisioned. To seed them manually:
php artisan vendra-phone:seed {tenant}
Testing
Run the package checks from the project root:
php artisan test --compact --testsuite=vendra-phone
composer stan
License
MIT. See LICENSE.