Introduction

Create Component
Create Component

Create experiences. Not just apps.

What is divbloxPHP?

divbloxPHP is a full stack web and mobile app development framework that allows anyone, from designers and analysts, to hard-core developers, to collaborate and create amazing experiences in no time. With divbloxPHP you can build progressive web apps that can also seamlessly be converted to native mobile apps, all with ONE code base.

JS

Core Ingredients

Backend

PHP

PHP

divbloxPHP's server-side is driven by PHP. It is designed to be headless, returning data in JSON format. This means that, although divbloxPHP ships as a full stack application development solution, developers can plug in any frontend with very little effort.
PHP

MySQL

divbloxPHP provides you with a very sophisticated ORM design, and automates most of the database connections and entity CRUD functionality. Both MySQL and MariaDB are supported.

Frontend

HTML

HTML 5

HTML is used only as a shell, or starting point, which we will fill in and manipulate using JavaScript. Most, if not all of the HTML in a divbloxPHP application will be generated and handled on the front end.
CSS

CSS

CSS preprocessed using SASS allowing for quick and easy setting up of global theming. This allows both developers and designers to easily map out colour palettes and styles for the whole application.
BOOTSTRAP

Bootstrap

Bootstrap is our UI framework of choice, providing convenient grid layouts, a variety of basic components, as well as amazing mobile responsiveness out of the box.
JS

JavaScript

JavaScript (and mostly JQuery) run the front end of any divbloxPHP application and is used to execute logic, manipulate the UI and manage communication with the backend.