Using RavenDB in PHP
After build an R client for RavenDB, I decided to see what it would take to build a basic RavenDB client for PHP in the same manner. It turned out to be fairly simple, and you can find the relevant code here.
Here are some basic CRUD operations:
As you can see, the API is quite straightforward to use. It isn’t the full blown API that we usually provide, but it is more than enough to get you going.
Incidentally, we also published our REST API documentation recently, so you can see how you expand this code to do even more for you.
Comments
Comment preview