Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 641 Bytes

File metadata and controls

8 lines (6 loc) · 641 Bytes

Introduction

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

Key Features

  • Fullstack Development: Seamlessly integrate frontend and backend 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