Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 21, 2017
1 parent d3e9a05 commit 8559e84
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 17 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
/debian/php-ipex-b2b.debhelper.log
/debian/revision
/debian/version
/vendor/
/vendor/
/debian/debhelper-build-stamp
/debian/files
/debian/php-ipex-b2b.substvars
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ build: doc
echo build

clean:
rm -rf debian/flexipeehp
rm -rf debian/flexipeehp-doc
rm -rf debian/php-ipex-b2b
rm -rf debian/php-ipex-b2b-doc
rm -rf debian/*.log
rm -rf docs/*

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



CZ: PHP Knihovna pro snadnou práci s Rest API [IPEX](https://restapi.ipex.cz/documentation)
CZ: PHP Knihovna pro snadnou práci s Rest API [IPEX B2B](https://restapi.ipex.cz/documentation)

[![Source Code](http://img.shields.io/badge/source/Spoje-NET/ipex-b2b-blue.svg?style=flat-square)](https://github.com/Spoje-NET/ipex-b2b)
[![Latest Version](https://img.shields.io/github/release/Spoje-NET/ipex-b2b.svg?style=flat-square)](https://github.com/Spoje-NET/ipex-b2b/releases)
Expand All @@ -14,8 +14,6 @@ CZ: PHP Knihovna pro snadnou práci s Rest API [IPEX](https://restapi.ipex.cz/do
[![Total Downloads](https://img.shields.io/packagist/dt/spoje.net/ipex-b2b.svg?style=flat-square)](https://packagist.org/packages/spoje.net/ipex-b2b)
[![Latest stable](https://img.shields.io/packagist/v/spoje.net/ipex-b2b.svg?style=flat-square)](https://packagist.org/packages/spoje.net/ipex-b2b)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/5ba2e106-1590-4d0b-bbb2-953484ca36d4/big.png)](https://insight.sensiolabs.com/projects/5ba2e106-1590-4d0b-bbb2-953484ca36d4)

# Poděkování
Vznik této knihovny by nebyl možný bez laskavé podpory společnosti [Spoje.Net](http://www.spoje.net),
která hradila vývoj řešení pro navýšení kreditu na VoIP služby. :+1:
Expand All @@ -28,7 +26,7 @@ knihovny do vašich projektů.
Instalace
---------

composer require spoje.net/ipex-b2b
composer require spoje.net/ipexb2b

Konfigurace
-----------
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Architecture: all
Section: web
Priority: optional
Description: PHP Based IPEX B2B RestAPI/Json library
Allow you read and write operations on VoIP system IPEX

Allow you perform read and write operations on VoIP system IPEX
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ override_dh_auto_test:
override_dh_install:
dh_install
./debian/fixversion.sh
./debian/apigendoc.sh
echo ./debian/apigendoc.sh

8 changes: 1 addition & 7 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/home/vitex/Projects/Spoje.Net/ipex-b2b/src/IPEXB2B/Token.php</file>
<file>file:/home/vitex/Projects/Spoje.Net/ipex-b2b/src/IPEXB2B/ApiClient.php</file>
<file>file:/home/vitex/Projects/Spoje.Net/ipex-b2b/src/demo.php</file>
<file>file:/home/vitex/Projects/Spoje.Net/ipex-b2b/vendor/composer/ClassLoader.php</file>
<file>file:/home/vitex/Projects/Spoje.Net/ipex-b2b/src/IPEXB2B/Rights.php</file>
</group>
<group/>
</open-files>
</project-private>

0 comments on commit 8559e84

Please sign in to comment.