The WordPress Auth Driver for Laravel Composer package allows you to authenticate users in your Laravel application against an existing user table from a WordPress installation. The package exposes …
PHP
How to run composer commands on DeployHQ
DeployHQ is a great service for automating the deployment of code from source code repositories onto SSH, SFTP or cloud servers. When deploying applications which use Composer for dependency …
[Read more...] about How to run composer commands on DeployHQ
Linode PHP Library Composer Package
I use Linode to host my VPS's that run my websites and various other services online. I also use their DNS manager to host DNS services for the hundreds of domain names I own or manage for my …
Twitter PHP Library Composer Package
My second Composer package is now available on Packagist. Bitbucket: Hampel Twitter Packagist: hampel/twitter This library is a PHP wrapper for the Twitter API and uses the Guzzle HTTP Client …
JSON PHP Library Composer Package
I've started working with Laravel 4 and am really enjoying the power of this PHP framework. Now that Laravel uses Composer packages, managing libraries and dependencies has become very simple - it …