{ "name": "qingbing/php-helper", "description": "Some common helpers and functions.", "type": "library", "license": "MIT", "keywords": [ "php", "helper", "function" ], "homepage": "http://www.phpcorner.net", "authors": [ { "name": "qingbing", "email": "780042175@qq.com" } ], "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Abstracts\\": "src/abstracts", "Helper\\": "src/lib" } }, "autoload-dev": { "psr-4": { "TestClass\\": "test/classes", "TestCore\\": "test/core", "Test\\": "test/src" } } }