{"id":33956748,"url":"https://github.com/happypixels/laravel-shopr","last_synced_at":"2026-04-04T13:00:37.608Z","repository":{"id":62514623,"uuid":"148448571","full_name":"happypixels/laravel-shopr","owner":"happypixels","description":"A developer-friendly e-commerce foundation for your Laravel app","archived":false,"fork":false,"pushed_at":"2020-08-24T07:17:57.000Z","size":342,"stargazers_count":207,"open_issues_count":3,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-02T15:46:25.756Z","etag":null,"topics":["e-commerce","laravel","laravel-shopr","shopping-cart","webshop"],"latest_commit_sha":null,"homepage":"https://laravel-shopr.happypixels.se","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/happypixels.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":{"github":["mattias-persson"],"patreon":"mattiaspersson","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-09-12T08:37:36.000Z","updated_at":"2025-09-05T15:43:31.000Z","dependencies_parsed_at":"2022-11-02T10:32:04.549Z","dependency_job_id":null,"html_url":"https://github.com/happypixels/laravel-shopr","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/happypixels/laravel-shopr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happypixels%2Flaravel-shopr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happypixels%2Flaravel-shopr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happypixels%2Flaravel-shopr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happypixels%2Flaravel-shopr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/happypixels","download_url":"https://codeload.github.com/happypixels/laravel-shopr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happypixels%2Flaravel-shopr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["e-commerce","laravel","laravel-shopr","shopping-cart","webshop"],"created_at":"2025-12-12T20:45:49.901Z","updated_at":"2026-04-04T13:00:37.597Z","avatar_url":"https://github.com/happypixels.png","language":"PHP","funding_links":["https://github.com/sponsors/mattias-persson","https://patreon.com/mattiaspersson","https://www.patreon.com/mattiaspersson"],"categories":[],"sub_categories":[],"readme":"# laravel-shopr\n\u003cp\u003e\n\u003ca href=\"https://github.com/happypixels/laravel-shopr/releases\"\u003e\u003cimg src=\"https://poser.pugx.org/happypixels/laravel-shopr/v/stable.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/happypixels/laravel-shopr\"\u003e\u003cimg src=\"https://github.com/happypixels/laravel-shopr/workflows/Tests/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/happypixels/laravel-shopr\"\u003e\u003cimg src=\"https://styleci.io/repos/148448571/shield\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/happypixels/laravel-shopr\"\u003e\u003cimg src=\"https://poser.pugx.org/happypixels/laravel-shopr/license.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA developer-friendly e-commerce foundation for your Laravel app. \nAll the features you need for your webshop but without sacrificing you as a developer. \nFull documentation here: https://laravel-shopr.happypixels.se\n\n**Some of the features included:**\n* Shopping cart\n* Discount coupons\n* Any model can be shoppable\n* SCA-ready checkout process with payment solutions out of the box\n* Cart to Order conversion\n* Automated order emails to the customer and administrators\n* A simple REST API for managing the cart and checkout\n* And more\n\n## Documentation\nFull documentation: https://laravel-shopr.happypixels.se  \nDemo application: https://github.com/happypixels/laravel-shopr-demo\n\n## Requirements\n* PHP 7.1+\n* Laravel 5.5+\n* MySQL 5.7+\n\n## Installation\nInstall the package via Composer:\n```bash\ncomposer require happypixels/laravel-shopr\n```\n\nPublish and run the migrations:\n```bash\nphp artisan vendor:publish --provider=\"Happypixels\\Shopr\\ShoprServiceProvider\" --tag=\"migrations\"\nphp artisan migrate\n```\n\nPublish and review the configuration:\n```bash\nphp artisan vendor:publish --provider=\"Happypixels\\Shopr\\ShoprServiceProvider\" --tag=\"config\"\n```\n\nOptionally you may publish the views to make them modifiable:\n```bash\nphp artisan vendor:publish --provider=\"Happypixels\\Shopr\\ShoprServiceProvider\" --tag=\"views\"\n```\n\nOptionally you may publish the translation files to make them modifiable:\n```bash\nphp artisan vendor:publish --provider=\"Happypixels\\Shopr\\ShoprServiceProvider\" --tag=\"translations\"\n```\n\nAfter this, refer to the [documentation](https://laravel-shopr.happypixels.se) to get started.\n\n## Contributing\nFound a bug or have a feature request? [Open an issue on Github](https://github.com/happypixels/laravel-shopr/issues).   \nFound a security-related issue? Please email mattias@happypixels.se.\n\n## Support me\nIf this package made your life a bit easier, consider buying me lunch once or twice a month [through Patreon](https://www.patreon.com/mattiaspersson). All support helps me spend more time on packages like this and also comes with a few benefits 🎁 Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappypixels%2Flaravel-shopr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhappypixels%2Flaravel-shopr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappypixels%2Flaravel-shopr/lists"}