XandruSoft Software Factory
Experts in Symfony development
We work with the best Symfony developers in the world
Our experience of more than 10 years working exclusively on Symfony projects, together with our exquisite selection process of professionals categorized among the best in the world, means that we can offer a service of the highest qualityWe are Symfony developers
We work with most of the platforms of the Symfony ecosystem, getting the most out of it in the shortest time and with the highest qualitySymfony Platform
The best technology to create your project.
Mautic developers
Release your own Marketing Automatition platform.
Matomo developers
Release your own Analytics tool
Take your project to the next level
Here you will find the best symfony developers who will help you with your project, whether it is a monolithic platform or if you want to go one step further with a microservice architecture, working with APIs, with code based on Tests to guarantee stability and optimized with best performance.
Join & Follow us
Follow us to find out the latest news in the Symfony ecosystem and how they can help your company reach the next levelCómo configurar una cuenta de email profesional con Plesk y DNS paso a paso
Tener una cuenta de correo profesional con tu propio dominio (por ejemplo, info@tunegocio.com) no solo transmite seriedad, también te permite gestionar la comunicación con clientes y proveedores desde tu propio entorno. Si tu servidor utiliza Plesk como panel de...
Cómo configurar correctamente SPF, DKIM y DMARC para enviar correos profesionales sin acabar en SPAM
En el mundo digital actual, el correo electrónico sigue siendo una de las herramientas más importantes para la comunicación profesional. Sin embargo, muchos correos acaban en la carpeta de spam o son directamente rechazados por los servidores de destino. La causa más...
Cómo configurar dos cuentas de Bitbucket (o GitHub) con claves SSH en una misma máquina
¿Trabajas con más de una cuenta en Bitbucket (o GitHub) y te estás volviendo loco al clonar, hacer push o pull desde el mismo ordenador? Aquí te explico paso a paso cómo configurarlo correctamente usando claves SSH, sin interferencias, sin errores de permisos y con...
Exportar y Redireccionar de Blogger a WordPress
Estos son los pasos a seguir para migrar nuestro blog de Blogger a WordPress Exportar Instalar plugin de importador en WordPress Importar las entradas Editar el theme de blogger, después de la etiqueta title, añadir todas las redirecciones tal que así (te recomiendo...
Error: “Failed to start the session because headers have already been sent by” Codeception
Framework config For test env, we need to replace "storage_factory_id" value when@test: framework: test: true session: storage_factory_id: session.storage.factory.mock_file
Error: “PHP Fatal error: Allowed memory size of” in Composer Install
Option 1 Modify in the console file (php -i to know the route) memory_limit =-1 Option 2 If you have no access to modify the file COMPOSER_MEMORY_LIMIT=-1 composer install