{"id":20886997,"url":"https://github.com/fleetbase/storefront","last_synced_at":"2026-02-05T02:01:31.844Z","repository":{"id":199469640,"uuid":"702913825","full_name":"fleetbase/storefront","owner":"fleetbase","description":"Headless Commerce \u0026 Marketplace Extension for Fleetbase","archived":false,"fork":false,"pushed_at":"2024-11-07T10:22:03.000Z","size":2250,"stargazers_count":2,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-07T11:26:08.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fleetbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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}},"created_at":"2023-10-10T08:47:38.000Z","updated_at":"2024-11-07T10:19:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2f59e9c-3e30-4490-b191-969c3d2edf54","html_url":"https://github.com/fleetbase/storefront","commit_stats":null,"previous_names":["fleetbase/storefront"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Fstorefront","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Fstorefront/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Fstorefront/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleetbase%2Fstorefront/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fleetbase","download_url":"https://codeload.github.com/fleetbase/storefront/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225148821,"owners_count":17428453,"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":[],"created_at":"2024-11-18T08:18:42.981Z","updated_at":"2026-02-05T02:01:26.808Z","avatar_url":"https://github.com/fleetbase.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cp align=\"center\"\u003e\n        \u003cimg src=\"https://camo.githubusercontent.com/870812d4ebe999bd1434db7ffcb27c2f347f1c2c6af1842e59ae8b28855b4b42/68747470733a2f2f666c622d6173736574732e73332e61702d736f757468656173742d312e616d617a6f6e6177732e636f6d2f7374617469632f73746f726566726f6e742d6c6f676f2e737667\" width=\"380\" height=\"100\" /\u003e\n    \u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        Open-source Headless Commerce \u0026 Marketplace Extension for Fleetbase\n    \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n## Overview\n\nThis monorepo contains both the frontend and backend components of the Storefront extension for Fleetbase. The frontend is built using Ember.js and the backend is implemented in PHP.\n\n### Requirements\n\n* PHP 7.3.0 or above\n* Ember.js v4.8 or above\n* Ember CLI v4.8 or above\n* Node.js v18 or above\n\n## Structure\n\n```\n├── addon\n├── app\n├── assets\n├── translations\n├── config\n├── node_modules\n├── server\n│ ├── config\n│ ├── data\n│ ├── migrations\n│ ├── resources\n│ ├── src\n│ ├── tests\n│ └── vendor\n├── tests\n├── testem.js\n├── index.js\n├── package.json\n├── phpstan.neon.dist\n├── phpunit.xml.dist\n├── pnpm-lock.yaml\n├── ember-cli-build.js\n├── composer.json\n├── CONTRIBUTING.md\n├── LICENSE.md\n├── README.md\n```\n\n## Installation\n\n### Backend\n\nInstall the PHP packages using Composer:\n\n```bash\ncomposer require fleetbase/core-api\ncomposer require fleetbase/fleetops-api\ncomposer require fleetbase/storefront-api\n```\n### Frontend\n\nInstall the Ember.js Engine/Addon:\n\n```bash\npnpm install @fleetbase/storefront-engine\n```\n\n## Usage\n\n### Backend\n\n🧹 Keep a modern codebase with **PHP CS Fixer**:\n```bash\ncomposer lint\n```\n\n⚗️ Run static analysis using **PHPStan**:\n```bash\ncomposer test:types\n```\n\n✅ Run unit tests using **PEST**\n```bash\ncomposer test:unit\n```\n\n🚀 Run the entire test suite:\n```bash\ncomposer test\n```\n\n### Frontend\n\n🧹 Keep a modern codebase with **ESLint**:\n```bash\npnpm lint\n```\n\n✅ Run unit tests using **Ember/QUnit**\n```bash\npnpm test\npnpm test:ember\npnpm test:ember-compatibility\n```\n\n🚀 Start the Ember Addon/Engine\n```bash\npnpm start\n```\n\n🔨 Build the Ember Addon/Engine\n```bash\npnpm build\n```\n\n## Contributing\nSee the Contributing Guide for details on how to contribute to this project.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetbase%2Fstorefront","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffleetbase%2Fstorefront","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleetbase%2Fstorefront/lists"}