I'm about to code a php/mysql platform that does the following:
- Admin panel
- User registration
- Paypal payment processing
- Paypal subscription handling via api so that the user doesnt have to have a paypal account
Does something like this already exist that I can use?
If nothing exists like this, I'm going to code it fresh in the zend framwork, something that I've never used before. If I go this route, will parts of what I'm doing should I not reinvent?
Edit: DEFINITELY SHOULD HAVE POSTED THIS FIRST:
The reason why I need this platform is just a base for me to create php web-based business applications that the customers have to maintain a monthly subscription to use. I'm looking for something VERY lightweight. This is just the platform to handle registrations and subscriptions and paymnents, not the entire website. This will not be a store in an oscommerce sense.