.codeclimate.yml | |
|
|
.gitattributes | |
|
|
.gitignore | |
|
|
.idea/dataSources.xml | |
|
|
.styleci.yml | |
|
|
.travis.yml | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Vagrantfile | |
|
|
changelog.txt | |
|
|
composer.json | |
|
|
phpcs.xml | |
|
|
phpdoc.dist.xml | |
|
|
phpunit.xml | |
|
|
src/Algorithms/Base64.php | 24 | A 0 mins |
|
src/Algorithms/Collections/CollectionInterface.php | 14 | A 0 mins |
|
src/Algorithms/Collections/DeserializationException.php | 10 | A 0 mins |
|
src/Algorithms/Collections/GenericCollection.php | 88 | A 0 mins |
|
src/Algorithms/Collections/SerializableCollection.php | 96 | B 5 hrs |
|
src/Algorithms/Collections/SerializationException.php | 10 | A 0 mins |
|
src/Algorithms/Strings/Manipulation.php | 38 | A 0 mins |
|
src/Algorithms/Strings/SimpleLexer.php | 61 | A 1 hr |
|
src/Algorithms/XmlDomConstructor.php | 27 | A 1 hr |
|
src/Core/Application.php | 94 | A 25 mins |
|
src/Core/ApplicationDatabaseTrait.php | 31 | A 0 mins |
|
src/Core/ApplicationLoggerTrait.php | 42 | A 0 mins |
|
src/Core/Configuration.php | 43 | A 0 mins |
|
src/Core/Environment.php | 33 | A 0 mins |
|
src/Core/Exception.php | 11 | A 0 mins |
|
src/Core/MVC/Controller/Controller.php | 59 | A 35 mins |
|
src/Core/MVC/Controller/ControllerException.php | 10 | A 0 mins |
|
src/Core/MVC/Controller/Plugin.php | 25 | A 0 mins |
|
src/Core/MVC/Controller/Plugins/RequestDeserializer.php | 84 | A 1 hr |
|
src/Core/MVC/Controller/Plugins/ResponseAssembler.php | 31 | A 0 mins |
|
src/Core/MVC/Controller/Plugins/ResponseSerializer.php | 49 | A 0 mins |
|
src/Core/MVC/Controller/Plugins/TwigWrapper.php | 63 | A 0 mins |
|
src/Core/MVC/Model/ActiveRecord.php | 57 | A 0 mins |
|
src/Core/MVC/Model/ActiveRecordException.php | 10 | A 0 mins |
|
src/Core/MVC/Model/ActiveRecordInterface.php | 13 | A 0 mins |
|
src/Core/MVC/Model/ActiveRecordSerializationTrait.php | 76 | A 2 hrs |
|
src/Core/MVC/Model/ActiveRecordStructureTrait.php | 115 | A 2 hrs |
|
src/Core/MVC/Model/ActiveRecordTables.php | 38 | A 0 mins |
|
src/Core/Router/MatchableRouteTrait.php | 108 | B 5 hrs |
|
src/Core/Router/Route.php | 81 | B 5 hrs |
|
src/Core/Router/RouteInterface.php | 24 | A 35 mins |
|
src/Core/Router/Router.php | 130 | A 3 hrs |
|
src/Core/Router/RouterException.php | 10 | A 0 mins |
|
src/Database/Adapters/Mysql.php | 18 | A 0 mins |
|
src/Database/Adapters/Pgsql.php | 18 | A 0 mins |
|