Laralabs/get-address-io

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.docker/php/Dockerfile
.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
README.md
composer.json
phpunit.xml
database/factories/CachedAddressFactory.php21
database/migrations/2019_03_09_000000_create_getaddress_cache_table.php36
src/Cache/Manager.php87
A
25 mins
src/Exceptions/Forbidden.php7
src/Exceptions/Handler.php16
src/Exceptions/InvalidPostcode.php7
src/Exceptions/PostcodeNotFound.php7
src/Exceptions/ServerError.php7
src/Exceptions/TooManyRequests.php7
src/Exceptions/Unknown.php12
src/Facades/GetAddress.php10
src/GetAddress.php72
src/GetAddressServiceProvider.php28
src/Helpers/functions.php8
src/Http/Client.php92
src/Models/CachedAddress.php70
src/Responses/Address.php87
src/Responses/AddressCollectionResponse.php47
src/Responses/AutocompleteCollectionResponse.php25
src/Responses/ExpandedAddress.php97
src/Responses/SingleAddressCollectionResponse.php32