Category Archives: About PHP


November 30, 2016 7:15 am

jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL


jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don't want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & MySQL. We are doing some basic operations like add event, edit event and delete event.

[ Read More ]


October 17, 2016 8:15 am

PHP Jobs: Intern, Junior, Senior Developer & Project Manager


PHP Jobs: Intern, Junior, Senior  Developer & Project Manager
If you are looking for jobs in PHP then we have thousands jobs of php for you please check below jobs and apply for positions given below. Intern, Junior, Senior Developer & Project Manager and many more jobs waiting for you want to swithc job looking for internship or any thing.

[ Read More ]


August 11, 2016 7:41 am

Create a job searching page in PHP with Indeed APIs


Create a job searching page in PHP with Indeed APIs
We have created a job searching page on PHPGang here where you can search jobs and its powered by Indeed APIs and PHP. Today I am publishing that code and page with my readers so you can easily create job searching and you can earn from there affiliation.

[ Read More ]


August 9, 2016 3:51 am

Creating a simple Slack chat bot with PHP


Creating a simple Slack chat bot with PHP
To create the bot, we are going to use Slack’s Outgoing Webhooks integration. With it, we can create any page and whenever a message is sent into a specific Slack channel or in any Slack channel your page will be called with information about the sender of the message, the message itself and other useful metadata. When a request is made to your page, you can return JSON with the property text in it and the bot will send back a response directly in the channel in which the message occurred.

[ Read More ]


July 13, 2016 5:09 pm

Creating PDFs from HTML and CSS with PHP and Dompdf


Creating PDFs from HTML and CSS with PHP and Dompdf
In this tutorial, we are going to show you how to show the user dynamically-generated PDFs from your web application that relies on PHP. We are going to use a third-party library called Dompdf that enables us to create PDFs and save them to the server or directly display them to users using only HTML and CSS.

[ Read More ]


June 30, 2016 1:38 am

An introduction to Twig templating – Creating a Sentiment Analysis app


An introduction to Twig templating - Creating a Sentiment Analysis app
We will be building a simple app which takes from the user the id/name of a Facebook page (the name written in the URL when visiting a Facebook page) and shows some statistics related to the sentiment of the last 100 posts of that Facebook page. It shows whether the page is positive, negative or neutral, how many of the last one hundred posts are considered positive, negative or neutral and it pinpoint the total distribution of positivity, negativity and neutrality in those posts.

[ Read More ]


June 30, 2016 1:34 am

An introduction to sentiment analysis with phpInsight – Creating a Sentiment Analysis app


An introduction to sentiment analysis with phpInsight - Creating a Sentiment Analysis app
We will be building a simple app which takes from the user the id/name of a Facebook page (the name written in the URL when visiting a Facebook page) and shows some statistics related to the sentiment of the last 100 posts of that Facebook page. It shows whether the page is positive, negative or neutral, how many of the last one hundred posts are considered positive, negative or neutral and it pinpoint the total distribution of positivity, negativity and neutrality in those posts.

[ Read More ]