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.
Download vitexsoftware/pohoda-connector
More information about vitexsoftware/pohoda-connector
Files in vitexsoftware/pohoda-connector
Package pohoda-connector
Short Description Stormware's Pohoda mServer client.
License MIT
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:
- Check connection
- Create/Update/Delete AddressBook record
- Create/Update/Delete Invoice record
- Create/Update/Delete Bank movement record
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:
- POHODA_ICO - company indentificator
- POHODA_URL - mServer endpoint
- POHODA_USERNAME - Pohoda user's login
- POHODA_PASSWORD - Pohoda user's password
- POHODA_TIMEOUT - Curl timeout
- POHODA_COMPRESS - compress is disabled by default
- POHODA_DEBUG - debug mode is disabled by default
Usage
-
Check Connection This feature allows you to check if the connection to the Pohoda server is successful.
-
Add Addressbook record This feature allows you to add a new addressbook record.
- Create Invoice
This feature allows you to create a new invoice.
- Addressbook reading
This feature allows you to read an addressbook record.
See usage examples in tests directory
- Check Connection
- Add Addressbook record
- Create Invoice
- Addressbook reading
- Address update
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
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