PHPackages                             ondrejd/geis-point-service - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ondrejd/geis-point-service

ActiveLibrary[API Development](/categories/api)

ondrejd/geis-point-service
==========================

PHP implementace klienta pro webovou službu GeisPoint.

23.7k2[2 issues](https://github.com/ondrejd/GeisPointService/issues)PHP

Since Oct 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ondrejd/GeisPointService)[ Packagist](https://packagist.org/packages/ondrejd/geis-point-service)[ RSS](/packages/ondrejd-geis-point-service/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GeisPointService
================

[](#geispointservice)

[![Build Status](https://camo.githubusercontent.com/62d3a38ad37589895787f57d75fbccaee97449417851838a6ee97062c5162015/68747470733a2f2f7472617669732d63692e6f72672f6f6e6472656a642f47656973506f696e74536572766963652e737667)](https://travis-ci.org/ondrejd/GeisPointService)

PHP implementace klienta pro webovou službu [GeisPoint](http://www.geispoint.cz/).

> **For non-Czech visitors**: Since **GeisPoint** web service is located in Czech Republic and serves mainly Czech users all documentation is written directly in Czech (but code self is commented in English and examples are self-explanatory).

Instalace
---------

[](#instalace)

Buď můžete stáhnout zdrojové kódy přímo zde z repozitáře nebo použít [Composer](https://https://getcomposer.org/) - stačí do vyjmenovaných závislostí v souboru `composer.json` přidat tento záznam:

```
{
	"require": {
		"ondrejd/geis-point-service": "dev-master"
	}
}
```

Použití
-------

[](#použití)

Nejprve rychlý příklad. Následující skript:

```
