PHPackages                             tecnoponto/omie - 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. tecnoponto/omie

ActiveLibrary

tecnoponto/omie
===============

Integração rápida e fácil com a Omie, em PHP/Laravel

v3.9(1y ago)0143GPL-3.0-onlyPHPPHP &gt;=7.1.3

Since May 17Pushed 1y agoCompare

[ Source](https://github.com/EduardoCooperTecnoponto/omie-tecnoponto)[ Packagist](https://packagist.org/packages/tecnoponto/omie)[ RSS](/packages/tecnoponto-omie/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (24)Used By (0)

Omie Laravel
============

[](#omie-laravel)

Pacote de integração com

Instalando
----------

[](#instalando)

Instale com [composer](https://getcomposer.org/):

```
composer require tecnoponto/omie-tecnoponto
```

Forkado do projeto bee-delivery
-------------------------------

[](#forkado-do-projeto-bee-delivery)

\[github\] ()

Como utilizar?
--------------

[](#como-utilizar)

[Documentação API Omie](https://developer.omie.com.br/)

### Ex.:

[](#ex)

```
$payload['codigo_cliente_integracao'] = $omieId;
$payload['email'] = $email->valor;
$payload['razao_social'] = substr($cliente->razao_social, 0, 60);
$payload['nome_fantasia'] = substr($cliente->nome_fantasia, 0, 100);
$payload['cnpj_cpf'] = $cliente->cnpj;
$payload['telefone1_ddd'] = substr(preg_replace('/[^0-9]/', '', Masks::unmaskTelefone($telefone1->valor)), 2, 2);
$payload['telefone1_numero'] = substr(preg_replace('/[^0-9]/', '', Masks::unmaskTelefone($telefone1->valor)), 4, 9);
$payload['telefone2_ddd'] = substr(preg_replace('/[^0-9]/', '', Masks::unmaskTelefone($telefone2->valor)), 2, 2);
$payload['telefone2_numero'] = substr(preg_replace('/[^0-9]/', '', Masks::unmaskTelefone($telefone2->valor)), 4, 9);
$payload['contato'] = substr($email->contato, 0, 100);
$payload['optante_simples_nacional'] = $cliente->simples === true ? 'S' : 'N';
$payload['recomendacoes']['email_fatura'] = $email->valor;
$payload['recomendacoes']['gerar_boletos'] = 'S';

// endereço do cliente
$payload['endereco'] = substr($endereco->logradouro, 0, 60);
$payload['endereco_numero'] = substr($endereco->numero, 0, 10);
$payload['complemento'] = substr($endereco->complemento, 0, 60);
$payload['bairro'] = substr($endereco->bairro, 0, 60);
$payload['estado'] = $endereco->uf;
$payload['cidade'] = substr($endereco->cidade, 0, 40);
$payload['cep'] = $endereco->cep;

$clienteOmie = new OmieCliente(env('OMIE_APP_KEY'), env('OMIE_APP_SECRET'));
$result = $clienteOmie->incluir($payload);
$codigo_cliente_omie = $result['response']->codigo_cliente_omie;

```

Licença
-------

[](#licença)

GNU General Public License v3

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~7 days

Total

23

Last Release

549d ago

Major Versions

v1.1.0 → v2.02024-05-20

v2.9 → v3.02024-06-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/23157c465f1f752a9f5e2c9123a731ebcd3b6a5c6a8bdb49b12d2b4e357a51cb?d=identicon)[EduardoCooperTecnoponto](/maintainers/EduardoCooperTecnoponto)

---

Top Contributors

[![Desenvolvedor-Tecnoponto](https://avatars.githubusercontent.com/u/270354972?v=4)](https://github.com/Desenvolvedor-Tecnoponto "Desenvolvedor-Tecnoponto (22 commits)")[![EduardoCooperTecnoponto](https://avatars.githubusercontent.com/u/168195362?v=4)](https://github.com/EduardoCooperTecnoponto "EduardoCooperTecnoponto (4 commits)")[![johnkmedeiros](https://avatars.githubusercontent.com/u/51450133?v=4)](https://github.com/johnkmedeiros "johnkmedeiros (4 commits)")[![flads](https://avatars.githubusercontent.com/u/43182319?v=4)](https://github.com/flads "flads (2 commits)")[![CarlosRamon](https://avatars.githubusercontent.com/u/19677369?v=4)](https://github.com/CarlosRamon "CarlosRamon (1 commits)")

### Embed Badge

![Health badge](/badges/tecnoponto-omie/health.svg)

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

PHPackages © 2026

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