rudashi/optima 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

rudashi/optima

最新稳定版本:v2.0.0

Composer 安装命令:

composer require rudashi/optima

包简介

Unofficial wrapper for ERP Comarch OPTIMA.

README 文档

README

Comarch Optima wrapper

Twitter Follow

Unofficial wrapper for ERP Comarch OPTIMA.

General System Requirements

Quick Installation

If necessary, use the composer to download the library

composer require rudashi/optima

If not working, add repository to yours composer.json

"repositories": [
    {
        "type": "vcs",
        "url":  "https://github.com/rudashi/optima.git"
    }
],

Add to .env your sqlSRV database configuration

MS_HOST=127.0.0.1
MS_PORT=1433
MS_DATABASE=cdn_optima
MS_USERNAME=su
MS_PASSWORD=
MS_SOCKET=

Usage

To get access to optima query you can use it:

optima()->from('table')->get();

Customers | Kontrahenci

To get information about customer you can use one of two methods:

(new CustomerRepository(optima(false)))->findByCode('TEST!');

(new CustomerRepository(optima(false)))->find(1111, 222, 3333);

Authors

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-10-03