承接 prestaware/prestasdk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

prestaware/prestasdk

最新稳定版本:0.7.1

Composer 安装命令:

composer require prestaware/prestasdk

包简介

A simple and extendable library for developing PrestaShop modules

README 文档

README

PrestaSDK is a simple and extendable library for developing PrestaShop modules.

Installation

Use Composer to add PrestaSDK to your PrestaShop module:

composer require prestaware/prestasdk

Features

  • Base PrestaSDKModule for uniform module structure
  • PrestaSDKFactory for loading installers, controllers and utilities
  • Utilities for configuration, asset publishing and admin panels

Usage

Extend PrestaSDKModule in your module and define its settings inside initModule.

<?php
use PrestaSDK\V071\PrestaSDKModule;

class MyModule extends PrestaSDKModule
{
    public function initModule()
    {
        $this->name = 'my_module';
        $this->version = '1.0.0';
    }
}

Documentation

The module development guide is split into chapters:

  1. Introduction & Quick Start
  2. Core Concepts
  3. Module Installation
  4. Admin Panel Development
  5. Data Management
  6. Advanced Topics
  7. Conclusion

Persian documentation is available in docs/fa/README.md.

For an example integration, see examples/module_integration.php.

统计信息

  • 总下载量: 32
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-01-16