mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
25 lines
425 B
Markdown
25 lines
425 B
Markdown
# AWS Common Runtime PHP bindings
|
|
|
|
## Requirements
|
|
* PHP 5.6+
|
|
* CMake 3.x
|
|
* GCC 4.4+, clang 3.8+
|
|
|
|
## Building on UNIX
|
|
```sh
|
|
$ git clone --recursive https://github.com/awslabs/aws-crt-php.git
|
|
$ cd aws-crt-php
|
|
$ phpize
|
|
$ ./configure
|
|
$ make && make test
|
|
```
|
|
|
|
## Security
|
|
|
|
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
|
|
|
|
## License
|
|
|
|
This project is licensed under the Apache-2.0 License.
|
|
|