mi-lopez/orocommerce-pokemon-bundle

Code used as an example for oro tech 7 using the oro integration package and the pokemon API https://pokeapi.co/

v1.1 2023-07-26 22:27 UTC

This package is auto-updated.

Last update: 2024-04-27 00:18:15 UTC


README

Version Total Downloads

Oro Commerce Pokemon Bundle

Code used as an example for oro tech 7 using the oro integration package and the pokemon API https://pokeapi.co/

Features

  • CRUD of a Pokemon entity with name, code, image and type
  • Fetch list of pokemons through Oro Integrations
  • Command to get the images and types using an Oro Integration Transport

Requirements

Version
PHP 8.2
OroCommerce 5.1.*

Installation

  1. Install the Plugin using Composer:
composer require mi-lopez/orocommerce-pokemon-bundle
  1. Run the Migrations
bin/console oro:migration:load --force
  1. Clear Cache
bin/console cache:clear
  1. Install & Build the Assets
bin/console oro:assets:install --symlink