PHPackages                             websitesql/framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. websitesql/framework

ActiveFramework

websitesql/framework
====================

A simple, intuitive, and powerful PHP framework for building APIs.

v1.4.0(1y ago)022MITPHPPHP ^8.2

Since Apr 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/websitesql/framework)[ Packagist](https://packagist.org/packages/websitesql/framework)[ Docs](https://www.websitesql.com)[ RSS](/packages/websitesql-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (16)Used By (0)

WebsiteSQL Framework
====================

[](#websitesql-framework)

A lightweight, flexible PHP framework with a simple and intuitive API inspired by Flight PHP.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Quick Start](#quick-start)
- [Configuration](#configuration)
- [Custom Instance Registration](#custom-instance-registration)
- [Routing](#routing)
- [Middleware](#middleware)
- [Working with Requests &amp; Responses](#working-with-requests--responses)
- [Database Operations](#database-operations)
- [Migrations](#migrations)
- [Cron Management](#cron-management)
- [Project Structure](#project-structure)
- [License](#license)

Installation
------------

[](#installation)

### Requirements

[](#requirements)

- PHP 8.2 or later
- Composer
- PDO PHP extension

### Installing via Composer

[](#installing-via-composer)

```
composer require websitesql/framework
```

### Creating a New Project

[](#creating-a-new-project)

You can also create a new project using the WebsiteSQL skeleton:

```
composer create-project websitesql/websitesql my-project
```

Quick Start
-----------

[](#quick-start)

```
