Download the PHP package artisanpack-ui/security-full without Composer
On this page you can find all versions of the php package artisanpack-ui/security-full. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download artisanpack-ui/security-full
More information about artisanpack-ui/security-full
Files in artisanpack-ui/security-full
Package security-full
Short Description Meta-package that installs the full ArtisanPack UI security suite: core sanitization/CSP, RBAC, authentication, advanced auth (WebAuthn/SSO/social), secure uploads, security analytics, and GDPR/CCPA/LGPD compliance.
License MIT
Informations about the package security-full
ArtisanPack UI — Security Full
A Composer meta-package that pulls in the entire ArtisanPack UI security suite in one require. No source code lives here — installing artisanpack-ui/security-full is equivalent to requiring the seven sibling packages listed below at their ^1.0 / ^2.0 constraints.
Use this if you want every security capability the ecosystem ships. If you only need a subset (for example, just RBAC, or just secure uploads), require those packages individually instead.
Installation
Then run the migrations published by the bundled packages:
Each sibling package publishes its own config + assets. See the individual package READMEs for per-package setup steps (service provider auto-discovery, optional config publish, optional Livewire view publish, etc.).
What's bundled
| Package | Scope |
|---|---|
artisanpack-ui/security |
Core: input sanitization, output escaping, KSES, CSP, security headers, rate limiting |
artisanpack-ui/rbac |
Roles, permissions, role hierarchy, Blade directives, Gate integration |
artisanpack-ui/security-auth |
2FA (email + TOTP), password complexity, account lockout, session management, step-up auth |
artisanpack-ui/security-advanced-auth |
WebAuthn / passkeys, SAML + OIDC SSO, social login, biometric, device fingerprinting |
artisanpack-ui/secure-uploads |
File validation, malware scanning (ClamAV / VirusTotal), signed-URL serving, quarantine workflow |
artisanpack-ui/security-analytics |
Security event logging, anomaly detection, SIEM exporters, dashboards |
artisanpack-ui/compliance |
GDPR / CCPA / LGPD consent management, data subject rights (erasure + portability), DPIA, retention, compliance monitoring + reporting |
Version compatibility
security-full |
security |
rbac / security-auth / security-advanced-auth / secure-uploads / security-analytics / compliance |
|---|---|---|
^1.0 |
^2.0 |
^1.0 |
security-full follows semantic versioning. A major bump indicates that one or more bundled packages have shipped a breaking-change major release.
Why a meta-package?
The security suite was split out of the monolithic artisanpack-ui/security 1.x package as part of the 2.0 redesign so consumers could pull only what they need. A meta-package gives the inverse: a single require for projects that want the full set, plus a single dependency line that gets coordinated upgrades across all six packages.
License
MIT — see LICENSE.
Contributing
This repository is a meta-package — it does not contain source code. Issues and pull requests should be filed against the individual sibling packages.
Please read the contributing guidelines for the general ecosystem contribution workflow.
All versions of security-full with dependencies
artisanpack-ui/security Version ^2.0
artisanpack-ui/rbac Version ^1.0
artisanpack-ui/security-auth Version ^1.0
artisanpack-ui/security-advanced-auth Version ^1.0
artisanpack-ui/secure-uploads Version ^1.0
artisanpack-ui/security-analytics Version ^1.0
artisanpack-ui/compliance Version ^1.0