summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hordijk <Richard-Hordijk@users.noreply.github.com>2015-04-24 15:16:11 +0200
committerRichard Hordijk <Richard-Hordijk@users.noreply.github.com>2015-04-24 15:16:11 +0200
commit3d99b49c5979f6ba91184e0404d0823c7488cd3f (patch)
tree3adfc00224fc658e27bd0d4e6f4d0b9c5046a631
parent0c9deec6d8ba39a31d2be999731e6edb1ae544ae (diff)
Update README.md
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 488aad4..1160d53 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,21 @@ The PHP-CPP library is a C++ library for developing PHP extensions. It offers a
of well documented and easy-to-use classes that can be used and extended to build native
extensions for PHP. The full documentation can be found on http://www.php-cpp.com.
+ABOUT
+=====
+
+PHP-CPP is created and maintained by Copernica (www.copernica.com). We write
+our code mostly in PHP and C++ and needed an effective way
+to combine these two languages. That's where PHP-CPP comes in.
+Do you appreciate our work and are you looking for other high quality solutions?
+
+Then check out our other solutions:
+
+* PHP-JS (www.php-js.com)
+* Copernica Marketing Suite (www.copernica.com)
+* MailerQ MTA (www.mailerq.com)
+* Responsive Email web service (www.responsiveemail.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
are not difficult to develop at all. In fact, the only thing you need to do is write a function in