summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-09 22:37:41 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-09 22:37:41 +0100
commit49d88d98a0656233f15923d31ea67a1ed229e514 (patch)
tree04bb753e4d5434c46bd90048e52d22260052334d /README.md
parentbdca5b0454534413f10d13211885c086fafff35a (diff)
work in progress on iterators
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
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