mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
a99fdeb9d398c63e915e07230d77c1403c534d88
* Added bindings for Signable, SigningConfig, Signing * Fixed PHP5.6 argument vector madness * Added SigningConfigAWS implementation and lifetime tests * Updated .gitignore * Added impl for Signing::signRequestAws(), laid out sigv4 test
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%