tags:

views:

141

answers:

3

Hello,

What i need to do:

I'm trying to realize social networking graph for companies, employees in CRM. They could have many complex relationships.

A company can have its network like inverstors, partners, competitors and customers etc. I want to realize a dynamic social networking graph for it. And it has to be implemented by php.

Right now, i know SugarCRM and vTigerCRM are php open source CRMs. And SugarCRM provides some social functions. And there are a lot of other CRMs, while i'm not sure if they are realized by php, such as: ACT!, Microsoft Dynamics, Oracle Siebel Social CRM, Salesforce, BatchBlue, Buzzient etc.

Do you know any other php CRMs, especially php social CRMs?

Thanks

A: 

Drupal might be a fit. Or elgg.

troelskn
I think it can make social websites, but i'm not sure Drupal or elgg can make graphs. Do i need to use graphviz (http://www.graphviz.org/) or something?
garcon1986
I'm not sure what you're asking, but if you want to generate graphs, graphviz is an option. As are one of several javascript-libraries. Here's a starting point: http://delicious.com/kyberfabrikken/javascript+visualization
troelskn
@troelskn, what i want is social networking crm containing network graphs for companies, employees besides the functions of traditional crm.. I don't know if i have expressed myself clearly.
garcon1986
A: 

Have you had a look at Jomsocial for Joomla. Its not free, but its a take on facebook as an extension to a PHP based CMS.

Also, for Joomla is the free Community Builder extension.

Both are probably worth a look.

Binary Nerd
A: 

BuddyPress is an adaption of WordPress mU. You might want to take a look at it.

Guge