0
6
+ 1
0

What is GraPHP?

The goal of this project is to build a lightweight web framework with a graph DB abstraction. It should be very easy to create the graph schema with no knowledge of of how the data is stored. Also, the schema should be incredibly flexible so you should never need migrations when adding new models (nodes), connections (edges), or data that lives in nodes.
GraPHP is a tool in the Frameworks (Full Stack) category of a tech stack.
GraPHP is an open source tool with GitHub stars and GitHub forks. Here’s a link to GraPHP's open source repository on GitHub

GraPHP Integrations

GraPHP's Features

  • Full MVC. Zero boilerplate controllers, models, and views.
  • Models are your schema. Defining data is up to you (but not required).
  • No migrations. Team members can add new models independently without conflicts
  • No DB queries, unless you want to. Transparent model makes it easy to see what happens under the hood.
  • DB API is designed for fast performance. No implicit joins or other magic, but expressive enough for nice readable code.
  • No CLI needed (but supported for cron and tests).
  • All classes are loaded on demand when used for the first time.
  • PHP 5.5+

GraPHP Alternatives & Comparisons

What are some alternatives to GraPHP?
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
ASP.NET
.NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.
Laravel
It is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
Android SDK
Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment.
See all alternatives

GraPHP's Followers
6 developers follow GraPHP to keep up with related blogs and decisions.