grodt / bflib
There is no license information available for the latest version (dev-master) of this package.
Provides the Betfair API library.
dev-master
2013-05-10 21:01 UTC
This package is not auto-updated.
Last update: 2025-01-13 15:46:13 UTC
README
Copyright Christopher Lacy-Hulbert 2009 This file is part of Bflib. Bflib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Bflib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Bflib. If not, see <http://www.gnu.org/licenses/>. Introduction -------------- The best way to get started with this library is to run through the tutorial of how to set up your first betfair connection and issue a couple of API commands. You can read that article here: http://www.spiration.co.uk/post/1438 Secondly you could try writing a simple application, with working event navigation and market data views based on the tutorial here: http://www.spiration.co.uk/post/1442/ You should also be sure to have PHP compiled with soap and ssl support. If you are unsure, the following PHP compliation works for me (with the supporting libs in place, of course): ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql=/usr/local/mysql \ --enable-pdo \ --with-pdo-mysql=/usr/local/mysql \ --with-zlib-dir=../zlib-1.2.5 \ --with-curl \ --enable-soap \ --with-openssl \ --with-apc \ --with-gd