Download the PHP package subhashladumor/laravel-helperbox without Composer
On this page you can find all versions of the php package subhashladumor/laravel-helperbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download subhashladumor/laravel-helperbox
More information about subhashladumor/laravel-helperbox
Files in subhashladumor/laravel-helperbox
Package laravel-helperbox
Short Description Laravel HelperBox packs 600+ advanced helpers - SQL optimization, caching, APIs, AI tools, arrays, strings, Blade & model utilities. ?? Save time, boost performance & simplify coding for every project, from startups to enterprise.
License MIT
Informations about the package laravel-helperbox
🚀 Laravel HelperBox — 600+ Powerful Laravel Helper Functions
Make Laravel development faster, cleaner, and more productive. Laravel HelperBox ships 600+ high-quality helper functions across arrays, strings, dates, Blade, Eloquent/database, caching, HTTP/APIs, security, math/algorithms, data science, geo utilities, frontend optimizations, system monitoring, and more.
Built for modern Laravel (9–12), fully framework-native, no macros or monoliths — just handy, well-named functions you can drop into any project.
✨ Highlights
- 600+ unique helpers not in PHP or Laravel core
- Organized into focused categories in
src/Helpers - Autoloaded via
HelperServiceProvider— zero setup - Production-ready: caching, DB utilities, security, performance, analytics
📦 Installation
Laravel auto-discovers the provider: Subhashladumor\LaravelHelperbox\HelperServiceProvider.
⚡ Usage (quick taste)
See full category documentation in the docs below.
🗂 Categories (600+ helpers)
Each helper group lives in src/Helpers/<HelperFile>.php. Explore documentation per category:
- ArrayHelpers
- StringHelpers
- MathHelpers
- BladeHelpers
- ModelDatabaseHelpers
- FilePathHelpers
- MemorySystemHelpers
- ControllerRepositoryHelpers
- DateTimeHelpers
- CacheSessionHelpers
- ApiHttpHelpers
- ValidationHelpers
- AdvancedAlgorithmHelpers
- AdvancedStringParsingHelpers
- AdvancedMathAlgorithmicHelpers
- AdvancedLaravelDatabaseHelpers
- JsStyleHelpers
- AdvancedCacheHelpers
- FileStreamingHelpers
- SystemMonitoringOptimizationHelpers
- SecurityAuthHelpers
- AdvancedDeveloperHelpers
- ThirdPartyApiHelpers
- SqlOptimizationHelpers
- DataScienceAnalyticsHelpers
- FrontendOptimizationHelpers
- GeoHelpers
Total helpers: 600+ (and growing)
📖 Documentation
All categories link to docs/<HelperFile>.md. Each page includes:
- Overview and when to use
- Function index with signatures
- Usage examples and tips
If you prefer browsing code, see src/Helpers/ — every function is wrapped in function_exists guards and can be called directly.
🛠 Contributing
Contributions are welcome! Fixes, docs, tests, and new helpers are appreciated.
- Fork and create a feature branch
- Add or update helpers in
src/Helpers/ - Include concise PHPDoc blocks and guard with
function_exists - Add usage examples to the corresponding
docs/<HelperFile>.md - Open a PR with a clear description
📄 License
MIT © Subhash Ladumor
Made with ❤️ for the Laravel community
All versions of laravel-helperbox 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/session Version ^9.0|^10.0|^11.0|^12.0
illuminate/database Version ^9.0|^10.0|^11.0|^12.0
illuminate/view Version ^9.0|^10.0|^11.0|^12.0