Justin Boswell aee57a929d Added test-ffi target, use it in CI (#9)
* 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
2021-02-15 09:47:32 -08:00
2021-02-09 10:26:41 -08:00
2020-09-23 15:43:36 -07:00
2021-01-13 13:33:30 -08:00
2020-09-23 15:43:36 -07:00
2021-01-13 13:33:30 -08:00
2020-09-23 15:43:36 -07:00
2020-09-23 15:43:36 -07:00
2021-01-27 11:27:30 -08:00

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.

S
Description
No description provided
Readme
893 KiB
Languages
PHP 61.2%
C 31.4%
Python 4.5%
Makefile 1.5%
M4 0.6%
Other 0.8%