up vote 1 down vote favorite
1
share [g+] share [fb]

I need to create a website in which users login, see certain reports, customize, pay (via paypal and credit card) etc. 80% of this is similar to many websites (including stackoverflow)

Do you know of a user management code (PHP) that I can use as starting point to save time?

Drupal seems to be able to provide what I want but I want something lighter that I can change and skin easily.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Drupal isn't actually so heavy, and has ready modules to do what you want (and more).

Alternatively you might build your own solution on top of CakePHP, CodeIgniter, Zend or similar framework, which include plenty of ready stuff so that you don't need to completely re-invent the wheel.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.