api53/api53-magento-2
Composer 安装命令:
composer require api53/api53-magento-2
包简介
Api53 Headless Module for Magento 2
README 文档
README
Api53 provides Headless solutions for eCommerce.
www.api53.com
Works with:
Key Features • Getting Started / Installation • Documentation • Support • License
Key Features
- This extension exports your entire product catalog to Api53 and you can use it to create CSV files
- Yes, we make your eCommerce shop headless through the API we offer
- Decoupling the product catalog from your magento shop
- Creation of a dedicated API endpoint over Api53.com
- Near real-time synchronization of the entire catalog
- Multi tenant user control for Headless API
- ...and many more
Getting Started / Installation
To be able to install this Magento module, you need SSH access to your server.
Installation via Composer
You can install our module via composer. You can find the Api53 composer package at the following address: https://packagist.org/packages/api53/api53-magento-2
After successfully login to your Magento server, please go to the root magento directory and run the following commands:
# Install Api53 Module by using composer $ composer require api53/api53-magento-2 # Enable Api53 module $ php bin/magento module:enable Api53_Api53 # Run setup:upgrade $ php bin/magento setup:upgrade # Complete the setup $ php bin/magento setup:di:compile # Deploy static content $ php bin/magento setup:static-content:deploy # Clean cache $ php bin/magento cache:clean
After successful installation you can check whether the module has been activated:
$ php bin/magento module:status
Manual installation
After successfully login to your Magento server, please go to the root magento directory and run the following commands:
# Download the latest Api53 Magento extension release from GitHub $ wget -O api53.tar.gz https://github.com/Api53/api53-magento-2/tarball/main # Create Api53 directory inside app/code $ mkdir -p app/code/Api53/Api53 # Unpack the Api53 extension $ tar -xf api53.tar.gz -C app/code/Api53/Api53/ --strip-components=1 # Enable Api53 module $ php bin/magento module:enable Api53_Api53 # Run setup:upgrade $ php bin/magento setup:upgrade # Complete the setup $ php bin/magento setup:di:compile # Deploy static content $ php bin/magento setup:static-content:deploy # Clean cache $ php bin/magento cache:clean
Enable Api53 Magento extension
Api53 module was successfully installed. You can enable it in Stores -> Settings -> Configuration -> Api53
Please Note:
This Magento module use cron to init your catalog with Api53. Make sure your Magento cron is running propertly.
To use the module you need a valid Api53 Shop API key. To get a key you have to create a new Api53 account (Free sign up - No credit card required). You can read more details in our documentation here.
The initial catalog sync process may take some time. Up to 15 minutes. It all depends on how many products are synced with Api53.
Export product catalog to Api53
To export your product catalog to Api53, you have two options:
1. From Admin Frontend
Login to Magento Admin Frontend and open Api53 extension page under Configuration -> Api53. Enter the Api53 API Key that you previously generated on www.api53.com for your eCommerce shop. After you have saved all the information, a cron command will run in the background. Your products should appear in Api53 within a few minutes.
2. From Shell Command Line
You can also export your entire catalog of shell command line. To do this, however, you must first have entered the Api53 API Key in the Admin Frontend.
Catalog export via shell command has the advantage that it does not use cron running in the background. That means all products are exported immediately.
$ cd /my/magento2/dir
$ php bin/magento api53:export-products
Documentation
We also have an internal wiki how you can use our Api solution:
Support
This magento module is fully supported. That means if you have any questions or suggestions please contact us via email support@api53.com or Twitter @api53com.
License
Apache-2.0 license
api53/api53-magento-2 适用场景与选型建议
api53/api53-magento-2 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 12 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 09 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「csv」 「api」 「import」 「export」 「headless」 「magento2」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 api53/api53-magento-2 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 api53/api53-magento-2 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 api53/api53-magento-2 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Parse use statements for a reflection object
Tool for copying data from a production database to a dev database. Also useful for making backups of production databases.
A fork of konnco/filament-import with support of Laravel 11 since the default importer of Filament 3 is nonsense for basic use case.
A PSR-7 compatible library for making CRUD API endpoints
laravel facade to read/write csv file
Collection of tools to use the full power of the Enyalius framework
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-09-02
