adamdchurch/simple-php

There is no license information available for the latest version (dev-main) of this package.

A simple php framework.

dev-main 2023-10-23 07:51 UTC

This package is not auto-updated.

Last update: 2025-06-17 04:30:13 UTC


README

This is a framework for building websites. It is simple to use.

Add your db credentials to /core/config.php. Then create a model / view / controller based on the example module provided.

The db tables will be auto-generated for your convenience.