PHPackages                             chacal/consulta-datawash - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chacal/consulta-datawash

ActiveProject[Utility &amp; Helpers](/categories/utility)

chacal/consulta-datawash
========================

Consulta para Datawash

0271PHP

Since Nov 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/chacal88/consulta-datawash)[ Packagist](https://packagist.org/packages/chacal/consulta-datawash)[ RSS](/packages/chacal-consulta-datawash/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Consulta DataWash Library
=========================

[](#consulta-datawash-library)

Esse é um modulo para consulta DataWash

É necessario instanciar o Serviço com os dados de acesso.

```
/**
 * DataWashService constructor.
 * @param \SoapClient $soap
 * @param $cliente
 * @param $usuario
 * @param $senha
 */
public function __construct(\SoapClient $soap, $cliente, $usuario, $senha)

```

$dataWashService = new DataWashService(new \\SoapClient(DataWashEnum::DATAWASH), '##', '\*', '##');

e utilizar o metodo desejado, até agora só foi implementado os seguintes metodos:

```
/**
 * @param $cnpj
 * @return PessoaJuridica
 */
public function ConsultaCNPJ($cnpj);

/**
 * @param $cpf
 * @return PessoaFisica
 */
public function ConsultaCPFCompleta($cpf);

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/df4bdf046d195e621cecb93f3a07034f5bfc572bb854476207a16f8d3870c70a?d=identicon)[chacal88](/maintainers/chacal88)

---

Top Contributors

[![chacal88](https://avatars.githubusercontent.com/u/3899413?v=4)](https://github.com/chacal88 "chacal88 (7 commits)")

### Embed Badge

![Health badge](/badges/chacal-consulta-datawash/health.svg)

```
[![Health](https://phpackages.com/badges/chacal-consulta-datawash/health.svg)](https://phpackages.com/packages/chacal-consulta-datawash)
```

###  Alternatives

[nullref/yii2-datatables

Yii2 Extension for DataTables jQuery plug-in

7291.7k](/packages/nullref-yii2-datatables)[guava/tutorials

5510.2k](/packages/guava-tutorials)

PHPackages © 2026

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