PackageTrack
Sign in Get early access

kitar/laravel-dynamodb

A DynamoDB based Eloquent model and Query builder for Laravel.

v1.4.0 811K downloads/mo #4733 most downloaded on Packagist kitar/laravel-dynamodb

What this package is like to depend on

Last release 1 years ago

08 Jun 2025

Release timing varies

gaps range from 2 weeks to 1.2 years

Most releases are documented

notes for 10 of 16 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

16 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

16 releases · Mar 2020 to Jun 2025
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 16
  1. v1.4.0 08 Jun 2025
    Release notes
    • Support Laravel 12.x
    • Support PHP 8.4
    Open source →
  2. v1.3.0 16 Mar 2024
    Release notes
    • Support Laravel 11.x
    • Support PHP 8.3
    Open source →
  3. v1.2.0 15 Dec 2023
    Release notes
    • Added a method to retrieve LastEvaluatedKey more simply and reliably. #40 (Thanks @raphaelcangucu !)

    We can now use the collection's method to retrieve the LastEvaluatedKey without having to reference the metadata for each model. This update makes it easy to obtain the LastEvaluatedKey, even when the items included in the response are empty.

    $products = ProductCatalog::limit(5)->scan();
    
    // can do this
    $products->getLastEvaluatedKey();
    
    // instead of
    $products->first()->meta()['LastEvaluatedKey'];

    The traditional method will continue to be supported in v1.x. However, it might become deprecated in v2.x.

    Open source →
  4. v1.1.2 12 Sep 2023
    Release notes
    • Fixed the issue where an exception occurs when the value of PK or SK is 0. (Thanks @adalbertoadrian !)
    Open source →
  5. v1.1.1 14 Feb 2023
    Release notes
    • Support Laravel 10.x (Thanks @negoziator !)
    • Update GitHub Actions workflow to ensure all illuminate versions are used during testing.
    Open source →
  6. v1.1.0 23 Dec 2022
    Release notes
    • Support batch operations #34
    Open source →
  7. v1.0.2 12 Dec 2022
    Release notes
    Open source →
  8. v1.0.1 26 Aug 2022
    Release notes
    Open source →
  9. v1.0.0 24 Mar 2022
    Release notes

    Since I've been using this package in a few production apps for several months, I think it's time to call it v1.0.0. However, there are no major changes. It's fully backward compatible. Please feel free to submit any questions, feature requests, and PRs.

    Open source →
  10. v0.6.0 05 Feb 2022
    Release notes

    I'm already using this package in a few production apps, so I think it's time to tag it as 1.0 shortly. (maybe when we support Laravel 9)

    Open source →
  11. v0.5.1 17 Nov 2021

    Nothing published for this version

  12. v0.5.0 27 Oct 2021

    Nothing published for this version

  13. v0.4.0 22 Mar 2021

    Nothing published for this version

  14. v0.3.0 22 Jan 2021

    Nothing published for this version

  15. v0.2.0 24 Mar 2020

    Nothing published for this version

  16. v0.1.0 23 Mar 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive