While working with one of our client at rtCamp who was using REST API for thier website with PWA theme, We found out that it was taking way too much time at user endpoint wp/v2/users/{id}
Category: PHP
Setting up WordPress.com VIP Development Environment with EasyEngine (Nginx)
Hey there, As you know VIP Quickstart has been deprecated recently. Here is some easy way to get started with VIP development, We hope soon EasyEngine will V4 launch with VIP support but for now, lets do all thing manually.You need Ubuntu 14 / 16 LTS with sudo access also we need svn and git… Continue reading Setting up WordPress.com VIP Development Environment with EasyEngine (Nginx)
Google Maps API drawing polygon with JSTS Library
One of our clients has asked for a roadmap feature for their website. Basically what he needs is a road map that lists all places around the route. Now getting the distance between two points was effortless. The important thing is how to draw a polygon around the route. After lot of browsing and Googling,… Continue reading Google Maps API drawing polygon with JSTS Library
PHP text-to-speech with Google api
Sending MIME Mail with PHP
You can send email with PHP Mailer with attachment and MIME type, with help of following libraries 1)PHP Mailer you can download latest version from github Example: php require ‘class.phpmailer.php’; $mail = new PHPMailer; $mail->IsSMTP(); // Set mailer to use SMTP $mail->Host = ‘smtp1.example.com;smtp2.example.com’; // Specify main and backup server $mail->SMTPAuth = true; // Enable… Continue reading Sending MIME Mail with PHP
Way2sms PHP API
Hello , build your own sms base application in php with this way2sms api interface post comments and queries /** * sendWay2SMS * Function to send to sms to single/multiple people via way2sms * @author Milind * @category SMS * @example sendWay2SMS ( ‘9000012345’ , ‘password’ , ‘987654321,9876501234’ , ‘Hello World’) * @url http://milindmore22.blogspot.in/2012/07/way2sms-php-api.html *… Continue reading Way2sms PHP API
