Download the PHP package globus-studio/fingerprint without Composer
On this page you can find all versions of the php package globus-studio/fingerprint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download globus-studio/fingerprint
More information about globus-studio/fingerprint
Files in globus-studio/fingerprint
Package fingerprint
Short Description Server-side PHP fingerprinting library for security, risk scoring, and privacy-aware client identification.
License MIT
Homepage https://globus.studio
Informations about the package fingerprint
GLOBUS.studio Fingerprint
globus-studio/fingerprint is a privacy-aware server-side PHP fingerprinting library for security, risk scoring, and probabilistic client identification.
It is designed for PHP 8.3, PHP 8.4, PHP 8.5 and modern deployments behind Nginx, Apache, IIS, CDN, load balancers, RoadRunner, Swoole, and PSR-7 compatible runtimes.
Fingerprints can be personal or pseudonymous data. Use this package only with a valid legal basis, clear retention policy, and a privacy review appropriate for your product.
Installation
Quick Start
Trusted Proxies
Forwarded headers are ignored unless REMOTE_ADDR is a trusted proxy. This prevents trivial X-Forwarded-For spoofing.
Diagnostics Logging
The logger is optional. Without it, diagnostics remain available through $result->diagnostics().
Matching
Privacy Modes
strict: minimal signals, no full IP, no raw values.balanced: recommended default for security use cases.maximum: explicit high-signal mode, requires a stronger legal basis.custom: application-defined signal policy.
Documentation
- Privacy
- Configuration
- Signals
- Trusted proxies
- Limitations
- Algorithm versioning
- Testing
- Implementation checklist
- Laminas
- Slim
License
MIT. See LICENSE.
Important Limits
Server-side fingerprinting is probabilistic. NAT, VPN, corporate proxies, mobile networks, browser privacy protections, CDN rewrites, and browser updates can all change signals. Do not use a fingerprint as the only authentication or blocking factor.
All versions of fingerprint with dependencies
ext-filter Version *
ext-hash Version *
ext-json Version *