[ { "name": "filp/whoops", "version": "2.0.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/a327942c50cbd62b25c6fbe08f173031ce25fbff", "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "^4.8 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", "whoops/soap": "Formats errors as SOAP responses" }, "time": "2016-01-06 17:51:21", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Whoops\\": "src/Whoops/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://github.com/filp/whoops", "keywords": [ "error", "exception", "handling", "library", "whoops", "zf2" ] }, { "name": "phpmailer/phpmailer", "version": "v5.2.14", "version_normalized": "5.2.14.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "e774bc9152de85547336e22b8926189e582ece95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95", "reference": "e774bc9152de85547336e22b8926189e582ece95", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*", "phpunit/phpunit": "4.7.*" }, "suggest": { "league/oauth2-client": "Needed for XOAUTH2 authentication", "league/oauth2-google": "Needed for Gmail XOAUTH2" }, "time": "2015-11-01 10:15:28", "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": "symfony/polyfill-mbstring", "version": "v1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "1289d16209491b584839022f29257ad859b8532d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", "reference": "1289d16209491b584839022f29257ad859b8532d", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "time": "2016-01-20 09:13:37", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ] }, { "name": "symfony/translation", "version": "v3.0.4", "version_normalized": "3.0.4.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2", "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/intl": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "time": "2016-03-25 01:41:20", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Translation Component", "homepage": "https://symfony.com" }, { "name": "nesbot/carbon", "version": "1.21.0", "version_normalized": "1.21.0.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7", "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6|~3.0" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "time": "2015-11-04 20:07:17", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ] }, { "name": "phpseclib/phpseclib", "version": "0.3.10", "version_normalized": "0.3.10.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4", "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~1.5" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3." }, "time": "2015-01-28 21:50:33", "type": "library", "extra": { "branch-alias": { "dev-master": "0.3-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Crypt": "phpseclib/", "File": "phpseclib/", "Math": "phpseclib/", "Net": "phpseclib/", "System": "phpseclib/" }, "files": [ "phpseclib/Crypt/Random.php" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "phpseclib/" ], "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ] }, { "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" ] }, { "name": "eventviva/php-image-resize", "version": "1.5.3", "version_normalized": "1.5.3.0", "source": { "type": "git", "url": "https://github.com/eventviva/php-image-resize.git", "reference": "2ebcfb7fb1e6367b6c801666bba8d7866317c5f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eventviva/php-image-resize/zipball/2ebcfb7fb1e6367b6c801666bba8d7866317c5f7", "reference": "2ebcfb7fb1e6367b6c801666bba8d7866317c5f7", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.3.0" }, "time": "2016-03-06 10:06:51", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aditya Patadia", "homepage": "http://aditya.patadia.org/" } ], "description": "PHP class to re-size and scale images", "homepage": "https://github.com/eventviva/php-image-resize", "keywords": [ "image", "php", "resize", "scale" ] }, { "name": "illuminate/support", "version": "v4.1.30", "version_normalized": "4.1.30.0", "target-dir": "Illuminate/Support", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "205a132f7d5e5222d23e17d49ad922bf349d240e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/205a132f7d5e5222d23e17d49ad922bf349d240e", "reference": "205a132f7d5e5222d23e17d49ad922bf349d240e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "jeremeamia/superclosure": "1.0.*", "mockery/mockery": "0.9.*", "patchwork/utf8": "1.1.*", "phpunit/phpunit": "4.0.*" }, "time": "2014-05-30 16:22:08", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Illuminate\\Support": "" }, "files": [ "Illuminate/Support/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ] }, { "name": "illuminate/container", "version": "v4.1.30", "version_normalized": "4.1.30.0", "target-dir": "Illuminate/Container", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "5b76abf9138fe1ad99788944e0561ebc655a254f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/5b76abf9138fe1ad99788944e0561ebc655a254f", "reference": "5b76abf9138fe1ad99788944e0561ebc655a254f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "time": "2014-05-22 21:07:57", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Illuminate\\Container": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ] }, { "name": "illuminate/events", "version": "v4.1.30", "version_normalized": "4.1.30.0", "target-dir": "Illuminate/Events", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "4e83ee4f255ec084d510e533ef8e98961aae8729" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/4e83ee4f255ec084d510e533ef8e98961aae8729", "reference": "4e83ee4f255ec084d510e533ef8e98961aae8729", "shasum": "" }, "require": { "illuminate/container": "4.1.*", "illuminate/support": "4.1.*", "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "4.0.*" }, "time": "2014-03-22 20:12:48", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Illuminate\\Events": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ] }, { "name": "illuminate/database", "version": "v4.1.30", "version_normalized": "4.1.30.0", "target-dir": "Illuminate/Database", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "d6c2bffdc04d2d73b6ae82aab10647ddbda1daab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/d6c2bffdc04d2d73b6ae82aab10647ddbda1daab", "reference": "d6c2bffdc04d2d73b6ae82aab10647ddbda1daab", "shasum": "" }, "require": { "illuminate/container": "4.1.*", "illuminate/events": "4.1.*", "illuminate/support": "4.1.*", "nesbot/carbon": "1.*", "php": ">=5.3.0" }, "require-dev": { "illuminate/cache": "4.1.*", "illuminate/console": "4.1.*", "illuminate/filesystem": "4.1.*", "illuminate/pagination": "4.1.*", "illuminate/support": "4.1.*", "mockery/mockery": "0.9.*", "phpunit/phpunit": "4.0.*" }, "time": "2014-06-01 01:57:51", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Illuminate\\Database": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "keywords": [ "database", "laravel", "orm", "sql" ] }, { "name": "php-console/php-console", "version": "3.1.6", "version_normalized": "3.1.6.0", "source": { "type": "git", "url": "https://github.com/barbushin/php-console.git", "reference": "07801c32ea32e4d57ddf1c6b9cf98ff7f2982542" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barbushin/php-console/zipball/07801c32ea32e4d57ddf1c6b9cf98ff7f2982542", "reference": "07801c32ea32e4d57ddf1c6b9cf98ff7f2982542", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-02-19 16:00:24", "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "PhpConsole": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Sergey Barbushin", "email": "barbushin@gmail.com", "homepage": "http://linkedin.com/in/barbushin" } ], "description": "Server side PHP library for Google Chrome extension \"PHP Console\".", "homepage": "https://github.com/barbushin/php-console", "keywords": [ "chrome", "debug", "error handler", "errors", "google chrome", "php" ] }, { "name": "phenx/php-svg-lib", "version": "0.1", "version_normalized": "0.1.0.0", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", "reference": "b419766515b3426c6da74b0e29e93d71c4f17099" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099", "reference": "b419766515b3426c6da74b0e29e93d71c4f17099", "shasum": "" }, "time": "2015-05-06 18:49:49", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Svg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib" }, { "name": "phenx/php-font-lib", "version": "0.4", "version_normalized": "0.4.0.0", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088", "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088", "shasum": "" }, "time": "2015-05-06 20:02:39", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "FontLib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib" }, { "name": "dompdf/dompdf", "version": "v0.7.0", "version_normalized": "0.7.0.0", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", "shasum": "" }, "require": { "ext-dom": "*", "ext-gd": "*", "ext-mbstring": "*", "phenx/php-font-lib": "0.4.*", "phenx/php-svg-lib": "0.1.*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "time": "2016-05-11 00:36:29", "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf" }, { "name": "tecnickcom/tcpdf", "version": "6.2.12", "version_normalized": "6.2.12.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2015-09-12 10:08:34", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "fonts", "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPLv3" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "homepage": "http://nicolaasuni.tecnick.com" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ] }, { "name": "aferrandini/phpqrcode", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/aferrandini/PHPQRCode.git", "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2013-07-08 09:39:08", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "PHPQRCode": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ariel Ferrandini", "email": "arielferrandini@gmail.com", "homepage": "http://www.ferrandini.com/", "role": "Developer" } ], "description": "PHPQRCode porting and changed for PHP 5.3 compatibility", "homepage": "https://github.com/aferrandini/PHPQRCode", "keywords": [ "barcode", "php", "qrcode" ] }, { "name": "aura/session", "version": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Session.git", "reference": "9e018278794228e40c7695b699c848bea2355a12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Session/zipball/9e018278794228e40c7695b699c848bea2355a12", "reference": "9e018278794228e40c7695b699c848bea2355a12", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "aura/di": "~2.0" }, "suggest": { "ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens.", "ext-openssl": "OpenSSL generates the best secure CSRF tokens.", "ircmaxell/random-lib": "A Library For Generating Secure Random Numbers" }, "time": "2015-03-27 18:33:22", "type": "library", "extra": { "aura": { "type": "library", "config": { "common": "Aura\\Session\\_Config\\Common" } }, "branch-alias": { "dev-develop-2": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Aura\\Session\\": "src/", "Aura\\Session\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Aura.Session Contributors", "homepage": "https://github.com/auraphp/Aura.Session/contributors" } ], "description": "Provides session management functionality, including lazy session starting, session segments, next-request-only (\"flash\") values, and CSRF tools.", "homepage": "https://github.com/auraphp/Aura.Session", "keywords": [ "csrf", "flash", "flash message", "session", "sessions" ] } ]