Where to find code Snippets for PHP?

170 Views Asked by At

I am developing a new website for a very low budget client and instead of building from scratch I am looking for some wireframe which can provide me with some basic user management features, i.e. User registration, login, forgot password so that I can spend more time on the functionality of website. I will be providing facebook connect as well as alternate to login.

any idea where to find PHP code for same? I have no issues in giving attribution or credit to the original developer so GNU license would be preferable.

I do not want to use any complex framework like Zend or Cakephp. All I am looking for are standalone PHP scripts.

2

There are 2 best solutions below

0
On BEST ANSWER

Though I think this question should posted somewhere else. Regarding your question, I think you can search in http://www.phpclasses.org/. There are lots of "ready to go classes" which can perform your required task.

0
On

Why even tag this post with "frameworks" if you're specifically looking for something that's not a framework?

That aside, if you were looking for a light-weight framework, I'd go with CodeIgniter.