Hello!
I want to make Slim application. I want to use skeleton for it. Now, I know two. From Josh Lokhart and Odan https://odan.github.io/slim4-skeleton/ Please give me, which best? Maybe, there are other skeletons?
So far, I’m think to use skeleton from Odan.
Best regards.
There are actually quite a few. Take a look here. As to which is the best, it really depends on your needs and what you are trying to accomplish.
I am the author of one of the listed skeletons. About this, if you have any need or requests for a feature you May find useful I can think about implement it.
Currently my skeleton is quite simple but it features a login functionality.
Feel free to check mine to: https://github.com/chubbyphp/petstore/tree/slim
Thanks! I look! I like it a lot!
You can check out this MVC framework built on top of slim 4 GitHub - rotexsoft/slim-skeleton-mvc-app: This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
It has a full demo slim-skeleton-mvc-app/documentation/MOVIE_CATALOG_APP_WALK_THROUGH.md at master · rotexsoft/slim-skeleton-mvc-app · GitHub showing how to build a Sim CRUD app with it