Introduction

Idea

Ghosty's idea is that it does not provide the ability to create monolithic singleton applications, it is intended as a framework for developing APIs for your applications.

About

Ghosty is an open framework for developing web applications in PHP, based on the MVC (Model-View-Controller) architecture. The framework offers an elegant and extensible solution for creating scalable, flexible and secure applications.

Features

MVC Architecture: Ghosty is based on the Model-View-Controller architecture, separating application logic, UI and data to improve code readability and maintainability.

Open Source: The framework comes with an open-source license, allowing users to freely modify, redistribute and improve it.

Extensibility and Flexibility: Ghosty provides mechanisms to easily add your own functionality and extend the core components of the framework.

Convenient routing: Supports a convenient and flexible routing system for processing requests and interacting with controllers.

Database Integration: Provides support for multiple databases, allowing you to interact with your data securely and efficiently.

Sources

You can find the entire source code of the project on its GitHub, or copy the code for yourself right now

git clone https://github.com/GhostyPHP/Ghosty