{"id":51471666,"url":"https://github.com/iteffa-works/roselira.shop","last_synced_at":"2026-07-06T18:30:34.484Z","repository":{"id":369513537,"uuid":"1290166827","full_name":"iteffa-works/roselira.shop","owner":"iteffa-works","description":"Online shop for Roselira — KIKO Milano catalog, order forms, admin panel, Telegram notifications. PHP 8 + SQLite (Flowaxy).","archived":false,"fork":false,"pushed_at":"2026-07-05T18:12:22.000Z","size":54552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-05T18:15:10.659Z","etag":null,"topics":["admin-panel","cosmetics","e-commerce","kiko-milano","online-shop","php","sqlite","telegram-bot","ukraine"],"latest_commit_sha":null,"homepage":"https://roselira.shop","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iteffa-works.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-05T16:50:30.000Z","updated_at":"2026-07-05T18:12:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iteffa-works/roselira.shop","commit_stats":null,"previous_names":["iteffa-works/roselira.shop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/iteffa-works/roselira.shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iteffa-works%2Froselira.shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iteffa-works%2Froselira.shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iteffa-works%2Froselira.shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iteffa-works%2Froselira.shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iteffa-works","download_url":"https://codeload.github.com/iteffa-works/roselira.shop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iteffa-works%2Froselira.shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35202785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["admin-panel","cosmetics","e-commerce","kiko-milano","online-shop","php","sqlite","telegram-bot","ukraine"],"created_at":"2026-07-06T18:30:33.473Z","updated_at":"2026-07-06T18:30:34.467Z","avatar_url":"https://github.com/iteffa-works.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roselira Shop\n\nPHP storefront and admin panel for [roselira.shop](https://roselira.shop) (Flowaxy framework, SQLite).\n\n**Documentation:** [.docs/](.docs/) — architecture, env, GA4, admin, deploy, cron.\n\n## Requirements\n\n- PHP 8.2+\n- Apache with `mod_rewrite`\n- Writable `storage/` directory\n\n## Quick start\n\n1. Point the web root to `public/`.\n2. `cp .env.example .env` — fill values ([environment](.docs/environment.md)).\n3. Open `/admin/install` once to create the admin user.\n4. Ensure `storage/` is writable for SQLite (`roselira.db`).\n\nOptional: `storage/roselira.sql` seeds an empty database on first run.\n\n**Local `.env`:**\n\n```env\nAPP_ENV=local\nAPP_DEBUG=true\nSESSION_SECURE=false\nAPP_URL=https://shop.roselira.local\n```\n\n## Environment (summary)\n\n| Variable | Required | Notes |\n|----------|----------|-------|\n| `APP_ENV`, `APP_DEBUG`, `SESSION_SECURE`, `APP_URL` | yes | See [.docs/environment.md](.docs/environment.md) |\n| `GA4_*`, `GTM_*`, `META_PIXEL_ID` | no | Analytics after cookie consent |\n| `GA4_SERVICE_ACCOUNT_JSON` | no | e.g. `storage/service/accounts/….json` |\n| `FEED_SECRET`, `CRON_SECRET` | prod | Protect feeds and HTTP cron |\n| `GIT_BINARY` | no | Path to git if not in PHP PATH |\n| `RECAPTCHA_*` | yes | Login + order form |\n\nValues starting with `[ТУТ` in `.env.example` are treated as empty placeholders.\n\n## Structure\n\n- `public/` — front controller and static assets\n- `views/` — storefront templates\n- `flowaxy/` — application (core, services, admin)\n- `storage/` — SQLite, logs, keys (not committed)\n- `.docs/` — detailed documentation (English)\n\n## Admin\n\n| URL | Purpose |\n|-----|---------|\n| `/admin` | Dashboard (local + Google analytics) |\n| `/admin/orders` | Orders |\n| `/admin/catalog` | Products |\n| `/admin/system` | Cron, feeds, SEO, git pull |\n\nFull list: [.docs/admin.md](.docs/admin.md)\n\n## Deploy \u0026 cron\n\nSee [.docs/deployment.md](.docs/deployment.md) and [.docs/cron-and-seo.md](.docs/cron-and-seo.md).\n\n```bash\n0 4 * * * /usr/bin/php /path/to/roselira.shop/cron.php\n```\n\n## GA4 Dashboard\n\nTracking: `GA4_MEASUREMENT_ID` or `GTM_CONTAINER_ID`.  \nIn-admin reports: `GA4_PROPERTY_ID` + service account JSON, or `GA4_LOOKER_EMBED_URL`.\n\nDetails: [.docs/analytics-ga4.md](.docs/analytics-ga4.md)\n\n## Logs\n\n`storage/logs/app.log`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiteffa-works%2Froselira.shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiteffa-works%2Froselira.shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiteffa-works%2Froselira.shop/lists"}