Bookmarks tagged with #symfony.
Show all
Show all
Off the Beaten Path to Upgrade Symfony 2.8 to 7.2 | Tomas Votruba
There are two types of upgrades. One follows only `UPGRADE.md` files on every release, replacing what has been removed with new alternatives. It works, and we could say that the codebase will be "up-to-date."
The other upgrade doesn't stop at the required minimum but **makes use of all modern features the framework provides**. It will be faster, easier to understand, and easier to upgrade to the next version. I [wrote a post](/blog/two-kinds-of-legacy-code-upgrade) that explains why the latter is better.
There are no sources about Symfony upgrades spanning multiple major versions—time to fix that.
Saved
on: 2024-12-18
New in Symfony 7.2: Stateless CSRF (Symfony Blog)
Symfony 7.2 introduces stateless CSRF protection, enabling secure token validation without relying on server-side sessions.
Saved
on: 2024-11-30
Modernize Symfony Configs
Symfony configuration is one of the changes that are difficult to spot until they're removed in the next major version. Then you must Google the "invalid option id error message" and hope for a solution. That doesn't sound like an excellent way to spend your weekend, does it?
Symfony actually adds a deprecation message to those options, but they're not easy to spot.
Today, we'll show you how to spot them with the help of Rector, PHPStan, and one other fantastic tool.
Saved
on: 2024-01-24
Migrating an Existing Application to Symfony (Symfony Docs)
When you have an existing application that was not built with Symfony, you might want to move over parts of that application without rewriting the existing logic completely. For those cases there is a…
Saved
on: 2023-05-12
Why I Migrated This Website From Symfony To Laravel | Tomas Votruba
It's been exactly a week since I migrated this website from Symfony to Laravel. I had never done such a migration before and feared the pitfalls waiting for me.
The migration itself was easy and swift. It took me 2 trips on Lisbon trains, one afternoon in a cafe, and a few hours at the hotel to finish. I'll talk about the process later, and it's a fascinating set of techniques.
**You kept me asking "why", so here it is.**
Saved
on: 2023-03-03
Symfony Demo meets Modular, Microservice-ready Architecture : r/PHP
Saved
on: 2021-12-09
Wouter Carabain
In this article I'll explain the basics of using the Messenger component of Symfony. I'll cover the basic usage of this versatile component.
Saved
on: 2021-10-10
Symfony vs Laravel: Comparing Features and Benefits
In this article, you’ll learn the similarities and differences between Laravel vs. Symfony and choose the one that best suits your project.
Saved
on: 2021-07-30
Symfony Lock and Messenger component - Happyr developer blog
Saved
on: 2021-02-15
Dynamically changing the log level in Symfony apps — Matthias Noback - Blog
This is just a quick post sharing something I was able to figure out after doing some research.
The situation: our application throws exceptions by means of “talking back to the user”. As developer we don’t want to be notified about all these exceptions. They aren’t as important as any other exception that should be considered “critical”. Still, we do want to find these exceptions in the logs, because they can sometimes provide valuable feedback about the usability of the system.
Saved
on: 2020-09-29
Symfony 5: guida rapida (Symfony Docs)
Ringraziamenti Di cosa si tratta? Preparazione dell'ambiente di lavoro Presentazione del progetto Da zero al…
Saved
on: 2020-08-20
JoliCode - Battle log: a deep dive in Symfony stack in search of optimizati
My team and I are working on a big project that is becoming bigger and bigger. Split in micro services, each end-user call generates an increasing number of HTTP API calls. Performance was becoming a problem and the Developer eXperience (DX) suffered as a result. Note that we already
Saved
on: 2020-01-20
kubephp/README.md at main · sherifabdlnaby/kubephp
🐳 Production Grade, Rootless, and Optimized PHP Container Image Template for Cloud-Native Deployments and Kubernetes. - sherifabdlnaby/kubephp
Saved
on: 2019-09-24
hgraca/explicit-architecture-php: This repository is a demo of Explicit Arc
This repository is a demo of Explicit Architecture, using the Symfony Demo Application. - hgraca/explicit-architecture-php
Saved
on: 2019-06-07
What You Lose by Switching to Symfony | Tomas Votruba
Switching one framework for another is nowadays getting easier and easier. What you could do for months only on your private projects, where income and delivering features are not important, is now an option for big websites with millions of lines of code. What seems like a divorce and switching a partner, is now as simple as changing your shoes from work to jogging ones.
"Ok, we get it, it's simple. But why, what is the gain?"
Tags:
#symfony
Saved
on: 2019-04-11
Why Config Coding Sucks | Tomas Votruba
Rector and static analysis help us to work with code better, but it also helps us spot new weak-points of our PHP code.
One of the biggest evils is *config coding*. **How it can hurt you and how get rid of it**?
Saved
on: 2019-02-19
Ports and Adapters implementation in PHP, with a little help from Symfony
The “Ports and Adapters” pattern (also know as Hexagonal Architecture) is strictly related to Domain Driven Design (DDD). That means it is framework-independent. But what is Symfony doing here? Let’s…
Saved
on: 2019-01-22
Progressively enhance your Symfony 4 app using Vue, API Platform, Mercure and Panther (SymfonyCon)
Watch the video! Thanks to the new capabilities of the web platform (web components, Progressive Web Apps…) and the rise of modern JS libraries (Vue, React, Angular) almost all modern Symfony applications must leverage the frontend ecosystem.Symfony 4 embed many gems that make it easy to integrate modern JavaScript within the framework, including the first
Saved
on: 2018-12-07
HTTP/2: speed up your apps and dispatch real time updates (Symfony and API Platform’s features announcement)
HTTP/2 can improve the loading time of webpages up to 2 times. Did you know that it’s very easy to optimize your Symfony applications to leverage the advanced features of this new protocol? This talk also contains the announcement of 3 new PHP packages: Symfony Mercure Component Symfony Mercure Bundle Mercure integration in API Platform
Saved
on: 2018-10-27
Diving into Symfony’s DependencyInjection — Part 1: First steps with the co
In this article, we’re going to dive into Symfony’s dependency injection component.
We will use it from scratch, out of the Symfony framework, with the minimum of external dependencies.
You can code…
Tags:
#symfony
Saved
on: 2018-10-11
Symfony Docker, dall'ambiente di sviluppo alla produzione
Saved
on: 2018-09-25
Building a single-page application with Symfony 4, Vue.js, Vue Router, Vuex
Saved
on: 2018-09-04
How to build a scalable Symfony application on Kubernetes
Modern web applications are complex. The expectations of your users regarding your application are constantly increasing: nowadays, an application needs to be fast, convenient, easy to use and…
Saved
on: 2018-08-14
https://stovepipe.systems/post/migrating-your-project-to-symfony
Tags:
#symfony
Saved
on: 2018-07-21
multi-image-blog-project — SitePoint
Posts tagged with multi-image-blog-project.
Saved
on: 2018-07-02
Creating Time Tracking System in PHP Symfony and Vue
Here is how you can create a time tracking system in PHP using Symfony and VueJS.
Saved
on: 2018-07-02
Create your own PHP Framework (Symfony Docs)
Introduction Why would you Like to Create your Own Framework? Before You Start Bootstrapping Our Pro…
Tags:
#symfony
Saved
on: 2018-04-01
Symfony Tutorial: Building a Blog (Part 3)
Learn how to create and deploy a secure blog engine with Symfony.
Saved
on: 2018-03-24
Creating a Symfony 3 Project with Basic User Handling
This post will walk through how to get setup using the Symfony 3 framework and the Friends of Symfony bundle so that your project can allow users to register, login and out, and view and edit their User profile.
Saved
on: 2017-08-18
My very first attempt to Hexagonal architect, Symfony, PHPSpec, TDD. Could
Saved
on: 2017-01-02
Symfony Components in a Legacy PHP application
A set of snippets showing you how to integrate Symfony Components (Routing, Forms, Validation, DependencyInjection, VarDumper, ..) in a Legacy PHP application
Saved
on: 2016-07-09
[Part 001] Symfony 3 Tutorials - Creating the project and running it wit...
In this video I'm going to show you how to easily create a Symfony 3 project with Docker and Docker Compose in less than 10 minutes! Yes, less than 10 minute...
Saved
on: 2016-06-13
Hexagonal architecture. Looking for comments about using with Symfony. More generally, where should commands be defined? How to use third party packages? : r/PHP
Saved
on: 2016-03-28
The Ultimate Developer Guide to Symfony - Dependency Injection — Loïc Faugeron — Technical Blog
Technical articles about Symfony and TDD
Saved
on: 2016-02-26
Eating spaghetti with Symfony
Big-bang migrations hardly ever work and usually take significantly more effort than expected. It's also hard to convince the stakeholders there's any value in the whole operation. It's much more effective to make gradual improvements. It's also more rewarding to celebrate success after every sprint. Learn how to leverage Symfony to move away from an Old School PHP Spaghetti Project™ to a modern Symfony based application. Release after the first iteration and keep improving the code base, delivering value in the same time.
Saved
on: 2016-02-22
jarves/jarves: Jarves CMS/Application Framework based on Symfony - Alpha material
Jarves CMS/Application Framework based on Symfony - Alpha material - jarves/jarves
Saved
on: 2016-02-21
symfony.demo.on.roids/README.md at master · alfonmga/symfony.demo.on.roids
The Symfony Demo Application on Roids!
Saved
on: 2016-02-11
Introducing the first releases of eZ Platform and eZ Studio
Saved
on: 2015-12-15
New in Symfony 2.8: Symfony as a Microframework (Symfony Blog)
Symfony 2.8 introduces a new microkernel trait which enables to use Symfony as a microframework. This will greatly simplify the creation of single-file (or just smaller) Symfony applications.
Saved
on: 2015-11-19
awesome-symfony/README.md at master · sitepoint-editors/awesome-symfony
A list of awesome Symfony bundles, utilities and resources. - sitepoint-editors/awesome-symfony
Saved
on: 2015-10-13
http://andrewstarlike.com/code-playground/fastly-build-a-standard-admin-panel-using-symfony2-and-sonata-admin-bundle/
Saved
on: 2015-08-27
Learn Symfony with Silex, the Demo App and the Best Practises Book | Symfon
Diese Domain steht zum Verkauf!
Saved
on: 2015-07-30
What symfony components can do for you - AndreasHucks
Symfony 2 has had a profound impact on the PHP world since well before the initial stable release, and its components have since been picked up as building b...
Saved
on: 2015-06-16
dunglas/DunglasApiBundle · GitHub
The server component of API Platform: hypermedia and GraphQL APIs in minutes - api-platform/core
Saved
on: 2015-05-23
Introducing the Symfony Demo application (Symfony Blog) : PHP
Saved
on: 2015-04-21
Symfony 2014 Year in Review: London Symfony Meetups (Symfony Blog)
2014 was a really successful year for the Symfony Meetup Group in London. These are the talks and presenters we were lucky to hear this year. Some of the talks were recorded, so you can still watch th…
Saved
on: 2015-01-09
PHP Schema: generate a fully functional PHP / Doctrine / Symfony data model
PHP Schema is a code generator that instantly generates a PHP data model from the Schema.org vocabulary : browse Schema.org, choose the types and properties you need, run our code generator and you're done! You get a fully featured PHP data model including: A set of PHP entities with properties, constants (enum values), getters, setters, adders and
Saved
on: 2014-12-16
Where is the model in Symfony2? Entities, Repositories and Services | PHPLa
Saved
on: 2014-11-25
The Symfony Framework Best Practices (Symfony Docs)
This article describes the best practices for developing web applications with Symfony that fit the philosophy envisioned by the original Symfony creators. If you don't agree with some of these recomm…
Saved
on: 2014-10-13
http://krunoknego.com/2014/09/30/deploying-symfony2-applications-with-capifony/
Saved
on: 2014-09-30
certificationy/certificationy
The core library to create tests and certifications - certificationy/certificationy
Saved
on: 2014-09-05
Handling AngularJS POST requests in Symfony | labs @ Qandidate.com
Saved
on: 2014-08-22
bayne/symfony-angular-todomvc: An implementation of TodoMVC using AngularJS and Symfony REST Edition
An implementation of TodoMVC using AngularJS and Symfony REST Edition - bayne/symfony-angular-todomvc
Saved
on: 2014-08-12
The 30 Most Useful Symfony Bundles (and making them even better) (Symfony B
Here are the results of the Symfony Community Bundles Survey and our plans to make them better.
Saved
on: 2014-08-08
http://labs.octivi.com/handling-1-billion-requests-a-week-with-symfony2/
Saved
on: 2014-07-22
Form Validation in Symfony 2
Today we're going to continue where we left off last time, where we learned how to build reusable forms in Symfony 2. In this video, we'll learn how to validate the data that has been submitted to...
Saved
on: 2014-06-20
How do I validate form data in Symfony 2?
Danny Sipos demonstrates two approaches to dealing with forms in Symfony: pure HTML, and entity based.
Saved
on: 2014-06-17
ELAO - Symfony 2 Cheats Sheets (Doctrine 2, Twig, Form)
Saved
on: 2014-05-17
The Book (current) - Symfony
Symfony documentation includes articles, tutorials and books to learn about the Symfony PHP framework and its packages.
Saved
on: 2014-04-30