matanyadaev/laravel-eloquent-spatial
Spatial library for Laravel
4.8.0
3.9M downloads/mo
#1617 most downloaded on Packagist
MatanYadaev/laravel-eloquent-spatial
What this package is like to depend on
Last release 2 months ago
08 Jun 2026
Ships unpredictably
gaps range from 8 days to 11 months
Nearly every release is documented
notes for 42 of 43 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
43 releases · first in 2021
4 releases in the last 12 months
see the full history below
Release timeline
43 releases · Feb 2021 to Jun 2026Releases
latest 43-
4.8.008 Jun 2026Release notes
Open source →What's Changed
- Make
laravel/frameworkoptional to support standalone Eloquent projects by @Smip in #148 - Harden standalone support and fix MariaDB ST_CROSSES CI regression by @MatanYadaev in #150
- Add Arrange-Act-Assert comments inside tests by @MatanYadaev in #149
New Contributors
Full Changelog: 4.7.0...4.8.0
Release notes
Open source →What's Changed
- Make
laravel/frameworkoptional to support standalone Eloquent projects by @Smip in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/148 - Harden standalone support and fix MariaDB ST_CROSSES CI regression by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/150
- Add Arrange-Act-Assert comments inside tests by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/149
New Contributors
- @Smip made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/148
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.7.0...4.8.0
- Make
-
4.7.018 Mar 2026Release notes
Open source →Release notes
Open source →What's Changed
- Add Laravel 13 support by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/147
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.6.1...4.7.0
-
4.6.126 Feb 2026Release notes
Open source →What's Changed
- Add EWKT parsing support to fromWkt by @MatanYadaev in #145
Full Changelog: 4.6.0...4.6.1
Release notes
Open source →What's Changed
- Add EWKT parsing support to fromWkt by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/145
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.6.0...4.6.1
-
4.6.001 Feb 2026Release notes
Open source →What's Changed
- Replace phayes/geophp with brick/geo by @MatanYadaev in #142
Full Changelog: 4.5.0...4.6.0
Release notes
Open source →What's Changed
- Replace phayes/geophp with brick/geo by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/142
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.5.0...4.6.0
-
4.5.026 Feb 2025Release notes
Open source →Release notes
Open source →What's Changed
- Laravel 12 upgrade by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/136
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.4.1...4.5.0
-
4.4.130 Nov 2024Release notes
Open source →What's Changed
- Fix WKT for empty geometry collections by @LachlanArthur in #132
New Contributors
- @LachlanArthur made their first contribution in #132
Full Changelog: 4.4.0...4.4.1
Release notes
Open source →What's Changed
- Fix WKT for empty geometry collections by @LachlanArthur in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/132
New Contributors
- @LachlanArthur made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/132
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.4.0...4.4.1
-
4.4.023 Nov 2024Release notes
Open source →Release notes
Open source →What's Changed
- Allow setting default SRID by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/commit/43edde698892659c9ef28b83a774f62a91ff7559
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.3.2...4.4.0
-
4.3.207 Aug 2024Release notes
Open source →What's Changed
- Fix SRID not being optional for expression in GeometryCast by @nickknissen in #124
New Contributors
- @nickknissen made their first contribution in #124
Full Changelog: 4.3.1...4.3.2
Release notes
Open source →What's Changed
- Fix SRID not being optional for expression in GeometryCast by @nickknissen in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/124
New Contributors
- @nickknissen made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/124
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.3.1...4.3.2
-
4.3.103 Aug 2024Release notes
Open source →What's Changed
- Fix columns that their cast is
Geometryby @MatanYadaev in #127
Full Changelog: 4.3.0...4.3.1
Release notes
Open source →What's Changed
- Fix columns that their cast is
Geometryby @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/127
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.3.0...4.3.1
- Fix columns that their cast is
-
4.3.024 Jul 2024Release notes
Open source →What's Changed
- Support Geometry class extension by @jobverplanke in #125
New Contributors
- @jobverplanke made their first contribution in #125
Full Changelog: 4.2.1...4.3.0
Release notes
Open source →What's Changed
- Support Geometry class extension by @jobverplanke in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/125
New Contributors
- @jobverplanke made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/125
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.2.1...4.3.0
-
4.2.102 Apr 2024Nothing published for this version
-
4.2.013 Mar 2024Release notes
Open source →What's Changed
- Support Laravel 11 by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/113
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.1.1...4.2.0
-
4.1.105 Mar 2024Release notes
Open source →What's Changed
- Laravel Pint by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/112
- Bugfix:
isDirtyis alwaystrueafter creation by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/115
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.1.0...4.1.1
-
4.1.024 Feb 2024Release notes
Open source →What's Changed
- Postgres support by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/109
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/4.0.0...4.1.0
-
4.0.018 Jan 2024Release notes
Open source →What's Changed
- Moved away from spatialbuilder to scopes by @yinx in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/102
- Allow srid enum as srid property aside from integer by @yinx in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/103
- Add php 8.3 support by @gdebrauwer in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/105
New Contributors
- @yinx made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/102
- @gdebrauwer made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/105
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/3.2.2...4.0.0
-
3.2.205 Jan 2024 -
3.2.128 Dec 2023 -
3.2.025 Jun 2023Release notes
Open source →What's Changed
- Support
St_Centroidspatial function
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/3.1.2...3.2.0
- Support
-
3.1.228 Feb 2023Release notes
Open source →What's Changed
- Add SRID Enum by @Riley19280 in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/84
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/3.1.1...3.1.2
-
3.1.116 Feb 2023Release notes
Open source →What's Changed
- Bugfix: Model spatial column update using Expression by @MatanYadaev in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/81
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/3.1.0...3.1.1
-
3.1.006 Feb 2023Release notes
Open source →What's Changed
- Support receiving
Expressionas a parameter inSpatialBuildermethods by @Riley19280 in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/76
New Contributors
- @Riley19280 made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/76
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/3.0.0...3.1.0
- Support receiving
-
3.0.003 Feb 2023 -
2.10.109 Mar 2023Release notes
Open source →What's Changed
- Bugfix: Model spatial column update using Expression by @hiteshsamcom in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/86
New Contributors
- @hiteshsamcom made their first contribution in https://github.com/MatanYadaev/laravel-eloquent-spatial/pull/86
Full Changelog: https://github.com/MatanYadaev/laravel-eloquent-spatial/compare/2.10.0...2.10.1
-
2.10.025 Jan 2023 -
2.9.009 Jan 2023 -
2.8.012 Dec 2022 -
2.7.006 Oct 2022 -
2.6.006 Oct 2022 -
2.5.227 Sep 2022 -
2.5.124 Sep 2022 -
2.5.023 Sep 2022 -
2.4.022 Sep 2022 -
2.3.006 Sep 2022 -
2.2.029 Aug 2022 -
2.1.120 Jul 2022 -
2.1.020 Jul 2022Release notes
Open source →- SRID support
- Add
Geometry@toWkt - Add
Geometry@toWkb - Fix generic type issue with
GeometryCollection
-
2.0.112 Jul 2022 -
2.0.008 Jul 2022 -
1.0.428 Feb 2022 -
1.0.324 Feb 2022 -
1.0.231 Aug 2021 -
1.0.111 Aug 2021 -
1.0.023 Feb 2021