Lloyds TSB PHP Class
This year I’m aiming to release more open source software, as part of that I’ve just finished my first mini-project.
It’s a PHP class library that logs into Lloyds TSB online personal banking and is able to retrieve information on the accounts. It is able to return the balances, available balances, overdraft limits and allowances for may different types of account. It’s very easy to use:
require_once('Lloyds.php');
$onlineBanking = new Lloyds(123456789, 'password', 'secureword1');
Full usage instructions are found with the class and it’s released under the MIT License. I will be publishing it on github at some point, but in the meantime here’s a download link:
Please use it for good, not evil. If you do use it for something interesting, let me know!









Apr 06 2011Categories: Development, PHP