bointsoft/econda-php-sdk

Collection of php sdk files to generate econda javascript

1.0.4 2016-12-09 08:41 UTC

This package is auto-updated.

Last update: 2019-02-24 16:36:47 UTC


README

Helper classes to access econda recommendations service. This service provides product recommendations for online shops.

Installing via Composer

The recommended way to install this library is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add Guzzle as a dependency
php composer.phar require bointsoft/econda-php-sdk:dev-master
#OR 
composer require bointsoft/econda-php-sdk:dev-master

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

Git Command line instructions

Git global setup

git config --global user.name "Bojan"
git config --global user.email "bojan@bointsoft.com"
 
#Create a new repository
 
git clone git@git.servermajor.com:bointsoft-public/econda-php-sdk.git
cd econda-php-sdk
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master

#Existing folder or Git repository

cd existing_folder
git init
git remote add origin git@git.servermajor.com:bointsoft-public/econda-php-sdk.git
git add .
git commit
git push -u origin master

Documentation

For further documentation, please visit our support portal https://support.econda.de