Code Monkey home page Code Monkey logo

optima's Introduction

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

optima's People

Contributors

rudashi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

wradwanski

optima's Issues

Available get() methods?

Hello, what are the get() methods/controllers available in this wrapper? Can we reach for product catalog for example or attributes list?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.