On Thu, Dec 9, 2010 at 4:55 AM, sudarshana sampath < sudarshanasampath@xxxxxxxxx> wrote: > Hi, > > We are going add a topology view to our Network Management System. > Our Network Management System is based on PHP, CakePHP, jQuery and other > web > related tools(middle tier written using C++). > > So we are going to work with Scalable Vector Graphics. > > We are looking for the best solution for doing that. > > Are there any extensions, plugins, frameworks available for SVG related > things ? > not sure exactly what youre trying to accomplish, but obviously you could use any number of vector programs over the cli from php. you might also have a peak at the cairo library which php allegedly supports (ive never tried it myself). http://us.php.net/manual/en/intro.cairo.php -nathan