Download the PHP package vitexsoftware/pohoda-connector without Composer

On this page you can find all versions of the php package vitexsoftware/pohoda-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pohoda-connector

PHPmServer

client library for Stormware's mPohoda mServer

The PHP-Pohoda-Connector library provides a set of features to interact with the Pohoda accounting software. Below are some of the key features along with code examples:

Features:

PHP from Packagist Packagist Version Packagist Downloads GitHub

Installation

Install using composer:

Or clone https://github.com/VitexSoftware/PHP-Pohoda-Connector.git

Configuration

Classess check at startup for this constants or environment variables:

Usage

  1. Check Connection This feature allows you to check if the connection to the Pohoda server is successful.

  2. Add Addressbook record This feature allows you to add a new addressbook record.

  3. Create Invoice

This feature allows you to create a new invoice.

  1. Addressbook reading

This feature allows you to read an addressbook record.

See usage examples in tests directory

Many thanks to Riešenia, spol. s r.o. for its library https://github.com/riesenia/pohoda

See my other libraries: https://github.com/Spoje-NET/PohodaSQL , https://github.com/Spoje-NET/php-abraflexi


All versions of pohoda-connector with dependencies

PHP Build Version
Package Version
Requires ext-curl Version *
ext-iconv Version *
goetas-webservices/xsd2php-runtime Version 0.2.17
lightools/xml Version ^2.0|^3.0
riesenia/pohoda Version ^1.21
vitexsoftware/ease-core Version ^1.44
jms/serializer Version ^3.28
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vitexsoftware/pohoda-connector contains the following files

Loading the files please wait ....