{"id":13545569,"url":"https://github.com/lukepolo/laracart","last_synced_at":"2026-01-11T13:39:34.632Z","repository":{"id":33941501,"uuid":"37666866","full_name":"lukepolo/laracart","owner":"lukepolo","description":"Laravel Shopping Cart Package ","archived":false,"fork":false,"pushed_at":"2024-02-27T01:47:55.000Z","size":935,"stargazers_count":555,"open_issues_count":14,"forks_count":82,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-05-03T03:59:42.148Z","etag":null,"topics":["coupons","discounts","laravel","laravel-shopping-cart","modifiers","taxation"],"latest_commit_sha":null,"homepage":"https://laracart.lukepolo.com","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/lukepolo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["lukepolo"]}},"created_at":"2015-06-18T15:11:24.000Z","updated_at":"2024-05-21T19:45:50.121Z","dependencies_parsed_at":"2024-05-21T19:45:47.432Z","dependency_job_id":"a3cd9740-8c43-4516-b889-80146f64f13d","html_url":"https://github.com/lukepolo/laracart","commit_stats":{"total_commits":508,"total_committers":33,"mean_commits":"15.393939393939394","dds":0.6003937007874016,"last_synced_commit":"870f3a809260e3eb6e042af911bd4bf2bfd4f8aa"},"previous_names":[],"tags_count":157,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepolo%2Flaracart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepolo%2Flaracart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepolo%2Flaracart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepolo%2Flaracart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukepolo","download_url":"https://codeload.github.com/lukepolo/laracart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246841748,"owners_count":20842640,"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":["coupons","discounts","laravel","laravel-shopping-cart","modifiers","taxation"],"created_at":"2024-08-01T11:01:05.887Z","updated_at":"2026-01-11T13:39:34.587Z","avatar_url":"https://github.com/lukepolo.png","language":"PHP","funding_links":["https://github.com/sponsors/lukepolo"],"categories":["PHP"],"sub_categories":[],"readme":"## LaraCart - Laravel Shopping Cart Package (\u003ca href=\"http://laracart.lukepolo.com/\"\u003ehttp://laracart.lukepolo.com\u003c/a\u003e)\n\n[![Build Status](https://travis-ci.org/lukepolo/laracart.svg?branch=master)](https://travis-ci.org/lukepolo/laracart) [![Latest Stable Version](https://poser.pugx.org/lukepolo/laracart/v/stable)](https://packagist.org/packages/lukepolo/laracart) [![Test Coverage](https://codeclimate.com/github/lukepolo/laracart/badges/coverage.svg)](https://codeclimate.com/github/lukepolo/laracart/coverage) [![Total Downloads](https://poser.pugx.org/lukepolo/laracart/downloads)](https://packagist.org/packages/lukepolo/laracart) [![License](https://poser.pugx.org/lukepolo/laracart/license)](https://packagist.org/packages/lukepolo/laracart)\n\n## Features\n\n- Coupons\n- Session Based System\n- Cross Device Support\n- Multiple cart instances\n- Fees such as a delivery fee\n- Taxation on a the item level\n- Prices display currency and locale\n- Endless item chaining for complex systems\n- Totals of all items within the item chains\n- Item Model Relation at a global and item level\n- Quickly insert items with your own item models\n\n## Laravel compatibility\n\n| Laravel           | laracart   |\n| :---------------- | :--------- |\n| 5.1 \\| 5.2 \\| 5.3 | 1.1 \\| 1.2 |\n| 5.4+              | 1.\\*       |\n\n## Installation\n\nInstall the package through [Composer](http://getcomposer.org/). Edit your project's `composer.json` file by adding:\n\n    {\n        \"require\": {\n            ........,\n            \"lukepolo/laracart\": \"1.11.*\"\n        }\n    }\n\nIf using 5.4 you will need to include the service providers / facade in `app/config/app.php`:\n\n```php\n\tLukePOLO\\LaraCart\\LaraCartServiceProvider::class,\n```\n\nInclude the Facade :\n\n```php\n\t'LaraCart' =\u003e LukePOLO\\LaraCart\\Facades\\LaraCart::class,\n```\n\nCopy over the configuration file by running the command:\n\n```\n    php artisan vendor:publish --provider='LukePOLO\\LaraCart\\LaraCartServiceProvider'\n```\n\n### Documentation\n\n\u003ca href=\"http://laracart.lukepolo.com/\"\u003ehttp://laracart.lukepolo.com\u003c/a\u003e\n\nTo Contribute to documentation use this repo :\n\nhttps://github.com/lukepolo/laracart-docs\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukepolo%2Flaracart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukepolo%2Flaracart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukepolo%2Flaracart/lists"}