PHP Classes

File: system/dependencies/sunra/php-simple-html-dom-parser/composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/sunra/php-simple-html-dom-parser/composer.json   Download  
File: system/dependencies/sunra/php-simple-html-dom-parser/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 949 bytes
 

Contents

Class file image Download
{ "name": "sunra/php-simple-html-dom-parser", "type": "library", "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", "keywords": ["html", "dom", "parser"], "homepage": "https://github.com/sunra/php-simple-html-dom-parser", "license": "MIT", "authors": [ { "name": "S.C. Chen", "homepage": "http://sourceforge.net/projects/simplehtmldom/" }, { "name": "Sunra", "email": "sunra@yandex.ru", "homepage": "https://github.com/sunra" } ], "require": { "php": ">=5.3.2", "ext-mbstring": "*" }, "autoload": { "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } } }