Skip to content

Files

Latest commit

 

History

History

profile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

PhpSlides


Introduction

PhpSlides is a lightweight, easy-to-use full-stack framework that helps you build web applications quickly and efficiently. It follows the MVC architectural pattern, separating the application logic into models, views, and controllers to promote code organization and reusability.

Additionally, it provides the capability to write HTML, CSS, and JavaScript in a PHP-like way, making it easier to manage and maintain your front-end and back-end code together.

Features

  • Full-Stack Development: Seamlessly integrate front-end and back-end development by writing HTML, CSS, and JavaScript in a PHP-like syntax.
  • Simple Routing: Easily define routes and map them to controllers and actions.
  • Modular Structure: Organized directory structure for models, views, controllers, and other components.
  • Database Abstraction: Simple and flexible database handling with a query builder.
  • Database Forgery: A unique feature that allows you to manage your databases and tables using a structured directory format, automatically generating and managing schema migrations based on directory and file structures.
  • AuthGuard Support: Add authorization guard to handle authentication, logging, and other tasks.