DemirApp Minimal PHP Framework
Slim
Our great sponsors
DemirApp Minimal PHP Framework | Slim | |
---|---|---|
0 | 22 | |
10 | 1,444 | |
- | 0.8% | |
0.0 | 7.4 | |
over 3 years ago | 12 days ago | |
PHP | PHP | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DemirApp Minimal PHP Framework
We haven't tracked posts mentioning DemirApp Minimal PHP Framework yet.
Tracking mentions began in Dec 2020.
Slim
-
can I use thecodeholic/tc-php-mvc-core framework for production?
If you want to use a framework but avoid the "kitchen sink" you could use micro frameworks like Lumen, Slim or Symfony (with the symfony/skeleton starter) and then add packages as required.
-
Recommended Lightweight PHP Frameworks for REST Development?
You can use a simple framework like slim or go with Symfony.
-
Should you use Laravel 9 over Lumen 9?
If you need a very lightweight framework I would personally recommend slim
-
Next step from making web apps with plain PHP and JS? What to learn next? Laravel? React?
If you are concerned about the framework being too cumbersome, there are more lightweight options out there too. I have heard good things about Slim https://www.slimframework.com/
-
Project rewrite; to Laravel, or not to Laravel...?
Do you have a router? I presume not as most people that don't use a framework end up with 100's of PHP files in the htdocs/public folder that all act as a kind of router/controller. If that is the case, you may benefit from a micro-framework like Slim. Don't port over all your pages in one go, instead migrate them one by one as needed over a period of time. A good strategy is just if you need to touch the page for something, do the migration at that time.
-
A personal project | roady v1.0.0
Extra tip: To prepare yourself to use other frameworks in a job, look at how they lay out their application directory structure. They tend to be somewhat similar, and you can use those common structures to make your roady app structure more in line with them or to get to grips with them for when you get a job in the industry. Slim is a microframework with minimal extra features, so it may be a good starting point to compare with if you wanted to (https://www.slimframework.com/), and they have a skeleton app you could use to examine its structure (https://github.com/slimphp/Slim-Skeleton). People will probably also happily fight to the death about which framework is better, but you find one you like or a company you want to work for uses. Slim is just a suggestion.
-
Yes, PHP Is Worth Learning/Using in $Current_year
My team has been using the Slim Framework for years and it has servered us well for years. It is a microframework and follows most of the PSR standards so it is possible to replace libraries with relative ease.
-
Ever wanted to use the Symfony Messenger component, but didn't know how? I've got you covered!
Not a huge framework, but I like https://www.slimframework.com/ , used with twig and a few other libraries
-
Is there a more straightforward way to pass variables from the server to the client?
Sure but it is specific to the slim framework: https://github.com/slimphp/Slim-Skeleton
-
How do I include my index.php file automatically to all other files?
You could take a look at the Slim Framework and the Slim Skeleton Application for some general guidance on how to do things. I've done some kind of "homebrew" framework stuff before, and typically the most important things you need are:
What are some alternatives?
Lumen - The Laravel Lumen Framework.
Silex
Bullet PHP - A resource-oriented micro PHP framework
Siler - ⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
Proton
Liten - Liten is a small and simple micro framework which can be used to build restful services and apps.
Laravel - Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
Fast Route - Fast request router for PHP
Laravel-Zero - A PHP framework for console artisans
swoole-src - Programmatic server for PHP with async IO, coroutines and fibers
Wolff - 🐺 Lightweight and easy to use framework for building web apps.
Cycle ORM - PHP DataMapper, ORM