PHPackages                             usinatech/cepwebservice - 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. [API Development](/categories/api)
4. /
5. usinatech/cepwebservice

ActiveLaravel-bundle[API Development](/categories/api)

usinatech/cepwebservice
=======================

CEP Webservice API REST Laravel Package

v0.0.16(5y ago)2196MITPHPPHP ^7.2|^7.3CI failing

Since Jun 28Pushed 1y ago2 watchersCompare

[ Source](https://github.com/usinatech/cepwebservice)[ Packagist](https://packagist.org/packages/usinatech/cepwebservice)[ RSS](/packages/usinatech-cepwebservice/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (1)Versions (17)Used By (0)

CEP Webservice
==============

[](#cep-webservice)

CEP Webservice API REST Laravel Package

Execute os comandos abaixo dentro da pasta do seu projeto:

**composer require usinatech/cepwebservice**

**unzip vendor/usinatech/cepwebservice/database/cepwebservice.sqlite.zip -d database/**

Acrescente em seu arquivo *.env* a variável de ambiemte abaixo:
**SQLITE\_DB\_DATABASE="../database/cepwebservice.sqlite"**

Abaixo do trecho do arquivo *config/database.php*:

```
  'sqlite' => [
              'driver' => 'sqlite',
              'url' => env('DATABASE_URL'),
              'database' => env('DB_DATABASE', database_path('database.sqlite')),
              'prefix' => '',
              'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
   ],

```

Incluir:

```
  'sqliteCEPWebservice' => [
              'driver' => 'sqlite',
              'url' => env('SQLITE_DATABASE_URL'),
              'database' => env('SQLITE_DB_DATABASE'),
              'prefix' => '',
              'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
   ],

```

\##Usando a API

Exemplo de Chamada:

```
curl --location --request GET 'http://localhost:8000/cepwebservice/cep/51110000'

```

Retorno:

```
[
    {
        "cep": "51110000",
        "logradouro": "Avenida Antônio de Góes",
        "bairro": "Pina",
        "cidade": "Recife",
        "estado": "PE",
        "latitude": "-8.0851919",
        "longitude": "-34.8869746"
    }
]

```

Se desejar usar o método para busca complementar de latitude e longitude no Google Maps, incluir a chave no seu arquivo *.env*

GOOGLE\_MAPS\_API\_KEY=

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Recently: every ~40 days

Total

16

Last Release

1907d ago

PHP version history (2 changes)v0.0.2PHP ^7.2

v0.0.12PHP ^7.2|^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/81ac89d9bc29e3f4ed3adab8cd726e605ef5f0f7dd8fb4ac0ca8b4b4ba539b92?d=identicon)[alcimarcarlos](/maintainers/alcimarcarlos)

---

Top Contributors

[![alcimarcarlos](https://avatars.githubusercontent.com/u/15267066?v=4)](https://github.com/alcimarcarlos "alcimarcarlos (38 commits)")

---

Tags

apiapi-restceplaravelphp7

### Embed Badge

![Health badge](/badges/usinatech-cepwebservice/health.svg)

```
[![Health](https://phpackages.com/badges/usinatech-cepwebservice/health.svg)](https://phpackages.com/packages/usinatech-cepwebservice)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M111](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
