Tag:php
All the articles with the tag "php".
Distributed Concurrency in PHP using Nginx, PHP5-FPM and Memcache
Posted on:July 21, 2014 at 01:00 PMAn issue I've run into in the past is "how do we perform 5 calls to a 3rd party API, as quickly as possible?" The obvious answer is, make them all at once and wait until they've all come back! While PHP does support forking on Unix OSes...
Logging in Laravel
Posted on:September 3, 2014 at 01:00 PMLaravel includes MonoLog, which is a rfc5424 compatible logging library, which basically means you log in the same way as if you were using a similar Library in another language.
MySQL load data infile local with PHP 5.4
Posted on:July 21, 2014 at 01:00 PMIn case you've not heard of it, MySQL's "load data infile local" is a really useful bit of functionality that allows you to load a file directly into a database table.
PHP Function to build API URLs
Posted on:July 21, 2014 at 01:00 PMThe following function is one I wrote to generate URLs for eBay APIs, but I took care to avoid making it vendor specific, hopefully it's of use to somebody.
Setting Up Caddy with PHP 7 on Ubuntu 16.04
Posted on:April 14, 2017 at 01:00 PMCaddy seems like a Web Server that's going places, but unfortuantely there is still a need for more tutorials, and discussion.