|
|
The SensAPIlity project provides a wrapper to ease integration with the Google AdSense API for PHP4 and PHP5. SensAPIlity removes the requirement for the API developer to know about SOAP. SensAPIlity washes away the SOAP!
In order to use SensAPIlity without modification you must download a modified version of the NuSOAP library from the NuSoap for PHP5 project and place it in the ext directory. This modified version is necessary for compatibility with PHP5 and will work with PHP4 as well.
You can find more information on using SensAPIlity on the wiki.
Releases
SensAPIlity 0.1.6 - 06/11/2007
- Added methods to set debug header values in sensapilityauthentication.php
SensAPIlity 0.1.5 - 05/25/2007
- Fixed Issue 2, now that all request generate namespace information correctly
- Fixed Issue 3, now the attribute xsi:nil is used for null values in requests instead of tag omission for better compatibility with the AdSense API.
SensAPIlity 0.1.4 - 05/11/2007
- Updated SensapilityAccount->createAdSenseAccount to create the correct creation message, required due to a change in the call signature of this method in the API.
SensAPIlity 0.1.3 - 04/20/2007
- Changed require_once() statement behavior in multiple files so that the library can be called from anywhere.
SensAPIlity 0.1.2 - 04/13/2007
- Fixed typo in sensapilityaccount.php
SensAPIlity 0.1.1 - 04/12/2007
- Reorganized the directory structure so things are a little cleaner.
- Fixed some broken 'require' statements
SensAPIlity 0.1 - 04/12/2007
- Initial release
