{"id":15025121,"url":"https://github.com/mehedimi/laravel-dynamodb","last_synced_at":"2025-04-12T13:12:38.287Z","repository":{"id":48480547,"uuid":"373861454","full_name":"mehedimi/laravel-dynamodb","owner":"mehedimi","description":"Laravel DynamoDB is a package for laravel to use dynamodb as a database driver","archived":false,"fork":false,"pushed_at":"2021-09-11T09:19:09.000Z","size":77,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T13:12:33.829Z","etag":null,"topics":["aws","dynamodb","eloquent","laravel","laravel-dynamodb","laravel-framework","php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/mehedimi/laravel-dynamodb","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehedimi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"mehedimi","open_collective":null,"ko_fi":"mehedimi","tidelift":null,"community_bridge":null,"liberapay":"mehedimi","issuehunt":"mehedimi","otechie":"mehedimi","custom":null}},"created_at":"2021-06-04T14:07:05.000Z","updated_at":"2024-02-13T10:29:21.000Z","dependencies_parsed_at":"2022-08-22T09:30:30.267Z","dependency_job_id":null,"html_url":"https://github.com/mehedimi/laravel-dynamodb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-dynamodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-dynamodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-dynamodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehedimi%2Flaravel-dynamodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehedimi","download_url":"https://codeload.github.com/mehedimi/laravel-dynamodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571875,"owners_count":21126522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","dynamodb","eloquent","laravel","laravel-dynamodb","laravel-framework","php"],"created_at":"2024-09-24T20:01:32.650Z","updated_at":"2025-04-12T13:12:38.262Z","avatar_url":"https://github.com/mehedimi.png","language":"PHP","funding_links":["https://patreon.com/mehedimi","https://ko-fi.com/mehedimi","https://liberapay.com/mehedimi","https://issuehunt.io/r/mehedimi","https://otechie.com/mehedimi"],"categories":[],"sub_categories":[],"readme":"# Laravel DynamoDB\nUse aws dynamodb as a database on Laravel\n\n![Banner](https://banners.beyondco.de/Laravel%20DynamoDB.png?theme=light\u0026packageManager=composer+require\u0026packageName=mehedimi%2Flaravel-dynamodb\u0026pattern=architect\u0026style=style_1\u0026description=Use+aws+dynamodb+on+Laravel\u0026md=1\u0026showWatermark=0\u0026fontSize=100px\u0026images=document-search)\n\n### Installation\n```shell\ncomposer require mehedimi/laravel-dynamodb\n```\n### Configuration\nAdd dynamodb configs to config/database.php:\n```\n'connections' =\u003e [\n    'dynamodb' =\u003e [\n        'driver' =\u003e 'dynamodb',\n        'region' =\u003e env('AWS_DEFAULT_REGION'),\n        'access_key' =\u003e env('AWS_ACCESS_KEY_ID'),\n        'secret_key' =\u003e env('AWS_SECRET_ACCESS_KEY'),\n        'endpoint' =\u003e env('AWS_ENDPOINT'),\n    ],\n    ...\n],\n```\n\n### Use general raw PHP project\n```php\n\u003c?php\n    $connection = new \\Mehedi\\LaravelDynamoDB\\DynamoDBConnection([\n        // Configuration goes here\n    ]);\n    \n    $connection-\u003etable('Users')-\u003equery();\n```\n\nFor more documentation [click](https://github.com/mehedimi/laravel-dynamodb/wiki) here","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedimi%2Flaravel-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedimi%2Flaravel-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedimi%2Flaravel-dynamodb/lists"}