Skip to content

planetguru/bflib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages