mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
aee57a929d61270d49f10398800138ae067e7936
* Added test-ffi target, use it in CI * Added clang-format config, fixed RETURN_STRING API mismatch * Skip installing php and packages on the PHP docker images * Removed al2 job that was never going to work, and compiler tests * Fixed basic test for extension loading * Cleaned up lib structure, fixed tests * use test-ci target to conditionally test in GitHub * Use v0.8.1 of builder
AWS Common Runtime PHP bindings
Requirements
- PHP 5.6+
- CMake 3.x
- GCC 4.4+, clang 3.8+
Building on UNIX
$ git clone --recursive https://github.com/awslabs/aws-crt-php.git
$ cd aws-crt-php
$ phpize
$ ./configure
$ make && make test
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
Languages
PHP
61.2%
C
31.4%
Python
4.5%
Makefile
1.5%
M4
0.6%
Other
0.8%