Download the PHP package rumbleh/laravel-ciot-antt without Composer

On this page you can find all versions of the php package rumbleh/laravel-ciot-antt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-ciot-antt

laravel-ciot-antt

Cliente Laravel para emissão de CIOT (Código Identificador da Operação de Transporte) junto ao web service PEF da ANTT (Pagamento Eletrônico de Frete), conforme o manual DCS PEF v1.1 (Resolução ANTT 5.892/2019 e MP 1.343/2026 — Piso Mínimo de Frete).

Open source (MIT). Distribuído via Packagist: composer require rumbleh/laravel-ciot-antt. Detalhes de instalação e CI/CD em docs/INSTALL.md.


Recursos

Requisitos

Instalação rápida

Build não interativo em CI/CD (com --no-dev) e configuração do certificado: veja docs/INSTALL.md.

Uso em 30 segundos

Gerador CIOT v3 (token + API key)

Alternativa simples ao fluxo mTLS: autentica com uma API key e gera/consulta o CIOT por HTTP. A URL é resolvida pelo CIOT_AMBIENTE; a API key é fornecida pela sua aplicação (CIOT_API_KEY), nunca fixa no código.

O token JWT é obtido, reutilizado por ~59 min e renovado automaticamente. Além do uso direto, definir a CIOT_API_KEY faz o GeradorCiot ser usado automaticamente como OperationIdGenerator — o IdOperacaoTransporte da declararOperacao() passa a ser gerado por esta API (ocupando o lugar da DLL oficial). Detalhes na seção 4 do docs/USAGE.md.

Documentação

Testes

Ambientes ANTT

Ambiente URL base
Homologação https://appservices-hml.antt.gov.br/pefServices
Produção https://appservices.antt.gov.br/pefServices

A ANTT exige aprovação dos testes em homologação antes de liberar a produção. O host/contexto exato (segmento api) deve ser confirmado com a ANTT — é configurável via CIOT_PATH_PREFIX sem alterar código.

Licença

MIT © Thiago de Queiroz.


All versions of laravel-ciot-antt with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2 || ^8.3 || ^8.4
ext-json Version *
ext-openssl Version *
guzzlehttp/guzzle Version ^7.8
illuminate/support Version ^11.0 || ^12.0
illuminate/contracts Version ^11.0 || ^12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rumbleh/laravel-ciot-antt contains the following files

Loading the files please wait ...