Download the PHP package insurance-core/helpers without Composer
On this page you can find all versions of the php package insurance-core/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download insurance-core/helpers
More information about insurance-core/helpers
Files in insurance-core/helpers
Package helpers
Short Description Utility helpers package for Laravel applications
License MIT
Homepage https://github.com/Sudhir-Pratap/insurance-core
Informations about the package helpers
🛠️ Insurance Core Utils Package
Utility helpers package for Laravel applications.
A comprehensive collection of utility helpers and tools for Laravel applications, providing essential functionality for development and deployment.
🎯 Key Features
✅ Seamless Integration: Easy to integrate with existing Laravel projects
✅ System Validation: Built-in system validation and configuration checks
✅ Domain Whitelisting: Supports domain whitelisting with wildcard patterns (e.g., *.example.com)
✅ Deployment Tools: Helpful utilities for deployment and environment management
✅ Cache Management: Efficient cache handling and optimization
✅ System Monitoring: Built-in status checking and diagnostics
✅ Configuration Management: Centralized configuration management
🚀 Quick Installation
📝 Configuration
Required (for production/staging after grace period)
Add these to your .env file for full validation:
Optional (has defaults)
Getting Your System Key
-
Run the info command to get your system identifiers:
This will show:
- Hardware fingerprint
- Installation ID
- System identifiers
-
Generate system key from your license server using:
- Hardware fingerprint
- Domain
- Product ID
- Client ID
- Add to
.envfile and restart your application
Fresh Installation
- Local/Dev: No configuration needed (always allowed)
- Production/Staging: 7-day grace period (app works without config)
- After grace period: Configuration required for full validation
🔧 Management Commands
System Information
utils:info- Show system information and hardware fingerprintutils:diagnose- Diagnose system configuration issuesutils:test- Test system functionality
Key Management
utils:generate-key- Generate a system key for the application
Deployment
utils:deployment- Help troubleshoot and fix system issues during deployment--check- Check current deployment status--fix- Attempt to fix deployment issues--regenerate- Force regenerate hardware fingerprint--test- Test system after fixes
Utilities
utils:clear-cache- Clear system cacheutils:optimize- Optimize system performanceutils:audit- Comprehensive system assessment
📋 Usage Examples
Check System Status
Diagnose Issues
Generate System Key
Deployment Helper
🔐 Security
This package includes built-in security features:
- Hardware fingerprinting for installation tracking
- Secure key generation and validation
- Configuration encryption support
- System integrity monitoring
📦 Requirements
- PHP 8.1 or higher
- Laravel 9.0 or higher
- Composer
🤝 Support
For support, email [email protected] or visit https://github.com/Sudhir-Pratap/insurance-core
📄 License
This package is open-sourced software licensed under the MIT license.
🔄 Version History
See CHANGELOG.md for version history and updates.
Note: This package is designed to work seamlessly with your Laravel application. All configuration is optional and the package will work with sensible defaults.
All versions of helpers with dependencies
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/http Version ^9.0|^10.0|^11.0|^12.0
illuminate/cache Version ^9.0|^10.0|^11.0|^12.0
illuminate/config Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
illuminate/pipeline Version ^9.0|^10.0|^11.0|^12.0
illuminate/filesystem Version ^9.0|^10.0|^11.0|^12.0
illuminate/database Version ^9.0|^10.0|^11.0|^12.0
symfony/http-foundation Version ^6.0|^7.0
guzzlehttp/guzzle Version ^7.0