When we started developing our applications, it made sense to take advantage of object persistence for much of our data storage needs. I decided to create my own JSON document storage PHP class to take care of the details. I looked at other object-oriented databases such as CouchDB, but I didn’t want our apps dependent on an something which might not be available in every situation. We decided to open source this class and release it to the world under the MIT License.
I find the class to be extremely simple to use, and it is fully documented. Get a copy on github.