123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- [
- {
- "name": "mazephp/library",
- "version": "dev-master",
- "version_normalized": "9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/mazephp/library.git",
- "reference": "d2709b109a927b7f626f04689585143832ce9e8b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mazephp/library/zipball/d2709b109a927b7f626f04689585143832ce9e8b",
- "reference": "d2709b109a927b7f626f04689585143832ce9e8b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.0.0"
- },
- "time": "2015-03-17 10:04:07",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "files": [
- "autoload.php"
- ],
- "psr-0": {
- "Maze": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Robin Josey",
- "email": "2934170@gmail.com"
- }
- ],
- "description": "mazephp library",
- "homepage": "https://github.com/mazephp/library",
- "keywords": [
- "framework",
- "library"
- ],
- "support": {
- "source": "https://github.com/mazephp/library/tree/master",
- "issues": "https://github.com/mazephp/library/issues"
- }
- },
- {
- "name": "sunra/php-simple-html-dom-parser",
- "version": "v1.5.0",
- "version_normalized": "1.5.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
- "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/a0b80ace086c7e09085669205e1b3c2c9c7a453c",
- "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "time": "2013-05-04 14:32:03",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Sunra",
- "email": "sunra@yandex.ru",
- "homepage": "http://github.com/sunra"
- }
- ],
- "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.",
- "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
- "keywords": [
- "dom",
- "html",
- "parser"
- ]
- },
- {
- "name": "phpmailer/phpmailer",
- "version": "v5.2.13",
- "version_normalized": "5.2.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "45df3a88f7f46071e10d0b600f228d19f95911b3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/45df3a88f7f46071e10d0b600f228d19f95911b3",
- "reference": "45df3a88f7f46071e10d0b600f228d19f95911b3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.0.0"
- },
- "require-dev": {
- "phpdocumentor/phpdocumentor": "*",
- "phpunit/phpunit": "4.7.*"
- },
- "suggest": {
- "league/oauth2-client": "Needed for Gmail's XOAUTH2 authentication system"
- },
- "time": "2015-09-14 09:18:12",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "class.phpmailer.php",
- "class.phpmaileroauth.php",
- "class.phpmaileroauthgoogle.php",
- "class.smtp.php",
- "class.pop3.php",
- "extras/EasyPeasyICS.php",
- "extras/ntlm_sasl_client.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Jim Jagielski",
- "email": "jimjag@gmail.com"
- },
- {
- "name": "Marcus Bointon",
- "email": "phpmailer@synchromedia.co.uk"
- },
- {
- "name": "Andy Prevost",
- "email": "codeworxtech@users.sourceforge.net"
- },
- {
- "name": "Brent R. Matzelle"
- }
- ],
- "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
- },
- {
- "name": "phpoffice/phpexcel",
- "version": "1.8.1",
- "version_normalized": "1.8.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPOffice/PHPExcel.git",
- "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
- "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.2.0"
- },
- "time": "2015-05-01 07:00:55",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "PHPExcel": "Classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Maarten Balliauw",
- "homepage": "http://blog.maartenballiauw.be"
- },
- {
- "name": "Mark Baker"
- },
- {
- "name": "Franck Lefevre",
- "homepage": "http://blog.rootslabs.net"
- },
- {
- "name": "Erik Tilt"
- }
- ],
- "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
- "homepage": "http://phpexcel.codeplex.com",
- "keywords": [
- "OpenXML",
- "excel",
- "php",
- "spreadsheet",
- "xls",
- "xlsx"
- ]
- }
- ]
|