Skip to content

PHP Library that uncovers the technologies used on websites.

License

Notifications You must be signed in to change notification settings

amichaels/Wappalyzer

 
 

Repository files navigation

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.

Installation

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

"madeitbelgium/wappalyzer": "~1.0"

Documentation

Usage

use MadeITBelgium\Wappalyzer\Wappalyzer;
$wappalyzer = new Wappalyzer('https://raw.githubusercontent.com/madeITBelgium/Wappalyzer/master/src/apps.json');
$wappalyzer->analyze('http://www.example.com');

Usage Laravel Facade

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

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

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!

About

PHP Library that uncovers the technologies used on websites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.7%
  • HTML 9.3%