Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 493 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 493 Bytes

This is extension for PHP-5.3+, which provides minimal binding to GObject libraries.

"master" branch is a static binding, which is supposed to be extended by other php extensions.

"introspection" branch is a generic binding to GObject Introspection

Installation

To build gobject-for-php, use the following command

pake install

in case you don't have Pake, get it here