Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 425 Bytes

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.