{"id":29196646,"url":"https://github.com/flancer32/mage2_ext_demo_import","last_synced_at":"2025-07-02T06:08:04.601Z","repository":{"id":62505318,"uuid":"165650560","full_name":"flancer32/mage2_ext_demo_import","owner":"flancer32","description":"Demo module for publications","archived":false,"fork":false,"pushed_at":"2020-05-26T12:01:21.000Z","size":3075,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-21T13:52:59.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flancer32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-14T11:34:35.000Z","updated_at":"2024-04-18T11:29:20.000Z","dependencies_parsed_at":"2022-11-02T10:16:09.771Z","dependency_job_id":null,"html_url":"https://github.com/flancer32/mage2_ext_demo_import","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flancer32/mage2_ext_demo_import","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_ext_demo_import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_ext_demo_import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_ext_demo_import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_ext_demo_import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flancer32","download_url":"https://codeload.github.com/flancer32/mage2_ext_demo_import/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_ext_demo_import/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083739,"owners_count":23411166,"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":"2025-07-02T06:07:48.666Z","updated_at":"2025-07-02T06:08:04.587Z","avatar_url":"https://github.com/flancer32.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mage2_ext_demo_import\n\nDemo module for [Habr](https://habr.com/ru/post/436020/).\n\n\n\n## Installation\n\n```bash\n$ cd ${MAGE_ROOT}\n$ composer require flancer32/mage2_ext_demo_import\n$ ./bin/magento module:enable Flancer32_DemoImport\n$ ./bin/magento setup:upgrade\n$ ./bin/magento setup:di:compile\n```\n\n\n## Usage\n\nPlace importing data into `./etc/data/products.json` (image paths are related to `./etc/data/img/`):\n```json\n[\n  {\n    \"sku\": \"...\",\n    \"name\": \"...\",\n    \"desc\": \"...\",\n    \"desc_short\": \"...\",\n    \"price\": ...,\n    \"qty\": ...,\n    \"categories\": [\"...\"],\n    \"image_path\": \"...\"\n  }\n]\n```\n\n... then run command:\n```bash\n$ ./bin/magento fl32:import:prod -t regular\n$ ./bin/magento fl32:import:prod -t direct\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fmage2_ext_demo_import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflancer32%2Fmage2_ext_demo_import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fmage2_ext_demo_import/lists"}