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)
- Host: GitHub
- URL: https://github.com/jabernardo/appogato
- Owner: jabernardo
- License: mit
- Archived: true
- Created: 2017-08-15T08:23:12.000Z (almost 9 years ago)
- Default Branch: v3.x
- Last Pushed: 2018-12-27T13:04:36.000Z (over 7 years ago)
- Last Synced: 2024-12-17T01:12:04.540Z (over 1 year ago)
- Topics: php, php-framework, web, webframework
- Language: PHP
- Homepage:
- Size: 958 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Appogato

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