Paul Rock
|
239ab7e43c
|
tune of documentation and response classes
|
6 years ago |
Paul Rock
|
039c20c837
|
smart logic like in ORM added to where method of Query class
|
6 years ago |
Paul Rock
|
6854cf3c31
|
typo fix
|
6 years ago |
Paul Rock
|
237a749bf7
|
getConfig and setConfig removed from Client class
|
6 years ago |
Paul Rock
|
3d9b168dc6
|
methods where(), tag(), operations() added to Query class
|
6 years ago |
Paul Rock
|
42c7e208cc
|
tune of returns in client interface
|
6 years ago |
Paul Rock
|
07aad86d2d
|
typo fix
|
6 years ago |
Paul Rock
|
b96cfbec80
|
documentation updated
|
6 years ago |
Paul Rock
|
1ba6684c78
|
additional aliases added
|
6 years ago |
Coder
|
f7dc06f0ab
|
Merge pull request #14 from arily/master
add readAsIterator function
|
6 years ago |
Paul Rock
|
ca2646b2be
|
tune of code with according to PSR standards, readLiterator fix, now Client object will source of new object
|
6 years ago |
Paul Rock
|
19aefc2100
|
ResponseIterator moved to room of sources, small tune of codebase in according with PSR standars, flush method removed
|
6 years ago |
arily
|
9a267d0710
|
Delete .DS_Store
|
6 years ago |
arily
|
ba6dd11697
|
~
|
6 years ago |
arily
|
969c05faee
|
Merge branch 'master' of https://github.com/arily/routeros-api-php
|
6 years ago |
arily
|
390fb733b3
|
Iterator
|
6 years ago |
arily
|
21fbe6fcf5
|
Iterator
|
6 years ago |
arily
|
e67b62b58f
|
Iterator
|
6 years ago |
arily
|
ccd0d5054a
|
Iterator
|
6 years ago |
Paul Rock
|
fbdbe0ac88
|
non-used code removed
|
7 years ago |
Paul Rock
|
abed8302c4
|
rosario method added to Client as alternative and safe way of response parsing instread of pure and ugly parseResponse, small refatoring of Client class
|
7 years ago |
Paul Rock
|
8e33c0791c
|
tune of ClientInterface, short methods removed
|
7 years ago |
Paul Rock
|
84743b12e0
|
Rosario class converted to method of Client
|
7 years ago |
Paul Rock
|
b826afd9a6
|
yet another example added
|
7 years ago |
Paul Rock
|
85ed76edee
|
docs removed
|
7 years ago |
Paul Rock
|
6ef7d72178
|
short methods was moved to separated trait
|
7 years ago |
Paul Rock
|
87995be2dc
|
note about Rosario added to readme
|
7 years ago |
Paul Rock
|
6b0e32eea3
|
Rosario class added to library for work with response from RouterOS as with simple chunked array
|
7 years ago |
Paul Rock
|
62c183cbe4
|
simple example of queue write added
|
7 years ago |
Coder
|
e27b509a34
|
Merge pull request #12 from jmross/master
When parsing response with regex, check resulting array of matches be…
|
7 years ago |
Jesse Ross
|
57564e21af
|
Fix code style
|
7 years ago |
Jesse Ross
|
62b3590951
|
When parsing response with regex, check resulting array of matches better to avoid undefined index notices
|
7 years ago |
Coder
|
bb3e52a90a
|
Merge pull request #8 from EvilFreelancer/streamrefactor
Stream refactoring
|
7 years ago |
Paul Rock
|
0a60e8cf5f
|
yet another simplification of data providers in tests
|
7 years ago |
Paul Rock
|
c9bdcae83c
|
simplification of data providers
|
7 years ago |
Paul Rock
|
407c8a9fd3
|
typo if tests fixed
|
7 years ago |
Paul Rock
|
34820dc564
|
skips of tests on x32 CPUs added
|
7 years ago |
Paul Rock
|
ecc2bd87c2
|
a lot of tunes for correct work on 32 bit operation systems
|
7 years ago |
Paul Rock
|
a18c165b5a
|
encoding of string lenght is updated by recommendation from official docs
|
7 years ago |
Paul Rock
|
cfb4343df1
|
host env of socked fixed
|
7 years ago |
Paul Rock
|
ccee7ff2b7
|
host, port, user, pass settings moved to phpunit.xml config
|
7 years ago |
Paul Rock
|
efd9e83179
|
code style finetyne
|
7 years ago |
Matthieu Racine
|
a1610f8ccb
|
refactor communication using stream
|
7 years ago |
Coder
|
6dc436a443
|
Update README.md
|
7 years ago |
Coder
|
00a84b7fc8
|
Merge pull request #5 from matracine/fixread
Fix #2: Change read logic
|
7 years ago |
Matthieu Racine
|
b00d896361
|
Fix #2: Change read logic
|
7 years ago |
Coder
|
952e4efbe0
|
Merge pull request #4 from matracine/login-legacy
Fix #3: Add test on responses count when login, try with legacy=true …
|
7 years ago |
Paul Rock
|
dac8fb6c26
|
small fix of login method
|
7 years ago |
Paul Rock
|
df4e0a1dd6
|
endless loop prevention added to login method of Client class
|
7 years ago |
Matthieu Racine
|
f31da26f58
|
Added phpunit tests
|
7 years ago |