silviodelgado/flywork

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.styleci.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
_config.yml
composer.json
composer.lock
src/Controllers/Controller.php99
src/Controllers/RestController.php88
src/Kernel.php144
src/Library/Cache.php55
src/Library/Input.php241
src/Library/Language.php28
src/Library/Logger.php128
src/Library/Mail/Adapters/PhpMailerAdapter.php86
src/Library/Mail/Adapters/SwiftMailerAdapter.php36
src/Library/Mail/Components/MailAddress.php20
src/Library/Mail/Components/MailAttachment.php20
src/Library/Mail/Components/MailConfig.php41
src/Library/Mail/Components/MailMessage.php42
src/Library/Mail/Components/MailRecipients.php32
src/Library/Mail/Components/MailSender.php23
src/Library/Mail/Components/SMTPConfig.php30
src/Library/Mail/IMailAdapter.php17
src/Library/Mail/MailAdapter.php101
src/Library/Model.php164
A
25 mins
src/Library/Security.php43
src/Library/Session.php164
src/Traits/AutoProperty.php15
src/Traits/BundleManager.php88