buggyzap / ector_cli
CLI commands for PHP
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/buggyzap/ector_cli
Requires
- ector/checker: 1.0.0
- guzzlehttp/guzzle: ^7.0.1
- http-interop/http-factory-guzzle: ^1.0
- knplabs/github-api: ^3.0
This package is auto-updated.
Last update: 2025-09-10 15:47:18 UTC
README
A composer CLI tool that provides helpers and tools to manage and develop with Prestashop Ector theme.
Installation
composer require buggyzap/ector_cli
Usage
vendor/bin/ector_cli
Develop
Run locally to develop the CLI
Start container
docker-compose up -d
Execute commands
docker-compose exec app bin/ector_cli
Available commands
migrate:magento
Migrate the Magento permalinks to Prestashop urls and create 301 redirects dinamically