mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
23 lines
333 B
Markdown
23 lines
333 B
Markdown
# AWS Common Runtime PHP bindings
|
|
|
|
## Requirements
|
|
* PHP 5.5
|
|
* CMake 3.x
|
|
* GCC 4.4+, clang, MSVC
|
|
|
|
## Building
|
|
```sh
|
|
$ 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.
|
|
|