summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 23:10:38 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 23:10:38 +0200
commit50bae0c4b43f263a87c73b2dde3e41458ece2235 (patch)
treed13e39f91fe720f52834f212ccd78f074788a592 /README.md
parent9ba4fb9ae4233a656bbfca1b169b0a608202b717 (diff)
parent4b82a45a4c1556794657d557a1d94be34adf9756 (diff)
Merge branch 'master' of https://github.com/EmielBruijntjes/PHP-CPP
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/README.md b/README.md
index 96dc350..aec985d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,21 @@
-PHP_CPP
+PHP-CPP
=======
-Library to build PHP extensions with C++
+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.
+
+This library makes it much easier to build PHP extensions. Extensions developed with
+PHP-CPP are easier to understand and simpler to maintain, because the code looks
+much more straightforward than code of extensions written in C.
+
+This library is currently a work in progress, and can not yet be used to build real extensions.
+You can however keep an eye on the progress we're making.
+
+PHP-CPP is an initiave from Copernica BV.
+
+For more information, contact me at emiel.bruijntjes@copernica.com.
+
+
+
+Emiel Bruijntjes (25 August 2013)