https://github.com/ctala/tbk-ws-lib
Librerías para WS de TBK
https://github.com/ctala/tbk-ws-lib
Last synced: 16 days ago
JSON representation
Librerías para WS de TBK
- Host: GitHub
- URL: https://github.com/ctala/tbk-ws-lib
- Owner: ctala
- License: gpl-3.0
- Created: 2016-06-07T12:16:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T13:46:32.000Z (about 10 years ago)
- Last Synced: 2025-12-22T21:44:32.376Z (6 months ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TBK Webservices
===============
Librerías para WSDL de TBK.
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist ctala/tbk-ws-lib "*"
```
or add
```
"ctala/tbk-ws-lib": "*"
```
to the require section of your `composer.json` file.