jabernardo/appogato

This package is abandoned and no longer maintained. No replacement package was suggested.

Affogato for the Web

v3.x-dev 2018-12-27 13:03 UTC

This package is not auto-updated.

Last update: 2020-06-26 20:44:56 UTC


README

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.