orkhanahmadov/laravel-currencylayer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.github/FUNDING.yml
.gitignore
.scrutinizer.yml
.styleci.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
database/migrations/create_currencylayer_currencies_table.php.stub
database/migrations/create_currencylayer_rates_table.php.stub
phpunit.xml.dist
database/factories/CurrencyFactory.php8
database/factories/RateFactory.php17
src/Commands/Command.php29
src/Commands/LiveCommand.php21
src/Commands/RateCommand.php23
src/Contracts/CurrencyService.php9
src/Currencylayer.php72
src/Facades/Currencylayer.php10
src/LaravelCurrencylayerServiceProvider.php50
src/Models/Currency.php28
src/Models/Rate.php28