An open API service indexing awesome lists of open source software.

https://github.com/odan/slim4-htmx

A Slim 4 HTMX example project
https://github.com/odan/slim4-htmx

htmx htmx-app htmx-template php slim-framework

Last synced: about 1 month ago
JSON representation

A Slim 4 HTMX example project

Awesome Lists containing this project

README

        

# Slim 4 HTMX

A simple [HTMX](https://htmx.org/) frontend application based on Slim 4 Framework.

## Requirements

* PHP 8.1+

## Installation

```bash
git clone https://github.com/odan/slim4-htmx.git --depth 1 slim4-htmx/
cd slim4-htmx/
composer update
```

Start the app:

```
composer start
```

Open:

## Screenshot

![htmx](https://github.com/odan/slim4-htmx/assets/781074/23f4b187-d817-4e03-a242-6506462dfd51)

## License

The MIT License (MIT).