https://github.com/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/
https://github.com/mi-lopez/orocommerce-pokemon-bundle
oro-tech orocommerce orocommerce-bundle pokemon-api
Last synced: 2 months ago
JSON representation
Code used as an example for oro tech 7 using the oro integration package and the pokemon API https://pokeapi.co/
- Host: GitHub
- URL: https://github.com/mi-lopez/orocommerce-pokemon-bundle
- Owner: mi-lopez
- License: mit
- Created: 2023-07-26T15:22:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T22:28:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T21:20:05.543Z (4 months ago)
- Topics: oro-tech, orocommerce, orocommerce-bundle, pokemon-api
- Language: PHP
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/mi-lopez/orocommerce-pokemon-bundle)
[](https://packagist.org/packages/mi-lopez/orocommerce-pokemon-bundle)# 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:
```shell
composer require mi-lopez/orocommerce-pokemon-bundle
```
2. Run the Migrations
```shell
bin/console oro:migration:load --force
```
3. Clear Cache
```shell
bin/console cache:clear
```
4. Install & Build the Assets
```shell
bin/console oro:assets:install --symlink
```