Skip to content

Commit 56a4df4

Browse files
committed
update readme & composer.json
1 parent a567797 commit 56a4df4

File tree

3 files changed

+12
-36
lines changed

3 files changed

+12
-36
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
# PHP binaries used by the NativePHP framework
1+
# PHP binaries used by PHPacker
2+
3+
This is a fork of the general purpose (NativePHP binaries)[https://github.com/NativePHP/php-bin] targeting the (micro SAPI)[https://github.com/easysoft/phpmicro]
24

35
## Installation
46

57
You can install the package via Composer:
68

79
```shell
8-
composer require nativephp/php-bin --dev
9-
```
10-
11-
or NPM:
12-
13-
```shell
14-
npm -i @nativephp/php-bin --save-dev
10+
composer require phpacker/php-bin
1511
```
1612

17-
### ℹ️ Heads up...
18-
> You should install this package as a `dev` dependency, in most cases, and simply copy what you need from it to the
19-
relevant parts of your application. This will save you distributing all of the PHP binaries with every installation.
20-
2113
## Building
2214

2315
NativePHP uses [`static-php-cli`](https://static-php.dev) to build minimal, statically-linked, self-contained PHP
24-
executables for each platform.
16+
executables for each platform. This fork specifically outputs binaries targeting the micro SAPI
2517

2618
They are automatically built weekly to get the latest versions of PHP near enough as soon as they become available.
2719

@@ -36,6 +28,7 @@ Please raise any issues on the [NativePHP/laravel](https://github.com/nativephp/
3628

3729
- [Marcel Pociot](https://github.com/mpociot)
3830
- [Simon Hamp](https://github.com/simonhamp)
31+
- [Willem Leuverink](https://github.com/gwleuverink)
3932
- [All Contributors](../../contributors)
4033

4134
## License

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nativephp/php-bin",
2+
"name": "phpacker/php-bin",
33
"description": "PHP binaries used by the NativePHP framework",
44
"keywords": [
55
"nativephp",
@@ -32,6 +32,11 @@
3232
"name": "Simon Hamp",
3333
"email": "[email protected]",
3434
"role": "Developer"
35+
},
36+
{
37+
"name": "Willem Leuverink",
38+
"email": "[email protected]",
39+
"role": "Developer"
3540
}
3641
],
3742
"minimum-stability": "dev",

package.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)