Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 601 Bytes

File metadata and controls

20 lines (11 loc) · 601 Bytes

Composer Sample App With Extensions Loaded Via Composer.json

This app loads PHP extensions via a composer.json file. It runs with the built-in PHP server.

Building

pack build php-composer-extension-sample --buildpack paketo-buildpacks/php --builder paketobuildpacks/builder-jammy-full

Running

docker run --interactive --tty --env PORT=8080 --publish 8080:8080 php-composer-extension-sample

Viewing

curl http://localhost:8080

Stack Support

The Paketo PHP buildpack requires the Full Jammy Stack. See stack docs for more details