{
    "name": "devrabiul/laravel-cookie-consent",
    "type": "library",
    "description": "A GDPR-compliant cookie consent solution for Laravel applications with fully customizable cookie banners, granular consent control, and enterprise-grade compliance features.",
    "keywords": ["laravel", "cookie", "consent", "gdpr", "compliance", "banner", "privacy"],
    "homepage": "https://github.com/devrabiul/laravel-cookie-consent",
    "license": "MIT",
    "authors": [
        {
            "name": "Muhammad Rabiul",
            "email": "devrabiul@gmail.com"
        }
    ],
    "require": {},
    "autoload": {
        "psr-4": {
            "Devrabiul\\CookieConsent\\": "src/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Devrabiul\\CookieConsent\\CookieConsentServiceProvider"
            ],
            "aliases": {
                "CookieConsent": "Devrabiul\\CookieConsent\\Facades\\CookieConsent"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}