Download the PHP package phpcfdi/sat-estado-cfdi-http-psr without Composer

On this page you can find all versions of the php package phpcfdi/sat-estado-cfdi-http-psr. 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 sat-estado-cfdi-http-psr

phpcfdi/sat-estado-cfdi-http-psr

Proyecto archivado

Este proyecto ha sido archivado en favor de phpcfdi/sat-estado-cfdi versión 2. Las características de este proyecto han sido integradas en phpcfdi/sat-estado-cfdi, por lo tanto, este proyecto no es mantenido a partir de 2024-03-06. Si implementaste la versión 1 de phpcfdi/sat-estado-cfdi y phpcfdi/sat-estado-cfdi-http-psr entonces puedes seguir la guía de actualización en https://github.com/phpcfdi/sat-estado-cfdi/blob/main/docs/UPGRADE_v1_v2.md para actualizar tu código.

Consulta el estado de un CFDI en el webservice del SAT usando HTTP (PSR-17 y PSR-18)

:us: The documentation of this project is in spanish as this is the natural language for intended audience.

:mexico: La documentación del proyecto está en español porque ese es el lenguaje principal de los usuarios.

Esta librería contiene objetos para consumir el Servicio de Consulta de CFDI del SAT usando HTTP.

Esta librería provee un objeto HttpConsumerClient que se usa en \PhpCfdi\SatEstadoCfdi\Consumer de la librería phpcfdi/sat-estado-cfdi.

Para contactar al servicio no requiere ext-soap en su lugar usa los estándares de PHP-FIG PSR-18: HTTP Client y PSR-17: HTTP Factories. De esta forma, puedes usar el cliente HTTP que mejor te convenga.

Los estándares de los que depende son:

Esta librería no contiene las implementaciones de los estándares, pero ya existen fuera del ámbito de la aplicación.

Te recomiendo probar las librerías de Sunrise sunrise/http-client-curl, y sunrise/http-message.

O puedes ver en Packagist los que te agraden:

Instalación

Usa composer

Ejemplo básico de uso

Integraciones

Puedes ver los siguientes recursos para integrar phpcfdi/sat-estado-cfdi-http-psr a tu proyecto.

Compatibilidad

Esta librería se mantendrá compatible con al menos la versión con soporte activo de PHP más reciente.

También utilizamos Versionado Semántico 2.0.0 por lo que puedes usar esta librería sin temor a romper tu aplicación.

Contribuciones

Las contribuciones con bienvenidas. Por favor lee CONTRIBUTING para más detalles y recuerda revisar el archivo de tareas pendientes TODO y el archivo CHANGELOG.

Copyright and License

The phpcfdi/sat-estado-cfdi-http-psr library is copyright © PhpCfdi and licensed for use under the MIT License (MIT). Please see LICENSE for more information.


All versions of sat-estado-cfdi-http-psr with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
ext-dom Version *
phpcfdi/sat-estado-cfdi Version ^1.0.2
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.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 phpcfdi/sat-estado-cfdi-http-psr contains the following files

Loading the files please wait ....