Skip to content
/ siphp Public

Simpel PHP with Sqlite database and Feature Driven directory.

License

Notifications You must be signed in to change notification settings

rehanaf/siphp

Repository files navigation

SiPHP

Simple PHP with Sqlite database and Feature Driven directory.

Feature:

  • View
  • Controller

clone repository

git clone https://github.com/rehanaf/siphp.git

Controller, View, and Migration in one directory

Controller

folder/_controller.php

View

folder/index.php

Migration

folder/_migration.php

Example:

users/
  _controller.php // controller
  _migration.php // migration
  login.php // view
  register.php // view

About

Simpel PHP with Sqlite database and Feature Driven directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages