Skip to content

Herramienta para crear y actualizar los catálogos de SAT/CFDI en una base de datos SQLite3

License

Notifications You must be signed in to change notification settings

phpcfdi/sat-catalogos-populate

Repository files navigation

phpcfdi/sat-catalogos-populate

Source Code PHP Version Latest Version Software License Build Status Scrutinizer Coverage Status

Herramienta para crear y actualizar los catálogos de SAT/CFDI en una base de datos SQLite3

Use this project to produce the SQLite database for phpcfdi/sat-catalogos but this database can also be used in any other project.

Install and use by docker image

This project provides a Dockerfile to build an image with the project and all its dependences. Use it to execute the commands provided by this package, for more information check the README.Docker.md file.

git clone https://github.com/phpcfdi/sat-catalogos-populate.git
docker build -t sat-catalogos-populate sat-catalogos-populate/
docker run -it --rm sat-catalogos-populate --help

Installation on local system