Jump to content

Akismet PHP5 cURL class


Xeoncross

Recommended Posts

After looking over the current PHP Akismet API classes (http://askimet.com) I couldn't help but notice they all used fopen() to talk with akismet. Which besides being slow is also disabled on some hosts that have "safe mode" on. This class solves that problem by using the fast CURL php extension (http://php.net/curl) available on most web hosts.

 

This class is also the smallest and easiest Akismet Class I have ever seen. ;)

 

http://code.google.com/p/akismet-php-curl-class/

 

Would anyone mind testing it?  ;)

http://code.google.com/p/akismet-php-curl-class/source/browse/trunk/example.php

Link to comment
Share on other sites

  • 1 month later...

No one wants to test my ultra-cool Class?  ;)

 

I am using it on production sites and it is the second smallest class out there.

I also think it is the fastest and most secure based on benchmarks.

cURL powers it after all...

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.