Category: 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…
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…
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…
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…
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…
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…
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,…
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…
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…
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…