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.
- Compatibility: PHP 8+, Laravel 7+
- GitHub Repository: https://github.com/josefo727/vtex-api
- Packagist Package: https://packagist.org/packages/brandlive/vtex-api
- Vtex REST APIs Documentation: https://developers.vtex.com/vtex-rest-api/docs/getting-started-list-of-rest-apis
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.
- Compatibility: JS, Node
- GitHub Repository: https://github.com/josefo727/vtex-api-js
- Packagist Package: https://packagist.org/packages/brandlive/vtex-api
- Vtex REST APIs Documentation: https://developers.vtex.com/vtex-rest-api/docs/getting-started-list-of-rest-apis
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.
- Compatibility: PHP 8+, Laravel 8+
- GitHub Repository: https://github.com/josefo727/general-settings
- Packagist Package: https://packagist.org/packages/josefo727/general-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.
- Compatibility: PHP 8.2+, Laravel 11.28+, Filament 4+
- GitHub Repository: https://github.com/josefo727/filament-general-settings
