snowplow-archive / codeigniter-paypal-ipn

A CodeIgniter library for working with the PayPal IPN (Instant Payment Notification) service
111 stars 34 forks source link

Release a version which doesn't require Doctrine #1

Closed alexanderdean closed 13 years ago

alexanderdean commented 13 years ago

If you want this, vote this issue up so I know this is important

jmagnone commented 13 years ago

It would be great if you can avoid the dependency w/Doctrine. (I Vote Up)

chchrist commented 13 years ago

+1

hasitha commented 13 years ago

I'd also like to vote for a Doctrine free version. Simple active record implementation would allow us to then convert it to another ORM of our choice.

th30ne commented 13 years ago

+1

mcsmix commented 13 years ago

+1

PadraigK commented 13 years ago

+1

seinoxygen commented 13 years ago

+1

nolochemical commented 13 years ago

+1 Thanks for the great library.

jurajivan commented 13 years ago

+1 for sure

dspangenberg commented 13 years ago

+1

haganbt commented 13 years ago

+1 please ;)

bigmike7801 commented 13 years ago

+2

zbrox commented 13 years ago

+1

alexanderdean commented 13 years ago

Okay I have uploaded an ActiveRecord version. I'm using it on a site with txn_type web_accept - let me know how you get on with it.