Laravel
Spiral Framework
Our great sponsors
Laravel | Spiral Framework | |
---|---|---|
302 | 13 | |
72,859 | 1,445 | |
1.0% | 4.8% | |
9.5 | 6.8 | |
9 days ago | 1 day 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.
Spiral Framework
- In your opinion, which existing PHP framework can become as popular as Symphony or Laravel?
- Any suggestions for lighter frameworks than Laravel?
-
Temporal PHP SDK: Scalable and resilent workflow orchestration on PHP
This SDK server is already available for RoadRunner 2.0+ and Spiral Framework users.
-
First version of PHP Templating Abstraction released
✅ Spiral (Twig, Blade, Latte, Plates, Smarty, Handlebars, Mustache, Spiral View)
-
Business complexity with performance
To give you some hint, you mention few of our instruments - RoadRunner, Cycle ORM. Accidentally, theese instruments are also part of our main battle framework - Spiral (https://github.com/spiral/framework), which we use for all of our commercial projects for over 12 years so far.
-
I like the PHP constant RAM characteristics under a load but struggle to find a semi-decent req/s PHP framework/library for API backends
Check https://github.com/spiral/framework - it would satisfy your perf requirements (roadrunner under the hood). We pushed it up to 250k on synthetic hello world, but in real world 20k are achievable without much hassle.
-
RoadRunner 2.11 - Application Server for PHP: Video tutorials, Kafka support
Yes, you are responsible for cleaning the memory after yourself. Most of modern frameworks can do it for you since they can control the state using DI. If you are looking for a more friendly way to manage memory take a look at https://github.com/spiral/framework It is Symfony like framework developed specifically for resident memory applications.
- Is there anything faster than Phalcon?
-
[Poll] Do you use preloading in your applications?
Oh, and a full stack framework optimized for resident memory model - https://github.com/spiral/framework
-
Exotic/unknown frameworks?
Depends on your definition of "unknown", but some of the less mainstream frameworks that I've used or checked out are Spiral, Opulence and Aphiria. There are many others, but these are actually good and well designed.
What are some alternatives?
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.
Ubiquity - Ubiquity framework
Yii2 - Yii 2: The Fast, Secure and Professional PHP Framework
Symfony - The Symfony PHP framework
Phalcon - High performance, full-stack PHP framework delivered as a C extension.
Flask - The Python micro framework for building web applications.
Nette - 📖 The Nette documentation
CodeIgniter - Open Source PHP Framework (originally from EllisLab)
Swoole - 🚀 Coroutine-based concurrency library for PHP