gupnp 0.2.0

GUPnP wrapper extension


GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. This extension wraps GUPnP and provides similar API.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Changes

- First beta release.
- Add gupnp_service_proxy_send_action() function.
- Fix zend_is_callable for PHP 5.3.
- Add ZEND_ARG_INFO* definitions.