-
Notifications
You must be signed in to change notification settings - Fork 3
A PHP client API for Betfair
planetguru/bflib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
About
A PHP client API for Betfair
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published