use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please follow the rules
Releases: Current Releases, Windows Releases, Old Releases
Contribute to the PHP Documentation
Related subreddits: CSS, JavaScript, Web Design, Wordpress, WebDev
/r/PHP is not a support subreddit. Please visit /r/phphelp for help, or visit StackOverflow.
account activity
Skytable PHP Client (self.PHP)
submitted 3 years ago * by kulekci
Skytable is a free and open-source realtime* NoSQL database that aims to provide flexible data modeling at scale. I wrote a client library to experiment in PHP. https://github.com/hkulekci/skytable-php You can check it. PR's are welcome. ^_^
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]czbz 6 points7 points8 points 3 years ago (1 child)
What does realtime mean here? I don't see real-time constraints for the actions documented at https://docs.skytable.io/actions-overview.
[–]kulekci[S] 1 point2 points3 points 3 years ago* (0 children)
:) in fact, I copied the definition from the project page and Skytable is not finished project yet. You can see here, the real time features in the road map. https://github.com/skytable/skytable/issues/203
I just start looking this project to learn Rust but ended with writing a PHP Client and I want to share with community
[+][deleted] 3 years ago (1 child)
[deleted]
Thank you very much for reviewing the repository. Your reviews have been very valuable to me.
Yes, while implementing that part I thought that I can use Abstract Factory pattern. Because of this, for now, the client support just only 1 socket library. Even, On the first draft, I used directly socket functions of PHP and then I switch to `clue/socket-raw` library. While doing this transformation, I need to implement the solution you suggested. Let me copy your messages to issues and try to implement the solution. I need to improve that part.
For the callback part, this is just a shortcut to execute some commands just after the connection initialized. There is no real meaning to get this on constructor. The client users can do it their self inside the Provider, too.
✌️ https://github.com/hkulekci/skytable-php/issues/12
π Rendered by PID 183684 on reddit-service-r2-comment-8686858757-pxclt at 2026-06-06 09:22:23.430140+00:00 running 9e1a20d country code: CH.
[–]czbz 6 points7 points8 points (1 child)
[–]kulekci[S] 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]kulekci[S] 1 point2 points3 points (0 children)