From 49d88d98a0656233f15923d31ea67a1ed229e514 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 9 Mar 2014 22:37:41 +0100 Subject: work in progress on iterators --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 24f81ec..601487a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PHP-CPP The PHP-CPP library is a C++ library for developing PHP extensions. It offers a collection of well documented and easy-to-use classes that can be used and extended to build native -extensions for PHP. +extensions for PHP. The full documentation can be found on http://www.php-cpp.com. Unlike regular PHP extensions - which are really hard to implement and require a deep knowledge of the Zend engine and pointer manipulation - extensions built with PHP-CPP @@ -81,11 +81,5 @@ function get_complex_array() } ``` -However, this library is currently a work in progress, and it is an open -source project. We are looking for people who'd like to contribute to it. - -PHP-CPP is an initiative from Copernica BV. - -For more information, contact me at [emiel.bruijntjes@copernica.com](mailto:emiel.bruijntjes@copernica.com?Subject=PHP-CPP). - -Emiel Bruijntjes (1 September 2013) +More information and more examples are available on the official website: +http://www.php-cpp.com. \ No newline at end of file -- cgit v1.2.3