Link to home
Start Free TrialLog in
Avatar of rmartes
rmartes

asked on

Open Source Document Management System (DMS) in PHP?

Hey Experts,

I currently have a simple FTP site setup in IIS with simple security rights on the FTP folder, but as you probably already know, it is very limited in terms of security, document searching, etc.

I need a simple open source DMS preferrably written in PHP that I can install on my in-house server and run as a website. Here are some of the features I require:

- Anonymous users can view the documents (pdf, docs, images) and search - no login needed (will be viewed by 1000+ users).
- Admins can add users, assign rights, upload, create groups, delete documents
- Authenticated users can upload/delete documents - login needed.
- Search capabilities.

Any suggestions???

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Joe Winograd
Joe Winograd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmartes
rmartes

ASKER

Nice examples.