Download the PHP package simplefactura/sdk without Composer

On this page you can find all versions of the php package simplefactura/sdk. 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 sdk

SDK SimpleFactura

El SDK SimpleFactura es una solución en PHP diseñada para facilitar la integración con los servicios de SimpleFactura, parte de ChileSystems. Este SDK provee un conjunto de clases y métodos que permiten realizar operaciones como facturación, gestión de productos, proveedores, clientes, sucursales, folios, Datos de empresa y boletas de honorarios.


Características principales


Requisitos

Dependencias

Las dependencias necesarias para utilizar este SDK son:

Plataforma

El SDK es compatible con PHP 7.4 y versiones superiores.


Instalación

Puedes instalar el SDK utilizando Composer, el gestor de dependencias para PHP.

Usando Composer

Ejecuta el siguiente comando en tu terminal:

Configuración del SDK del archivo appsettings.json:

Para usar el SDK, es necesario configurar tus credenciales y la URL base de la API en un archivo appsettings.json, Este archivo debe contener tus credenciales de acceso a la API de SimpleFactura. Aquí tienes un ejemplo de cómo configurarlo:

Para garantizar que el archivo appsettings.json esté disponible en tiempo de ejecución, sigue estos pasos:

  1. Crea un archivo llamado appsettings.json en el directorio raíz de tu proyecto.
  2. Agrega tus credenciales de acceso a la API en el archivo appsettings.json como se muestra en el ejemplo anterior.
  3. Asegúrate de que el archivo appsettings.json esté incluido en tu archivo .gitignore para evitar subir tus credenciales a un repositorio público.

Cómo empezar

Inicialización del cliente

Para utilizar el SDK, necesitas inicializar la clase SimpleFacturaClient.

Uso de los servicios

El cliente proporciona propiedades que corresponden a los diferentes servicios disponibles:

Ejemplo de Uso del SDK SimpleFactura y Descripción General del Código

ObtenerPDF

Este ejemplo demuestra cómo utilizar el SDK SimpleFacturaSdk para interactuar con el servicio de facturación electrónica SimpleFactura. Específicamente, se realiza una solicitud para descargar el PDF de una factura electrónica. Ejemplo de Uso:

Documentación

La documentación relevante para usar este SDK es:


All versions of sdk with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.9
php-di/php-di Version ^7.0
symfony/serializer Version ^7.1
symfony/property-access Version *
ramsey/uuid Version ^4.7
symfony/polyfill-ctype Version ^1.31
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 simplefactura/sdk contains the following files

Loading the files please wait ....