teresko/palladium

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
LICENSE.md
README.md
composer.json
composer.lock
docs/Concept/Account.md
docs/Concept/Identity.md
docs/Concept/Service.md
infection.json
phpunit.xml
resources/schema.sql
src/Palladium/Component/Collection.php176
A
3 hrs
src/Palladium/Component/DataMapper.php22
src/Palladium/Component/Exception.php5
src/Palladium/Component/MapperFactory.php28
src/Palladium/Contract/CanCreateMapper.php6
src/Palladium/Contract/CanPersistIdentity.php9
src/Palladium/Contract/HasId.php6
src/Palladium/Entity/CookieIdentity.php59
src/Palladium/Entity/Identity.php151
A
2 hrs
src/Palladium/Entity/IdentityCollection.php47
src/Palladium/Entity/NonceIdentity.php60
src/Palladium/Entity/StandardIdentity.php58
src/Palladium/Exception/CompromisedCookie.php8
src/Palladium/Exception/IdentityConflict.php8
src/Palladium/Exception/IdentityExpired.php8
src/Palladium/Exception/IdentityNotFound.php8
src/Palladium/Exception/IdentityNotVerified.php8
src/Palladium/Exception/InvalidCookieToken.php8
src/Palladium/Exception/InvalidToken.php8
src/Palladium/Exception/KeyMismatch.php8
src/Palladium/Exception/PasswordMismatch.php8
src/Palladium/Exception/PayloadNotFound.php8
src/Palladium/Exception/TokenGenerationFailed.php8
src/Palladium/Mapper/CookieIdentity.php77
src/Palladium/Mapper/Identity.php79
B
4 hrs
src/Palladium/Mapper/IdentityAccount.php17
src/Palladium/Mapper/IdentityCollection.php60
src/Palladium/Mapper/NonceIdentity.php67
src/Palladium/Mapper/StandardIdentity.php149
B
4 hrs
src/Palladium/Repository/Identity.php67
src/Palladium/Service/Identification.php243
A
2 hrs
src/Palladium/Service/Recovery.php57
src/Palladium/Service/Registration.php91
src/Palladium/Service/Search.php138
A
1 hr