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
Requires
- php: ^8.4
- symfony/config: ^7.3
- symfony/dependency-injection: ^7.3
- symfony/http-kernel: ^7.3
- symfony/type-info: ^7.3
- twig/twig: ^3.4
Requires (Dev)
- doctrine/doctrine-bundle: ^3.0
- doctrine/orm: ^3.5
- phpunit/phpunit: ^12.4
- symfony/browser-kit: ^7.3
- symfony/framework-bundle: ^7.3
- symfony/phpunit-bridge: ^7.3
- symfony/serializer: ^7.3
- symfony/twig-bundle: ^7.3
- symfony/var-dumper: ^7.3
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