survos/import-bundle

import-bundle Bundle

Fund package maintenance!
kbond

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/survos/import-bundle

2.0.37 2025-10-28 14:55 UTC

This package is auto-updated.

Last update: 2025-11-01 13:32:56 UTC


README

Symfony Bundle that provides some tools for importing data.

composer req survos/import-bundle

Quick app using meili-bundle, to leverage the ez-admin tools

symfony new import-demo --webapp --version=next && cd import-demo
echo "DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db" > .env.local
composer req --dev survos/code-bundle
composer req survos/import-bundle
composer req survos/meili-bundle
wget ...
bin/console code:entity --meili ... 
bin/console survos:import ...

composer req easycorp/easyadmin-bundle

bin/console make:admin:dashboard
bin/console make:admin:crud