https://github.com/nativephp/php-bin
The PHP binaries used by NativePHP
https://github.com/nativephp/php-bin
php
Last synced: 9 days ago
JSON representation
The PHP binaries used by NativePHP
- Host: GitHub
- URL: https://github.com/nativephp/php-bin
- Owner: NativePHP
- Created: 2023-05-09T17:36:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T01:58:49.000Z (22 days ago)
- Last Synced: 2025-06-09T01:34:15.162Z (14 days ago)
- Topics: php
- Homepage: https://nativephp.com
- Size: 1.67 GB
- Stars: 117
- Watchers: 8
- Forks: 40
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: license-files/lib_bzip2_0.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# PHP binaries used by the NativePHP framework
## Installation
You can install the package via Composer:
```shell
composer require nativephp/php-bin --dev
```or NPM:
```shell
npm -i @nativephp/php-bin --save-dev
```### ℹ️ Heads up...
> You should install this package as a `dev` dependency, in most cases, and simply copy what you need from it to the
relevant parts of your application. This will save you distributing all of the PHP binaries with every installation.## Building
NativePHP uses [`static-php-cli`](https://static-php.dev) to build minimal, statically-linked, self-contained PHP
executables for each platform.They are automatically built weekly to get the latest versions of PHP near enough as soon as they become available.
[Check here](https://github.com/NativePHP/php-bin/blob/main/php-extensions.txt) for the definitive list of
extensions that are compiled in.## Issues
Please raise any issues on the [NativePHP/laravel](https://github.com/nativephp/laravel/issues/new/choose) repo.
## Credits
- [Marcel Pociot](https://github.com/mpociot)
- [Simon Hamp](https://github.com/simonhamp)
- [All Contributors](../../contributors)## License
This repository is simply a redistribution of PHP. As such its use and further distribution is subject to the various
license agreements found in [the licenses](license-files/)