All Projects → jansenfelipe → Cnpj Gratis

jansenfelipe / Cnpj Gratis

Com esse pacote você poderá consultar, gratuitamente, CNPJ diretamente no site da receita

Projects that are alternatives of or similar to Cnpj Gratis

Bull exporter
Prometheus exporter for Bull metrics
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Bull
BULL - Bean Utils Light Library
Stars: ✭ 150 (+0%)
Mutual labels:  hacktoberfest
Stryker Js
Mutation testing for JavaScript and friends
Stars: ✭ 2,043 (+1262%)
Mutual labels:  hacktoberfest
Elsa Core
A .NET Standard 2.0 Workflows Library
Stars: ✭ 2,793 (+1762%)
Mutual labels:  hacktoberfest
Cloudproxy
Proxy server to bypass Cloudflare protection.
Stars: ✭ 150 (+0%)
Mutual labels:  hacktoberfest
Poddr
Podcatcher made with Electron and Angular
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Polybar Pulseaudio Control
A feature-full Polybar module to control PulseAudio
Stars: ✭ 148 (-1.33%)
Mutual labels:  hacktoberfest
Sympa
Sympa, Mailing List Management Software
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Strapi Middleware Cache
🔌 A cache middleware for https://strapi.io
Stars: ✭ 146 (-2.67%)
Mutual labels:  hacktoberfest
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+1236%)
Mutual labels:  hacktoberfest
Container
HedgeDoc container image resources
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Geshi 1.0
Original version of Generic Syntax Highlighter for PHP
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Vue Axios
A small wrapper for integrating axios to Vuejs
Stars: ✭ 1,887 (+1158%)
Mutual labels:  hacktoberfest
Easyengine
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
Stars: ✭ 1,881 (+1154%)
Mutual labels:  hacktoberfest
Rpush
The push notification service for Ruby.
Stars: ✭ 1,886 (+1157.33%)
Mutual labels:  hacktoberfest
Kedro Viz
Visualise your Kedro data pipelines.
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+0%)
Mutual labels:  hacktoberfest
Portofino
Portofino 5 is the next generation of the open source radid web development framework Portofino. Its purpose is to help developers create modern, responsive enterprise applications with REST APIs and an Angular UI.
Stars: ✭ 150 (+0%)
Mutual labels:  hacktoberfest
Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (+1136%)
Mutual labels:  hacktoberfest
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+1343.33%)
Mutual labels:  hacktoberfest

CNPJ Grátis

Travis Latest Stable Version Total Downloads Latest Unstable Version MIT license

Com esse pacote você poderá realizar consultas de CNPJ no site da Receita Federal do Brasil gratuitamente.

Atenção: Esse pacote não possui leitor de captcha, mas captura o mesmo para ser digitado pelo usuário

Changelog

  • 2.1.1 - Bugfix: Atualização site receita. Obrigado @fernandobatels
  • 2.1.0 - Removendo dependências extras e versão mínima PHP 5.5
  • 2.0.8 - Bugfix: Campo telefone quando não informado. Obrigado @mprandot
  • 2.0.7 - Bugfix: Atualização site receita. Obrigado @Marciobds

Como utilizar

Adicione a library

$ composer require jansenfelipe/cnpj-gratis

Adicione o autoload.php do composer no seu arquivo PHP.

require_once 'vendor/autoload.php';  

Primeiro chame o método getParams() para retornar os dados necessários para enviar no método consulta()

$params = JansenFelipe\CnpjGratis\CnpjGratis::getParams();

Agora basta chamar o método consulta()

$dadosEmpresa = JansenFelipe\CnpjGratis\CnpjGratis::consulta(
    '45.543.915/0001-81',
    'INFORME_AS_LETRAS_DO_CAPTCHA',
    $params['cookie']
);

Gostou? Conheça também

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].