gitextract_l63mtl3o/ ├── LICENSE.LGPL-3.0-only.md ├── LICENSE.MIT.md ├── LICENSE.md ├── README.md ├── composer.json ├── docs/ │ ├── classes/ │ │ └── Wolfcast-BrowserDetection.html │ ├── css/ │ │ ├── base.css │ │ ├── normalize.css │ │ └── template.css │ ├── files/ │ │ ├── BrowserDetection.php.txt │ │ └── browserdetection.html │ ├── graphs/ │ │ └── classes.html │ ├── index.html │ ├── indices/ │ │ └── files.html │ ├── js/ │ │ ├── search.js │ │ ├── searchIndex.js │ │ └── template.js │ ├── namespaces/ │ │ ├── default.html │ │ └── wolfcast.html │ ├── packages/ │ │ ├── BrowserDetection.html │ │ └── default.html │ └── reports/ │ ├── deprecated.html │ ├── errors.html │ └── markers.html └── lib/ └── BrowserDetection.php