views:

43

answers:

2

Basically, I'm about to write a php script in the Zend Framework that's ONLY purpose is to handle user registration and offer AUTOMATIC MONTHLY subscriptions so that I can add other php driven scrips that they'll have access to based on their subscription status.

Does something already do this? I'm looking for barebones, not something like zencart or ecommerce software that does 10000 things. User registration and subscriptions only.

I want to use this as a base to offer other php driven tools that would require a subscription to access.

+1  A: 

There is a php based mailing list PHPList, but I recommend Mailman, the de facto standard python powered mailing list program.

erenon
If you are going to use an application for commercial use, do check if the license for PHPList or mailman supports this.
Jimmy Shelter
I don't think these handle payment gateways :(
Citizen
A: 

Apparently not.

Citizen