Download the PHP package zeichen32/website-info without Composer

On this page you can find all versions of the php package zeichen32/website-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package website-info

Website Info

Build Status

PHP library to retrieve server information like installed cms, webserver, dns lookup, etc... from any webpage

Requirements:

Install the library

The preferred way to install this library is to use Composer.

Usage

Available parser

Parser Class Description
Apache WebsiteInfo\Parser\Webserver\Apache Try to find information about apache webserver
Nginx WebsiteInfo\Parser\Webserver\Nginx Try to find information about nginx webserver
IIS WebsiteInfo\Parser\Webserver\IIS Try to find information about Microsoft IIS webserver
Drupal WebsiteInfo\Parser\CMS\Drupal Try to find information about installed Drupal CMS
Joomla WebsiteInfo\Parser\CMS\Joomla Try to find information about installed Joomla! CMS
Magento WebsiteInfo\Parser\CMS\Magento Try to find information about installed Magento system
phpBB WebsiteInfo\Parser\CMS\PHPBB Try to find information about installed phpBB system
Shopware WebsiteInfo\Parser\CMS\Shopware Try to find information about installed Shopware system
Typo3 WebsiteInfo\Parser\CMS\Typo3 Try to find information about installed Typo3 CMS
vBulletin WebsiteInfo\Parser\CMS\VBulletin Try to find information about installed vBulletin system
Wordpress WebsiteInfo\Parser\CMS\Wordpress Try to find information about installed Wordpress CMS
Google WebsiteInfo\Parser\Analytics\Google Try to find information about used google ads and analytics
Piwik WebsiteInfo\Parser\Analytics\Piwik Try to find information about used piwik analytics
Embed WebsiteInfo\Parser\Embed\Embed Try to find embed information
Lookup WebsiteInfo\Parser\Lookup Try to find lookup informations like dns, ip etc.

Create your own parser

1) Create a new parser that do something with the response

2) Use your parser

Using the result container cache

1) Using the ArrayCache (Memory Cache)

2) If doctrine cache is installed, it can be used to cache the result container using the doctrine cache adapter.

3) If zend cache is installed, it can be used to cache the result container using the zend cache adapter.

How to use a different HttpClient

This library use the Saxulum HttpClientInterface which allows you to simple change the used HttpClient.

For example you want to use Buzz as HttpClient:

1) Add the Buzz adapter to your composer.json:

2) Create a new BuzzClient


All versions of website-info with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
symfony/event-dispatcher Version 2.6.*
symfony/dom-crawler Version 2.6.*
embed/embed Version >=1.8.3 <1.9
webignition/url Version ~1.9
saxulum/saxulum-http-client-interface Version ~1.0
saxulum/saxulum-http-client-adapter-guzzle Version ~1.0
twodevs/cache-interface Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zeichen32/website-info contains the following files

Loading the files please wait ....