Paul Rock
64ef425bcb
Few non-important typos fixed
5 years ago
Paul Rock
061699aa81
Non-used exception removed
5 years ago
Paul Rock
eccf794c2f
Description of new exceptions fixed
5 years ago
Michal Procházka
449db20846
adding missing throws exception in phpdoc
5 years ago
Michal Procházka
cf721efad2
Adding more detail ClientExceptions for credential and connection error
5 years ago
Paul Rock
ba9abf49e6
Options array added to all other short tags and some other methods
5 years ago
Diogo Bemfica
5ce76283ce
add options in read method on ShortsTrait
5 years ago
Diogo Bemfica
480590bab4
fix php doc of read method
5 years ago
Diogo Bemfica
1b1e6c0110
fix read method in client interface
5 years ago
Diogo Bemfica
17f0a377ae
add options in read method to commands that have multiple responses
5 years ago
Paul Rock
e94bea685d
Finetune of pregResponse, it now supports complex queries with multiple equal strings
6 years ago
Paul Rock
2632f1811a
ssl_options support added to SocketTrait
6 years ago
Paul Rock
634bbc8f58
ssl_options support added to Config class
6 years ago
Paul Rock
70e75ff9c3
code style tune in ResponseIterator
6 years ago
Paul Rock
f578750e50
non-used use removed from Query class
6 years ago
Paul Rock
9986867d0f
phpDoc update in ArrayHelper
6 years ago
Paul Rock
e5498b6971
non-reachable break removed
6 years ago
Paul Rock
60f83aa756
close method added to APIConnector class
6 years ago
Paul Rock
e921c4df25
Deprecated write method was removed from Client class, export method now support additional arguments, detector of /export command which exec ssh was added
6 years ago
Paul Rock
e506768ecb
Deprecated method w, wr, wri was removed from ShortsTrait, tests fixed
6 years ago
Paul Rock
a904982a57
Return type added to close method of StreamInterface
6 years ago
Paul Rock
049df4bb4c
PHPDoc cleanup in ResourceStream and StringStream classes
6 years ago
Paul Rock
64d22d5eaa
Prealoading added to ResponseIterator, some non-used code removed
6 years ago
Paul Rock
f88a4d1a1d
PHPDoc fo Config class was updated, small tunes added to ConfigInterface
6 years ago
Paul Rock
f316c2d58d
Preloading feature added to APILengthCoDec class
6 years ago
Paul Rock
e06a007834
Small rafactorigin in SocketTrait, provate variabled was renamed
6 years ago
Paul Rock
75a201e0f2
Responses/parameters of some methods in Client class changed from other classes to interfaces, consts moved from ClientInterface to Config class
6 years ago
Paul Rock
be80ff9bcf
To Client class was added ->export() method, it use divineomega/php-ssh-connection library for interact with remote hosts, example file updated
6 years ago
Paul Rock
07ba9480b4
ALLOWED const was moved from ConfigInterface to Config class
6 years ago
Paul Rock
951b781163
New `ssh_port` option was added to confings, it need to executing direct commands on remote router
6 years ago
Paul Rock
fd8ca3e356
Laravel classes renamed, tests of Laravel classes added
6 years ago
Paul Rock
e572adb984
Finetune of code
6 years ago
Paul Rock
3dc18f96f2
Classes which required by Laravel was renamed
6 years ago
Paul Rock
17522170e2
couple bugs fixed in Client class
6 years ago
Paul Rock
841e5b2c7a
response types in QueryInterface fixed, method equal added to interface
6 years ago
Paul Rock
d9393d2aac
response types of Query class methods switched from self to QueryInterface
6 years ago
Paul Rock
c7130effd0
code style fix in APILengthCoDec
6 years ago
Paul Rock
e5992edb04
code style fix in APIConnector
6 years ago
Paul Rock
ee4a91087a
full paths of classes in phpdoc of Client class is reverted back
6 years ago
Compolomus
5701aee3ee
Refactoring parseResponse method
6 years ago
Compolomus
809eec7e74
Tune repo
6 years ago
Compolomus
012da677da
Add editorconfig and refactoring Client class
6 years ago
Paul Rock
c4a7ca2b26
readme updated
6 years ago
Paul Rock
be85d16ecd
unit tests fixed
6 years ago
Paul Rock
e929d6d67a
small tunes of code, migration to php 7.2
6 years ago
Paul Rock
682f1d98a2
typo fix
6 years ago
Paul Rock
559485cb65
laravel support added
6 years ago
gamadoleo
5d07048117
Update SocketTrait.php
A suggestion/question would not be interesting to define a
stream_set_timeout (), since the timeout set when opening the socket connection is for connection establishment only and not for read data?
6 years ago
Paul Rock
66e0ef7ca2
additional exception if login/pass pair is incorrect, from now it will not wait until repeat loop of done
6 years ago
Paul Rock
85fcb51e36
equal() method added to Query class for creating update/create queries for router, part of logic moved from where() to world()
6 years ago