PHPackages                             am2tec/laravel-brazilian-ceps - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. am2tec/laravel-brazilian-ceps

ActiveLibrary

am2tec/laravel-brazilian-ceps
=============================

A package for querying zip codes for Brazilian addresses.

v1.0.0(today)01↑2900%MITPHPPHP &gt;=8.1 &lt;8.5

Since Apr 3Pushed todayCompare

[ Source](https://github.com/alberto-morais-oliveira-f/laravel-brazilian-ceps)[ Packagist](https://packagist.org/packages/am2tec/laravel-brazilian-ceps)[ RSS](/packages/am2tec-laravel-brazilian-ceps/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

Search addresses easily with Laravel Brazilian CEPs
===================================================

[](#search-addresses-easily-with-laravel-brazilian-ceps)

 [ ![Latest Stable Version](https://camo.githubusercontent.com/9db9bc4528be5eb66ee3ada8ce4f8b232ac7ce151e9cf46828802953a662f865/68747470733a2f2f706f7365722e707567782e6f72672f616d327465632f6c61726176656c2d6272617a696c69616e2d636570732f76) ](https://github.com/alberto-morais-oliveira-f/laravel-brazilian-ceps/releases/latest) [ ![Total Downloads](https://camo.githubusercontent.com/a136bf7f35754280be4a0824d6f139ecf44700699e75384516287a917595a166/68747470733a2f2f706f7365722e707567782e6f72672f616d327465632f6c61726176656c2d6272617a696c69616e2d636570732f646f776e6c6f616473) ](https://packagist.org/packages/am2tec/laravel-brazilian-ceps/stats) [ ![Latest Unstable Version](https://camo.githubusercontent.com/5789d30cfa686298fca11ca804700446895e820fbf6a6bacd62ef22efe130822/68747470733a2f2f706f7365722e707567782e6f72672f616d327465632f6c61726176656c2d6272617a696c69616e2d636570732f762f756e737461626c65) ](https://github.com/alberto-morais-oliveira-f/laravel-brazilian-ceps/tree/main) [ ![License](https://camo.githubusercontent.com/42fff4e156edfc4688d52bee89d79dcea46675aea8d12e3f48b58f05a88ffe49/68747470733a2f2f706f7365722e707567782e6f72672f616d327465632f6c61726176656c2d6272617a696c69616e2d636570732f6c6963656e7365) ](https://github.com/alberto-morais-oliveira-f/laravel-brazilian-ceps/blob/main/LICENSE.md) [ ![Tests](https://github.com/alberto-morais-oliveira-f/laravel-brazilian-ceps/actions/workflows/action_laravel_11.yml/badge.svg?branch=main) ](https://github.com/alberto-morais-oliveira-f/laravel-brazilian-ceps/actions/workflows/main_action.yml)

Minimum requirements
====================

[](#minimum-requirements)

- PHP: 8.1, 8.2, 8.3 or 8.4
- Laravel: 9, 10, 11, 12 or 13
- PHP Extensions: fileinfo, mbstring, json

Install
=======

[](#install)

Require this package in your composer.json and update composer. This will download the package and the dependencies libraries also.

```
composer require am2tec/laravel-brazilian-ceps
```

Laravel package discovery will register the service provider automatically.

Export the settings file using the command below:

```
php artisan vendor:publish --tag=brazilian-ceps
```

Usage
=====

[](#usage)

Using CepService:
-----------------

[](#using-cepservice)

```
