.codeclimate.json | |
|
|
.editorconfig | |
|
|
.gitignore | |
|
|
.styleci.yml | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
bin/git-hooks/pre-commit | |
|
|
bin/init-git-hooks.bat | |
|
|
bin/lib-init.bat | |
|
|
bin/pre-commit.bat | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
do.bat | |
|
|
docker-compose.yml | |
|
|
phpunit.xml | |
|
|
phpunit.xml.dist | |
|
|
src/Common/Abilities/StringableTrait.php | 10 | A 0 mins |
|
src/Common/ArrayUtil.php | 133 | A 1 hr |
|
src/Common/Arrayify.php | 31 | A 0 mins |
|
src/Common/Assert.php | 85 | A 0 mins |
|
src/Common/ClassUtil.php | 32 | A 0 mins |
|
src/Common/Contracts/ArrayableInterface.php | 6 | A 0 mins |
|
src/Common/Contracts/InvokableInterface.php | 6 | A 0 mins |
|
src/Common/Contracts/SingletonInterface.php | 6 | A 0 mins |
|
src/Common/Contracts/StringableInterface.php | 7 | A 0 mins |
|
src/Common/Dummy.php | 16 | A 0 mins |
|
src/Common/Identify.php | 50 | A 35 mins |
|
src/Common/StaticClass.php | 8 | A 0 mins |
|
src/Common/StringUtil.php | 68 | A 0 mins |
|
src/Common/Stringify.php | 28 | A 0 mins |
|
src/Common/Testing/AssertSingleton.php | 9 | A 0 mins |
|
src/Common/Testing/AssertStaticClass.php | 9 | A 0 mins |
|
src/Common/Testing/CallStack.php | 41 | A 0 mins |
|
src/Common/Testing/CaptureMethodCalls.php | 17 | A 0 mins |
|
src/Common/Testing/Constraints/IsSingleton.php | 16 | A 0 mins |
|
src/Common/Testing/Constraints/IsStaticClass.php | 15 | A 0 mins |
|
src/Common/Type.php | 69 | A 2 hrs |
|
src/Constants/ClassConstList.php | 75 | A 0 mins |
|
src/Constants/ConstList.php | 19 | A 0 mins |
|
src/Constants/ConstUtil.php | 30 | A 0 mins |
|
src/Constants/Contracts/ClassConstantInterface.php | 9 | A 0 mins |
|
src/Container/Abilities/SingletonInstanceTrait.php | 11 | A 0 mins |
|
src/Container/BasicContainer.php | 75 | A 35 mins |
|
src/Container/Container.php | 84 | A 35 mins |
|
src/Container/Exceptions/AliasExistsException.php | 16 | A 0 mins |
|
src/Container/Exceptions/AliasNotFoundException.php | 17 | A 0 mins |
|
src/Container/Exceptions/ContainerException.php | 5 | A 0 mins |
|
src/Container/Exceptions/NotFoundException.php | 17 | A 0 mins |
|
src/Container/Exceptions/ServiceExistsException.php | 16 | A 0 mins |
|