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

https://github.com/jabernardo/appogato

Appogato (Lollipop-PHP for MVC)
https://github.com/jabernardo/appogato

php php-framework web webframework

Last synced: 9 months ago
JSON representation

Appogato (Lollipop-PHP for MVC)

Awesome Lists containing this project

README

          

# Appogato

![Appogato](https://raw.githubusercontent.com/jabernardo/appogato/v3.x/public/static/img/affogato.png)

> Affogato for the Web

## Getting started

### Running on PHP Built-in Web Server

```bash

# Go to `public` folder
cd public;
# App and Running!
php -S localhost:3000

```

### Running on Docker

```bash

# Create a new project from Appogato
composer create-project jabernardo/appogato hello_world;

# Test copy with `docker-compose`
docker-compose up;
# http://localhost:3000

```

## About Appogato
Appogato is a web framework with a very little footprint. A very lightweight and easy-to-use framework.
Appogato (or LMVC) started as an example project for [Lollipop-PHP](https://github.com/jabernardo/lollipop-php) and now being published as a separate project.

## Security Vulnerabilities
For any vulnerabilities found within Appogato, kindly email me at 4ldrich@protonmail.com

## License

The Appogato framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).