Jelle-S/TheSportsDb

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.ruleset.xml
.codeclimate.yml
.gitignore
.scrutinizer.yml
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml
default_bootstrap.php35
default_bootstrap_dic.php14
src/Entity/Entity.php102
A
1 hr
src/Entity/EntityInterface.php9
src/Entity/EntityManager.php163
A
2 hrs
src/Entity/EntityManagerConsumerInterface.php6
src/Entity/EntityManagerConsumerTrait.php12
src/Entity/EntityManagerInterface.php14
src/Entity/EntityPropertyUtil.php17
src/Entity/Event.php395
D
2 days
src/Entity/EventInterface.php47
src/Entity/Factory/Factory.php35
src/Entity/Factory/FactoryContainer.php18
src/Entity/Factory/FactoryContainerInterface.php7
src/Entity/Factory/FactoryInterface.php7
src/Entity/League.php203
B
6 hrs
src/Entity/LeagueInterface.php26
src/Entity/Player.php208
C
7 hrs
src/Entity/PlayerInterface.php27
src/Entity/Proxy/EventProxy.php145
B
6 hrs
src/Entity/Proxy/LeagueProxy.php93
A
3 hrs
src/Entity/Proxy/PlayerProxy.php82
A
3 hrs
src/Entity/Proxy/Proxy.php83
A
1 hr
src/Entity/Proxy/ProxyInterface.php9
src/Entity/Proxy/SeasonProxy.php29
src/Entity/Proxy/SportProxy.php38
src/Entity/Proxy/TeamProxy.php100
B
4 hrs
src/Entity/Repository/EventRepository.php38
src/Entity/Repository/EventRepositoryInterface.php15
src/Entity/Repository/LeagueRepository.php17
src/Entity/Repository/LeagueRepositoryInterface.php8
src/Entity/Repository/PlayerRepository.php17
B
4 hrs
src/Entity/Repository/PlayerRepositoryInterface.php8
src/Entity/Repository/Repository.php55
src/Entity/Repository/RepositoryContainer.php14
src/Entity/Repository/RepositoryContainerInterface.php6
src/Entity/Repository/RepositoryInterface.php8
src/Entity/Repository/SeasonRepository.php26
src/Entity/Repository/SeasonRepositoryInterface.php6
src/Entity/Repository/SportRepository.php28
src/Entity/Repository/SportRepositoryInterface.php5