madeitbelgium/wappalyzer

PHP Library that uncovers the technologies used on websites.
18,470 16
Install
composer require madeitbelgium/wappalyzer
Latest Version:2.8.1
PHP:>=7.0
License:LGPL-3.0-or-later
Last Updated:Dec 3, 2024
Links: GitHub  ·  Packagist
Maintainer: MadeITBelgium

PHP Wappalyzer library

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

This library is a PHP version Fork of the Wappalyzer utility that uncovers the technologies used on websites. It detects content management systems, eCommerce platforms, web servers, JavaScript frameworks, analytics tools and many more.

Up-to-date until 2023-08-23 https://github.com/dochne/wappalyzer

Installation

Require this package in your composer.json and update composer.

"madeitbelgium/wappalyzer": "^2.0"

Documentation

Usage

use MadeITBelgium\Wappalyzer\Wappalyzer;
$wappalyzer = new Wappalyzer();
$wappalyzer->analyze('http://www.example.com');

Usage Laravel Facade

use MadeITBelgium\Wappalyzer\WappalyzerFacade as Wappalyzer;

$analyze = Wappalyzer::analyze('http://www.example.com');

The complete documentation can be found at: http://www.madeit.be/

Upgrade from v1 to v2

The json file containing all the data is removed and replaced with multiple json files. Due to this change the config file isn't used any more.

Support

Support github or mail: tjebbe.lievens@madeit.be

Contributing

Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/

License

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

Related Packages

oriceon/toastr-5-laravel

Easy toastr notifications for Laravel 5

503,999 79
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
oriceon/oauth-5-laravel

OAuth Service Provider for Laravel 5

1,671,889 174
artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4

523,362 677
narutimateum/toastr-5.2-laravel

toastr.js for Laravel 5.2 easy notification like growl for example

37,567 13