PHPackages                             phelip-roberto/php-client - 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. phelip-roberto/php-client

ActiveLibrary[API Development](/categories/api)

phelip-roberto/php-client
=========================

eNotasGW 1.0 - emissão de nota fiscal de serviço

v1.0.2(7y ago)0104MITPHP

Since Jul 12Pushed 7y agoCompare

[ Source](https://github.com/phelip-roberto/php-client)[ Packagist](https://packagist.org/packages/phelip-roberto/php-client)[ RSS](/packages/phelip-roberto-php-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

eNotas GW PHP client
====================

[](#enotas-gw-php-client)

```
eNotasGW::configure(array(
	'apiKey' => ''
));
```

### Emitindo uma nota fiscal

[](#emitindo-uma-nota-fiscal)

```
$idEmpresa = '484FB0C5-969E-46AD-A047-8A0DB54667B4';

eNotasGW::$NFeApi->emitir($idEmpresa, array(
	'tipo' => 'NFS-e',
	'idExterno' => '5', //id para mapeamento com sistema de origem (opcional)
	'ambienteEmissao' => 'Homologacao', //'Homologacao' ou 'Producao'
	'cliente' => array(
		'nome' => 'Nome Cliente',
		'email' => 'cliente@mail.com',
		'cpfCnpj' => '23857396237',
		'endereco' => array(
			'uf' => 'MG',
			'cidade' => 'Belo Horizonte',
			'logradouro' => 'Rua 01',
			'numero' => '112',
			'bairro' => 'Savassi',
			'cep' => '32323111'
		)
	),
	'servico' => array(
		'descricao' => 'Discriminação do serviço prestado'
	),
	'valorTotal' => 10.05
));
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

Total

3

Last Release

2909d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11970576?v=4)[Phelip Roberto](/maintainers/phelip-roberto)[@phelip-roberto](https://github.com/phelip-roberto)

---

Top Contributors

[![jonathansouza](https://avatars.githubusercontent.com/u/13571626?v=4)](https://github.com/jonathansouza "jonathansouza (48 commits)")[![phelip-roberto](https://avatars.githubusercontent.com/u/11970576?v=4)](https://github.com/phelip-roberto "phelip-roberto (4 commits)")[![otavioreis](https://avatars.githubusercontent.com/u/12715245?v=4)](https://github.com/otavioreis "otavioreis (1 commits)")

### Embed Badge

![Health badge](/badges/phelip-roberto-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/phelip-roberto-php-client/health.svg)](https://phpackages.com/packages/phelip-roberto-php-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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