Profile photo of José R. Gutierrez

José R. Gutierrez

Libraries

Vtex API PHP

Library for consuming Vtex Framework APIs

Summary

This library was built to consume ecommerce stores built on the Vtex Framework, speeding up integrations between those stores and their sales/inventory systems (SAP, Intelisis, WinPOS, among others) through PHP or Laravel applications.

What is Vtex?

VTEX is an ecommerce platform that helps companies build their own online store and sell their products. With this tool you can design your digital store, manage products, receive purchase orders, process payments, and consolidate all your customers' information.

Vtex API JS

Library for consuming Vtex Framework APIs

Summary

This library was built to consume ecommerce stores built on the Vtex Framework, speeding up integrations between those stores and their sales/inventory systems (SAP, Intelisis, WinPOS, among others) through NodeJS applications.

What is Vtex?

VTEX is an ecommerce platform that helps companies build their own online store and sell their products. With this tool you can design your digital store, manage products, receive purchase orders, process payments, and consolidate all your customers' information.

GeneralSettings

Library for managing general settings in a Laravel application

Summary

The GeneralSettings package for Laravel lets you manage general settings in a Laravel application without worrying about data casting, encryption, views, routes, or controllers. With a couple of commands and a few clicks you get an excellent module for managing your application's general parameters and settings.

FilamentGeneralSettings

Library for managing general settings in Filament, an evolution of GeneralSettings

Summary

A Filament plugin for managing general settings in a Laravel application: dynamic form inputs based on data type (string, integer, float, boolean, array, json, date, time, datetime, url, email, emails, password), encryption support for password values, multilingual support (English/Spanish), and a configurable table prefix. It's the evolution of my GeneralSettings package, now natively integrated into the Filament 4 admin panel.