Why another PHP framework aren't there already too many?
I agree 100% but, as a PHP developer, I like to challenge myself and see what I can do on my own. It helps me understand and experiment with more complex PHP/MVC techniques. It also provides me with a simple way to try new things.
For example:
- How do vue.js and PHP work together?
- How can tinybind.js and PHP work together?
- What kind of caching can I do on the browser side (browser application cache)?
- How can I leverage PHP model validation on the browser side?
- Can I make a universal record level access code?
- How far can I take Dependency Injection?
- Can we decouple...
First install php composer You can learn how to do that here https://getcomposer.org/
Followed by Downloading the Repositories, building the folders structure and updating your packages.
git clone https://github.com/ProjectOrangeBox/raspberry-micro-framework.git
cd raspberry-micro-framework
./bin/build.sh