PHPackages                             gam/laravel-sat-catalogs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gam/laravel-sat-catalogs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gam/laravel-sat-catalogs
========================

Provides a artisan command to automatically update SAT catalogs. Use a DB facade to access them.

v2.0.2(9mo ago)682—0%MITPHPPHP ^8.2CI passing

Since Mar 28Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/gam04/laravel-sat-catalogs)[ Packagist](https://packagist.org/packages/gam/laravel-sat-catalogs)[ Docs](https://github.com/gam/laravel-sat-catalogs)[ RSS](/packages/gam-laravel-sat-catalogs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Gam/laravel-sat-catalogs
========================

[](#gamlaravel-sat-catalogs)

[![Source Code](https://camo.githubusercontent.com/e28f5fc5cae998d92bf7f64da3a749e562d3e8e6336ce5086ded109c9064245b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d706870636664692f7265736f75726365732d2d7361742d2d636174616c6f67732d626c75653f6c6f676f3d676974687562267374796c653d666c61742d737175617265)](https://github.com/phpcfdi/resources-sat-catalogs)[![Total Downloads](https://camo.githubusercontent.com/2f15e6ea2bcaa3a582947f733b32622660f186e59b1c3af310fdf5fc82d37a16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67616d2f6c61726176656c2d7361742d636174616c6f67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gam/laravel-sat-catalogs)[![GitHub Workflow Status](https://camo.githubusercontent.com/e39d5098b4c3ea4928ecbb4d4d5087b83f5b28343f06274df9296ab4cb9a7e7b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67616d30342f6c61726176656c2d7361742d636174616c6f67732f6d61696e2e796d6c3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/e39d5098b4c3ea4928ecbb4d4d5087b83f5b28343f06274df9296ab4cb9a7e7b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67616d30342f6c61726176656c2d7361742d636174616c6f67732f6d61696e2e796d6c3f7374796c653d666c61742d737175617265)[![GitHub](https://camo.githubusercontent.com/bbd9aab13567f7f10172d4a06455d96a91a5b0ad180980cca5fb69cd6a29b5d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f67616d30342f6c61726176656c2d7361742d636174616c6f67733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/bbd9aab13567f7f10172d4a06455d96a91a5b0ad180980cca5fb69cd6a29b5d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f67616d30342f6c61726176656c2d7361742d636174616c6f67733f7374796c653d666c61742d737175617265)[![GitHub release (latest by date)](https://camo.githubusercontent.com/f0c0d9badab3bba61f8920a449a40f47ce2684425db37746d22a4cae1f4f040e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f67616d30342f6c61726176656c2d7361742d636174616c6f67733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/f0c0d9badab3bba61f8920a449a40f47ce2684425db37746d22a4cae1f4f040e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f67616d30342f6c61726176656c2d7361742d636174616c6f67733f7374796c653d666c61742d737175617265)[![Packagist PHP Version Support](https://camo.githubusercontent.com/bf2e8368f3e1f225a6724b663a4adbb0644eb1aa8551688dec6ac754d9727e3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f67616d2f6c61726176656c2d7361742d636174616c6f67733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/bf2e8368f3e1f225a6724b663a4adbb0644eb1aa8551688dec6ac754d9727e3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f67616d2f6c61726176656c2d7361742d636174616c6f67733f7374796c653d666c61742d737175617265)

Simple package providing an Artisan command to update the SAT Catalogs. You can access them through the `Catalog` Facade.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require gam/laravel-sat-catalogs
```

Usage
-----

[](#usage)

1. Set a sqlite3 connection for the driver `catalogs`. You can change the driver name in `config/catalogs.php`.
    Example:

    ```
