PHPackages                             maheralyamany/laravel-core-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. maheralyamany/laravel-core-tools

ActiveLibrary[Security](/categories/security)

maheralyamany/laravel-core-tools
================================

Core helpers and request security tools for Laravel

v1.0.4(4mo ago)14MITPHPPHP ^8.0|^8.1|^8.2|^8.3|^8.4

Since Dec 24Pushed 4mo agoCompare

[ Source](https://github.com/maheralyamany/laravel-core-tools)[ Packagist](https://packagist.org/packages/maheralyamany/laravel-core-tools)[ Docs](https://github.com/maheralyamany/laravel-core-tools)[ RSS](/packages/maheralyamany-laravel-core-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (6)Used By (0)

Laravel Core Tools
==================

[](#laravel-core-tools)

 [![Latest Version](https://camo.githubusercontent.com/bd56d4e7a4ef6c886c5abba0e4c0c241d73af293bf7b6791e35b8b7e9cbfe4fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73)](https://camo.githubusercontent.com/bd56d4e7a4ef6c886c5abba0e4c0c241d73af293bf7b6791e35b8b7e9cbfe4fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73) [![Total Downloads](https://camo.githubusercontent.com/9ac5101cc2689dae998c3feb98bd316bc1cb815299b535d6dc121d636fcebed3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73)](https://camo.githubusercontent.com/9ac5101cc2689dae998c3feb98bd316bc1cb815299b535d6dc121d636fcebed3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73) [![License](https://camo.githubusercontent.com/0bac784bae12d238b59ef1a2160f7c3d2a0bf2ce36c33cd2dfc3a80acaa27586/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73)](https://camo.githubusercontent.com/0bac784bae12d238b59ef1a2160f7c3d2a0bf2ce36c33cd2dfc3a80acaa27586/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73) [![Stars](https://camo.githubusercontent.com/7fce6916933e68a9ac7aae30fcd72d44f9672fd5221f67e31ad694999dff02d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73)](https://camo.githubusercontent.com/7fce6916933e68a9ac7aae30fcd72d44f9672fd5221f67e31ad694999dff02d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d61686572616c79616d616e792f6c61726176656c2d636f72652d746f6f6c73)

Enterprise-ready core helpers &amp; security foundation for Laravel applications

laravel-core-tools is a professional Laravel package that provides a core foundation layer for modern applications, including: Reusable helpers

Request &amp; API security

Rate limiting

Unified security middleware

Audit trail

Modular and extensible architecture

Designed for SaaS platforms, APIs, government systems, and large-scale Laravel projects.

✨ Why Laravel Core Tools?

✔ Reduce duplicated logic across projects ✔ Centralize and standardize security rules ✔ Clean separation of concerns ✔ Octane-safe (stateless design) ✔ Built for long-term scalability

This is not just a helper package — it is a Core Security Layer.

🚀 Features 🔐 Security

IP Guard (allow / block)

Advanced rate limiting

API token inspection (Bearer)

Suspicious payload detection (basic XSS checks)

Unified security middleware

🧰 Helpers

String helpers

Security helpers

Automatic helper loading

🧩 Modular Architecture

Enable / disable features via config

Use only what you need

🧪 Testing Ready

Pest tests included

Clean, testable architecture

📦 Installation

```
composer require maheralyamany/laravel-core-tools
```

Publish the configuration file:

```
php artisan vendor:publish --tag=core-tools-config
```

⚙️ Configuration

```
