nahakiole / fredyframework
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 5
pkg:composer/nahakiole/fredyframework
Requires
- php: >=5.4.0
- filp/whoops: 1.0.10
- pimple/pimple: 2.0.0
- twig/twig: 1.15.1
This package is not auto-updated.
Last update: 2022-05-14 03:48:20 UTC
README
A really simple framework for fast and simple website creation.
To get started visit http://fredyframework.com for the documentation and tutorials.
Features
- Routing
- Dependency injection
- MVC Pattern
- Easy to setup entities and repositories (WIP)
- CSS and JS minifier
Installation
Install fredyframework with composer. At the moment you should use the latest version until v1.0 is released.
{
"require": {
"nahakiole/fredyframework": "@dev"
}
}
Contribute
- Issue Tracker: https://github.com/nahakiole/fredyframework/issues
- Source Code: https://github.com/nahakiole/fredyframework
Support
If you are having issues, please let us know.
License
The project is licensed under the MIT license.