Facebook
Posted in PHP

How To Generate Facebook Long-Lived Access Token

Have you ever came across API tasks? Then, probably you heard about the ‘Access Token’. The access token is a kind of identity token social…

Continue Reading...
Fake Data
Posted in PHP

How to Seed Database Using PHP Faker Library

You have developed an application. Now, to test your application you need fake data into the database. And you don’t want to fill it up…

Continue Reading...
Email Validation
Posted in PHP

Kickbox – A Real-Time Email Verifier Library for PHP

Do you want to write a real-time email verifier script in PHP? A real email address means an email that actually exists. This email address…

Continue Reading...
Posted in PHP

How to use Guzzle – A PHP HTTP Client for Sending HTTP Requests

In real-world applications, sometimes you need to interact or communicate with external web services. For this process, you have to send HTTP requests to web…

Continue Reading...
Posted in PHP

Social Login In PHP Using HybridAuth Library

Integrating social login features into the website is a trend nowadays. This feature makes the user login and registration process easy. If a user is…

Continue Reading...
Posted in PHP

PHP_CodeSniffer – A Library For Improving Your PHP Coding Standards

Do you want to improve your PHP coding standards? Obviously, yes. No matter you are a fresher or experienced PHP developer, everyone wishes to improve…

Continue Reading...
Posted in PHP

Advanced PHP Programming – How To Use Namespace In PHP

For PHP beginners, the concept namespaces seem quite complex. But, once we understand the basics of namespaces, it is easy to implement. In this article,…

Continue Reading...
Posted in PHP

How to use YouTube API to Upload Video on YouTube Channel

Everybody knows about YouTube. YouTube is the number one video-sharing platform in the world. The YouTube platform allows us to host our videos. This saves…

Continue Reading...
Create a thumbnail
Posted in PHP

Resize Images in PHP using TinyPNG

Image resizing is a very common task for developers. Every programming language has its own libraries or techniques to resize images. In this article, we…

Continue Reading...
Posted in PHP

How to Create PHP Registration System for Your Website

For most websites, it is required to build a registration system. These applications need to give access to only users who have gone through the…

Continue Reading...