Laravel
Slim
Our great sponsors
Laravel | Slim | |
---|---|---|
302 | 38 | |
72,859 | 1,491 | |
1.0% | 0.3% | |
9.5 | 6.8 | |
9 days ago | 17 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.
Laravel
- Introducing Punchcard - Object Configs for Laravel
- Phoenix 1.7.0 Released: Built-In Tailwind, Verified Routes, LiveView Streams
-
Structuring REST API
This is how Laravel and Slim does this.
-
Intro to Nest.js 🪺
It supports REST and GraphQL APIs out of the box, or you might use it to build a Full Stack application using the model view controller pattern, aka MVC), similar to frameworks like Laravel or ruby on rails, and it contains a ton of built-in modules to work with databases, handle security, implement streaming and anything else you can imagine doing in a server side application.
-
7 Metrics to Evaluate your code quality using static analysis
I will be using it with PHP and Laravel project.
-
Tiny CRM - Linode + DEV Hackathon Submission
I have used Laravel web framework for creating the app. I have also used Filament admin panel generator to quickly generate CRUD app functionality.
-
PHP in 2023
Also, există Laravel și CMS-uri cum e Statamic care sunt next level față de PHP-ul „clasic”.
- Backend, Frontend y Fullstack
-
Laravel vs Node.js vs Python - Feature-based comparison
Laravel: On the list, Laravel is placed second with 59,000 stars and 6,247 commits.
Slim
-
Hey, html and php problems
Maybe use this if you don't like to dive into bigger frameworks: https://www.slimframework.com/
-
Any suggestions for lighter frameworks than Laravel?
My APIs are in Slim. It's super light and you have all you need: routes and middlewares.
- Slim, possívelmente o framework ideal para quem vem do Golang
-
Which PHP Framework Should You Use in 2023?
You can download it and review the documentation here: https://www.slimframework.com/
-
Show HN: A DIY PHP Framework
Fwiw, this code example uses the Slim PHP Framework, which also uses a similarly vulnerable example on their homepage https://www.slimframework.com/
- Modern PHP features explained – PHP 8.0 and 8.1
-
What are the popular PHP Frameworks you are using for the development of web applications and why?
One framework I haven't seen mentioned here is Slim. It's a great micro framework if you only need to build a simple API. It supports the most important PSR's and it's great as glue to hook up other libraries.
-
How to write an email template that automatically fills in the blanks?
Start with a simple API! Just a GET endpoint that returns the time or something like that. Once that is working, you can extend its functionalities to whatever you want. Again, you'll find API libraries for all common languages. I used this for PHP.
-
Do I need Laravel for an HTTP API project? If so, why?
There are many micro-frameworks available like Slim, Mezzio(with Swoole may be), or if you are into async then you can also try Framework X(from core maintainer of ReactPHP). This frameworks have small footprints compare to Laravel, Symfony, etc. Yes, you can't get things like authentication, routing and other out of the box but they can easily be installed and configured to be used.
-
Vanilla PHP vs PHP Framework
I've done similar except I used a micro framework, specifically Slim, then used whatever external dependencies I needed. Much less opinionated so it was easier slowly moving things over.
What are some alternatives?
Lumen - The Laravel Lumen Framework.
Spiral Framework - High-Performance PHP Framework
Slim Framework - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Yii2 - Yii 2: The Fast, Secure and Professional PHP Framework
Symfony - The Symfony PHP framework
Ubiquity - Ubiquity framework
Phalcon - High performance, full-stack PHP framework delivered as a C extension.
Silex
Flask - The Python micro framework for building web applications.
Nette - 📖 The Nette documentation
CodeIgniter - Open Source PHP Framework (originally from EllisLab)