{"id":32625554,"url":"https://github.com/inklabs/kommerce-laravel","last_synced_at":"2026-04-08T11:30:57.360Z","repository":{"id":56991579,"uuid":"63436784","full_name":"inklabs/kommerce-laravel","owner":"inklabs","description":"Sample Laravel application using Zen Kommerce Core","archived":false,"fork":false,"pushed_at":"2019-02-01T01:11:04.000Z","size":12514,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-30T20:49:17.581Z","etag":null,"topics":["ecommerce","laravel","php","shopping-cart","twig"],"latest_commit_sha":null,"homepage":"https://inklabs.github.io/kommerce-laravel/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inklabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-15T16:43:06.000Z","updated_at":"2022-09-07T04:05:38.000Z","dependencies_parsed_at":"2022-08-21T12:20:48.870Z","dependency_job_id":null,"html_url":"https://github.com/inklabs/kommerce-laravel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inklabs/kommerce-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inklabs%2Fkommerce-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inklabs%2Fkommerce-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inklabs%2Fkommerce-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inklabs%2Fkommerce-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inklabs","download_url":"https://codeload.github.com/inklabs/kommerce-laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inklabs%2Fkommerce-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31553961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ecommerce","laravel","php","shopping-cart","twig"],"created_at":"2025-10-30T20:44:38.666Z","updated_at":"2026-04-08T11:30:57.351Z","avatar_url":"https://github.com/inklabs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zen Kommerce - Sample Laravel Application\n\n[![Build Status](https://travis-ci.org/inklabs/kommerce-laravel.svg?branch=master)](https://travis-ci.org/inklabs/kommerce-laravel)\n[![License](https://img.shields.io/packagist/l/inklabs/kommerce-laravel.svg)](https://github.com/inklabs/kommerce-laravel/blob/master/LICENSE.txt)\n\nThis is a sample application utilizing [Zen Kommerce Core](https://github.com/inklabs/kommerce-core)\n\nDocs: [Github Pages](https://inklabs.github.io/kommerce-laravel)\n\n## Live Demo\n* Admin Login\n  * https://kommerce-laravel-demo.jamieisaacs.com/admin/login\n  * email: aaron@example.com\n  * pw: Test123!\n* Customer Login\n  * https://kommerce-laravel-demo.jamieisaacs.com/user/login\n  * email: charles@example.com\n  * pw: Test123!\n\n## Initialize project\n\n```\ncomposer install\ncomposer create-project\nphp bin/initialize-test-db.php\n```\n\n## Serve\n\n```\nphp artisan serve\nopen http://localhost:8000\n```\n\n## Docker\n\n```\ncd Docker/dev\nmake start\n```\n\n## Tests\n\n### Acceptance Tests\n\n`vendor/bin/codecept run acceptance -c vendor/inklabs/kommerce-templates/codeception.yml`\n\n## EasyPost\n\nYou will need a test API key to get shipping rates. https://www.easypost.com/getting-started\n\nUpdate .env with your EASYPOST-API-KEY\n\n## Contributing\n\nThank you for considering contributing to the sample Laravel application! The contribution guide can be found in the [Core Project](https://github.com/inklabs/kommerce-core/blob/master/CONTRIBUTING.md).\n\n### Working with Base Templates\n\n[Prefer source to edit your vendors](https://moquet.net/blog/5-features-about-composer-php/#5.-prefer-source-to-edit-your-vendors)\n\n```\nrm -rf vendor/inklabs/kommerce-templates\ncomposer update inklabs/kommerce-templates --prefer-source\n```\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Jamie Isaacs \u003cpdt256@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finklabs%2Fkommerce-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finklabs%2Fkommerce-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finklabs%2Fkommerce-laravel/lists"}