PHP, Graph Databases, and the future
Graph. Databases. Are. Awesome. At least in certain use cases. Who knows whom, and how? Graph data. By way of a quick intro, a graph database is a type of datastore called NoSQL or “Not Only SQL”....
View ArticlePHP Graph Database Tools
I have talked about Graph Databases and PHP and even proposed a comprehensive OGM for using graph databases with PHP. While this project is (slowly) underway, it occurred to me that there are any...
View ArticleIntroducing Michael’s Attic
Aloha, my name is Michael, the founder of Phoenix Labs. I have a passion for advancing the future of content and collaboration, but that grows out of a lot of things: being addicted to stories, seeing...
View ArticleBuilding a Data Manager Part I: Setting Up
From Michael’s Attic This post is part of a series aimed at beginning PHP coders. Follow step-by-step from ground zero to build a simple data manager. You can see the finished version for the first...
View ArticleBuilding a Data Manager Part II: Features and Contracts
From Michael’s Attic This post is part of a series aimed at beginning PHP coders. Follow step-by-step from ground zero to build a simple data manager. You can see the finished version for the first...
View ArticleBuilding a Data Manager Part III: Dot Notation
From Michael’s Attic This post is part of a series aimed at beginning PHP coders. Follow step-by-step from ground zero to build a simple data manager. You can see the finished version for the first...
View Article