https://github.com/belamov/postgres-range
Laravel package for PostgreSQL range types support
https://github.com/belamov/postgres-range
daterange int4range int8range laravel numrange package packagist postgres-range postgresql ranges timerange tsrange
Last synced: 30 days ago
JSON representation
Laravel package for PostgreSQL range types support
- Host: GitHub
- URL: https://github.com/belamov/postgres-range
- Owner: belamov
- License: mit
- Created: 2020-04-05T20:30:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T07:32:21.000Z (10 months ago)
- Last Synced: 2025-09-18T05:26:59.852Z (4 months ago)
- Topics: daterange, int4range, int8range, laravel, numrange, package, packagist, postgres-range, postgresql, ranges, timerange, tsrange
- Language: PHP
- Homepage:
- Size: 409 KB
- Stars: 38
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/belamov/postgres-range)

[](https://laravel.com/)
[](https://github.com/belamov/postgres-range/actions/workflows/main.yml)
[](https://codecov.io/gh/belamov/postgres-range)
[](https://github.styleci.io/repos/253326230)
[](https://scrutinizer-ci.com/g/belamov/postgres-range/?branch=master)
[](https://packagist.org/packages/belamov/postgres-range)
This package provides support for PostgreSQL's range types for Laravel 7+.
Please check the [documentation](https://belamov.github.io/postgres-range)
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information about what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
- [belamov](https://belamov.com)
- [Date Ranges in Laravel](https://medium.com/@palypster/ranges-in-laravel-7-using-postgresql-c4bc69b91758) by [Pavol Perdík](https://github.com/palypster)
- [How to extend or overwrite Query Grammar in Laravel 5](https://medium.com/@daniilromazanov/how-to-extend-query-grammar-in-laravel-fb3d2d6de6d4) by Daniil Romazanov
- https://laravelpackage.com/ - great tutorial for developing packages for laravel
- [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.