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/factories/CurrencyFactory.php8
A
0 mins
database/factories/RateFactory.php17
A
0 mins
database/migrations/create_currencylayer_currencies_table.php.stub
database/migrations/create_currencylayer_rates_table.php.stub
phpunit.xml.dist
src/Commands/Command.php29
A
0 mins
src/Commands/LiveCommand.php21
A
0 mins
src/Commands/RateCommand.php23
A
0 mins
src/Contracts/CurrencyService.php9
A
0 mins
src/Currencylayer.php72
A
0 mins
src/Facades/Currencylayer.php10
A
0 mins
src/LaravelCurrencylayerServiceProvider.php50
A
0 mins
src/Models/Currency.php28
A
0 mins
src/Models/Rate.php28
A
0 mins