Bookmarks tagged with #symfony.
Show all
Show all
Symfony meets WordPress. I call it Sword.
Few months ago I came here to introduce a library to work with WordPress database from a third party app (WordpressInterop). I use it to work in a Sym
Saved
on: 2022-09-11
Symfony Demo meets Modular, Microservice-ready Architecture
Hi guys.
I've created a Symfony 6 based Application that can serve as an Enterprise Architecture reference for anyone who's planning to build Large S
Saved
on: 2021-12-09
Using the Symfony Messenger component
When developing a large scale application the software often needs to do a lot of different tasks. These tasks can consume a lot of time. Because you want your application to be fast and offer a great user experience you don’t want to process these tasks immediately.
Saved
on: 2021-10-10
Laravel vs. Symfony: A Side by Side Comparison
When facing the start of a brand new PHP application, there is one decision that can’t be overlooked: which framework should you use? And when it comes to PHP frameworks, the "fight" is often Laravel vs. Symfony.
Saved
on: 2021-07-30
Symfony Lock and Messenger component - Happyr developer blog
The lock component have saved me so many times. It helps me with race conditions, it makes my code simpler and my application more reliable. I’m using it to fix all kinds of problems and I’ve noticed that I use a few different methods.
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.
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.
Saved
on: 2020-01-20
README.md
Compatible with popular PHP Frameworks such as Laravel 5+ & Symfony 4+ and their variants. Typically deployed on Kubernetes.
Saved
on: 2019-09-24
hgraca/explicit-architecture-php: This repository is a demo of Explicit Arc
The "Symfony Demo Application" is a reference application created to show how to develop Symfony applications following the recommended best practices. This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
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.
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 Symfony help
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 take a closer look.
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.
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?
Saved
on: 2018-10-27
Diving into Symfony’s DependencyInjection — Part 1: First steps with the co
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 along with me while reading this article, each steps will be detailed so you can easily follow.
Tags:
#symfony
Saved
on: 2018-10-11
Symfony Docker, dall'ambiente di sviluppo alla produzione
Test jobs Test with coverage: stage: Test coverage: '/Lines:\s*\d+\.
Saved
on: 2018-09-25
Building a single-page application with Symfony 4, Vue.js, Vue Router, Vuex
With Symfony, I used to build my web applications in a traditional way: the framework handles everything, from the routing to the page rendering. However nowadays web applications have complex user interactions and the previous approach does not fit well for such cases.
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 beautiful.
Saved
on: 2018-08-14
multi-image-blog-project — SitePoint
Image Resizing: Bruno Škvorc shows how to modify a multi-image gallery blog to serve resized versions of images depending on the size of the viewport. Tonino Jankov shows how to optimize on-the-fly thumbnail generation, reducing request time from 28 to 0.7 seconds with Nginx and pm-static.
Saved
on: 2018-07-02
Creating Time Tracking System in PHP Symfony and Vue
Saved
on: 2018-07-02
Create your own PHP Framework
IntroductionWhy would you Like to Create your Own Framework?Before You StartBootstrappingOur ProjectThe HttpFoundation ComponentGoing OOP with the HttpFoundation ComponentThe Front ControllerThe Routi…
Tags:
#symfony
Saved
on: 2018-04-01
Symfony Tutorial: Building a Blog (Part 3)
This blog post uses Symfony 4.0. To learn how to implement authentication and authorization using Symfony 5 Guards, check out Creating your First Symfony App and Adding Authentication . TL;DR: Symfony is a PHP framework as well as a set of reusable PHP components and libraries.
Saved
on: 2018-03-24
Learn Symfony with Silex, the Demo App and the Best Practises Book | Symfon
Saved
on: 2015-07-30
dunglas/DunglasApiBundle · GitHub
API Platform Core is an easy-to-use and powerful system to create hypermedia-driven REST and GraphQL APIs. It is a component of the API Platform framework and it can be integrated with the Symfony framework using the bundle distributed with the library.
Saved
on: 2015-05-23
Introducing the Symfony Demo application (Symfony Blog) : PHP
Saved
on: 2015-04-21
symfony-si/symfony-must-watch
List of interesting videos, conference talks, tutorials all about Symfony, Silex and PHP. Inspired by trend on GitHub.
Saved
on: 2015-03-19
Symfony All The Things (Web) — Whitewashing
My Symfony Hello World post introduced the smallest possible example of a Symfony application. Using this in trainings helps the participants understand of just how few parts a Symfony application contains.
Saved
on: 2014-12-21
Where is the model in Symfony2? Entities, Repositories and Services | PHPLa
Saved
on: 2014-11-25
certificationy/certificationy
This is provides a complete system to build multiple choice question system. This is useful for any company that need to test an applicant, or to make a certification website/training tool.
Saved
on: 2014-09-05
Handling AngularJS POST requests in Symfony | labs @ Qandidate.com
At Qandidate.com we started using AngularJS last year and I have to say it was love at first sight! Two-way databinding, testability, dependency injection, server communication...awesome! Did I say server communication? We use Symfony 2 (which is awesome too) for our back end API’s.
Saved
on: 2014-08-22
The 30 Most Useful Symfony Bundles (and making them even better) (Symfony B
First, the results of the survey will be used to make some key decisions over the new few months. No, we can't say more, but stay tuned ;). But for starters, these bundles will participate in the second DX Hackday that will be announced very soon.
Saved
on: 2014-08-08
Building and Processing Forms in Symfony 2
In this tutorial we will look at two examples of using forms in Symfony 2. In the the first, we will place form elements straight in the View file and then handle the form processing manually in the controller.
Saved
on: 2014-06-17
ELAO - Symfony 2 Cheats Sheets (Doctrine 2, Twig, Form)
Saved
on: 2014-05-17
The Book (current) - Symfony
If you prefer traditional learning, start by reading all the articles in the Getting Started section on this page. They'll teach you the basics you need to start working on Symfony projects. Then, read the other articles when you need to use those features.
Saved
on: 2014-04-30