Hybridauth is a quite popular library to integrate Social Login in PHP based applications including CodeIgniter. You can add the login/register feature from almost all social providers like Google, Facebook using it. Hybridauth 3 has a lot of improvements to integrate social Sign In/Up in PHP websites.
Tag » API
Add Google Sign-In into PHP Website – All in One Social Login
Google Sign-In is the far most popular social login feature that websites seek to authorize users. Almost every person that uses the internet, is using either of Google services. Hence it becomes a must to add Google Sign-In into your PHP website. It allows maximum users to log in and be your customers through a social service they are familiar with.
Caching in WordPress to Store Data – Transients API
Caching in WordPress using Transients API can store the data which have an expiration time. After the data has expired or not available, we can run code to grab data and catch it again. Transients API in WordPress makes caching process very easier to store a data for limited time.
English to Hindi Translation – Google Translation API
Nowadays English to Hindi translation is common practice. Many tools are available online which makes translations easy. At many of social medias also, people use to write in hi-English which is mostly in practice to India. Here I am describing steps to do English to Hindi translation in our web application using Google Language Translation API.
Model Validation in ASP.NET Web API
Model in MVC is a representation of our data structure so we need to validate the input data by applying validation on model. Here for that purpose we will implement the data annotation technique for applying model validation in Asp.NET Web API application.
zoom to accommodate all markers in google map
Recently I faced the issue to zoom to accommodate all markers in google map.In the google map, I included some polygons and lot of markers with landmarks and different locations.