PHP

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 »

Symfony logo

Update Symfony Installer to latest version in Ubuntu Linux

So here I was trying to create symfony 5 project but somehow as things weren’t working as per documentation. I ran command ‘symfony check:requirements’ to see if my system fulfills all requirements for latest version of symfony, but this is what i received: I was on version 1.5.11 of symfony binary, which apparently was the

Update Symfony Installer to latest version in Ubuntu Linux Read More »

How to combine Angular4 and Slim Framework applications into one application for production

This tutorial helps to get any anular4 application into the production with the PHP or any other kind of server side technology, in this one we use the slimframework but the concept remains the same with other server side technologies. Assumptions: This tutorial assumes that you are already familiar with Angular2 or Angular4 and also

How to combine Angular4 and Slim Framework applications into one application for production Read More »

How to use google recaptcha with PHP and Javascript AJAX

This tutorial is to make you familiar with the Google Captcha it is known as Google re-captcha, very useful plugin or say api to prevent the spamming on your comment forms, this tutorial makes use of PHP and ajax How to use google recaptcha with PHP and Javascript AJAX Posted on Monday 15th December 2014. · 1437 Views Share This

How to use google recaptcha with PHP and Javascript AJAX Read More »