summaryrefslogtreecommitdiff
path: root/README.md
blob: 885def8f7272580bb35266192c83e4161e616fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.

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 initiative from Copernica BV.

For more information, contact me at emiel.bruijntjes@copernica.com.


Emiel Bruijntjes (25 August 2013)