PHPackages                             jdanielcmedina/lapa - 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. [Framework](/categories/framework)
4. /
5. jdanielcmedina/lapa

ActiveProject[Framework](/categories/framework)

jdanielcmedina/lapa
===================

A minimalist PHP framework for building REST APIs and web applications

v1.0.0(1y ago)047MITPHPPHP ^7.4|^8.0CI passing

Since Mar 21Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Lapa Framework
==============

[](#lapa-framework)

A minimalist PHP framework for building REST APIs and web applications.

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

[](#table-of-contents)

- [Installation](#installation)
- [Quick Start](#quick-start)
- [Core Features](#core-features)
    - [Routing](#routing)
    - [Middleware](#middleware)
    - [Database](#database)
    - [File Storage](#file-storage)
    - [Views &amp; Layouts](#views--layouts)
    - [Error Handling](#error-handling)
    - [Plugins System](#plugins-system)
    - [Helpers](#helpers)
    - [API Documentation](#api-documentation)
- [Configuration](#configuration)
- [Directory Structure](#directory-structure)
- [Advanced Usage](#advanced-usage)
- [Security](#security)
- [Examples](#examples)

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

[](#installation)

```
composer create-project jdanielcmedina/lapa my-project
cd my-project
```

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

[](#quick-start)

### Basic Setup

[](#basic-setup)

```
