Mayank Tiwari

Symfony featured image

Symfony get Environment[.env] variable in Service

In this tutorial I’ll show you how to pass environment variables from .env file to Custom Service in Symfony. There are basically 4 steps for this: Define the parameter in .env Configure parameter in Symfony configuration services.yaml Pass as an argument in constructor of the service. Read receive parameters in constructor and assign to a

Symfony get Environment[.env] variable in Service Read More »

mautic thrive themes integration thumbnail

Mautic 4 Integration with Thrive Leads [Thrive Themes] Using OAuth2 [In 5 Minutes]

In this tutorial I will show you how to properly connect Mautic 4 with Thrive Themes in WordPress using OAuth2. Basically this tutorial will answer following questions for you: How to Create OAuth2 credentials To use with Thrive Leads Mautic Integration? How to Properly Authenticate without any errors in the process? What is overall process

Mautic 4 Integration with Thrive Leads [Thrive Themes] Using OAuth2 [In 5 Minutes] Read More »

php-ratchet-socket-complete-tutorial

PHP WebSocket Tutorial using Ratchet [Secured Production Deployment on Nginx with Reverse Proxy]

In this Tutorial you are going to learn, How to use Ratchet socket library to implement web socket in a Symfony application(it applies on any other PHP framework as well). Following are the highlights of this tutorial: Creating Socket Server in Symfony using Ratchet Socket library. Broadcasting and point to point messaging. Connecting to Socket

PHP WebSocket Tutorial using Ratchet [Secured Production Deployment on Nginx with Reverse Proxy] Read More »

mautic recurring campaign

Recurring Email Campaign in Mautic – Step by step Tutorial with Example

Ever thought of a scenario in which you need to send regular daily, weekly, monthly updates via email. In this tutorial I’ll show how you can accomplish this automation and send recurring email using Mautic. Create a custom field to assign a sending frequency for the contact. Create Email you would like to send. Create

Recurring Email Campaign in Mautic – Step by step Tutorial with Example Read More »

Install Mautic on Ubuntu

Install Mautic – Ubuntu Linux, Nginx and Free SSL [With Video Steps]

In this tutorial I’ll describe in detail how you can install Mautic on Ubuntu using Nginx (webinoly setup) and Free SSL from Let’s Encrypt. The steps are easy to follow, I’ll provide screenshots as well. The following are the steps I am going to describe in this tutorial. All the commands will be provided in

Install Mautic – Ubuntu Linux, Nginx and Free SSL [With Video Steps] Read More »

Mautic REST API Explained with examples

Mautic REST API with 3 Type of Authentication – Explained with Postman Examples

In this tutorial I am going to explain how you can use Mautic API in order to connect Mautic with any other platform as per requirements. Mautic uses REST API and I assume you already know the basics of REST API as I am not going into details of REST APIs, if you don’t know

Mautic REST API with 3 Type of Authentication – Explained with Postman Examples Read More »