4ldrich/lmvc

MVC Framework for PHP using lollipop-php


Keywords
framework, library, php, php-framework, web, webframework
License
MIT

Documentation

Appogato

Appogato

Affogato for the Web

Getting started

Running on PHP Built-in Web Server

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

Running on Docker

# 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 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.