spryker-eco/vertex
Vertex module
1.6.0
77K downloads/mo
#4716 most downloaded on Packagist
spryker-eco/vertex
What this package is like to depend on
Last release 10 days ago
13 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
8 releases · first in 2026
8 releases in the last 12 months
see the full history below
Release timeline
8 releases · Mar 2026 to Aug 2026Releases
latest 8-
1.6.013 Aug 2026Release notes
Open source →What's Changed
- CC-39972 Vertex ECO module - null address2 handling by @ZakirovDamir in #11
Full Changelog: 1.5.1...1.6.0
-
1.5.123 Jul 2026Release notes
Open source →What's Changed
- CC-39796 Vertex: wrong error message is used in logs by @vitaliiShveider in #8
Full Changelog: 1.5.0...1.5.1
-
1.5.022 Jul 2026Release notes
Open source →What's Changed
- CC-36943 Adjust vertex configuration validation by @vitaliiShveider in #7
- CC-36943 Update Readme with vertex backoffice configuration page by @vitaliiShveider in #6
Improvements
Added Back Office Configuration support to the Vertex module, with save-time validation that prevents the integration from being left in a broken state. Fully opt-in and backward compatible.
Configuration source
Shared\Vertex\VertexConfig::isConfigurationModuleUsed()flag (defaultfalse) toggles the source. When on,Zed\Vertex\VertexConfigreads values from thespryker/configurationmodule (per scope: global/store) instead ofconfig_default.phpconstants, andisActive()means "Vertex is the selected tax provider for the scope".- New
resolveConfigurationValue()/resolveModuleConfigurationValue()helpers and scope-aware getters. - Schema
resources/configuration/vertex.configuration.yml: Integrations → Vertex (credentials, Taxamo, invoicing, tax assist) and Taxes → Tax Provider.
Save-time validation —
VertexTaxProviderPreSavePlugin:- Blocks selecting Vertex as tax provider when its configuration is incomplete for that scope.
- Blocks credential changes/removals that would leave Vertex incomplete while it is the selected provider — including cross-scope (a global change that breaks stores inheriting the global config).
- URL fields (Security URI, Transaction calls URI, Taxamo API URL) must be valid URLs even when Vertex is not selected.
- Uses a sentinel pattern: pre-save plants markers on the values; the constraints (
VertexTaxProviderConstraint,VertexConfigurationRemovalConstraint,VertexUrlConstraint) turn them into validation errors carrying the concrete reasons.
Full Changelog: 1.4.0...1.5.0
-
1.4.008 Jul 2026Release notes
Open source →What's Changed
- CC-36943 Vertex Backoffice configuration page by @vitaliiShveider in #5
New Contributors
- @vitaliiShveider made their first contribution in #5
Full Changelog: 1.3.0...1.4.0
-
1.3.029 May 2026Release notes
Open source →What's Changed
- CC-38371 Migrated Vertex Endpoints to API Platform by @olhalivitchuk in #4
Full Changelog: 1.2.0...1.3.0
-
1.2.020 Mar 2026Release notes
Open source →What's Changed
- CC-36959 added a migration from ACP doc by @ZakirovDamir in #3
Full Changelog: 1.1.0...1.2.0
-
1.1.016 Mar 2026Release notes
Open source → -
1.0.016 Mar 2026Release notes
Open source →Initial Release
- Introduced taxes calculation functionality via Vertex service provider.
- Introduced tax ID validation functionality via Vertex service provider.