https://github.com/efrane/symfony-phar-cli
Experiments with Symfony and Phars.
https://github.com/efrane/symfony-phar-cli
Last synced: 9 months ago
JSON representation
Experiments with Symfony and Phars.
- Host: GitHub
- URL: https://github.com/efrane/symfony-phar-cli
- Owner: eFrane
- Created: 2020-08-06T08:15:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:30:06.000Z (over 1 year ago)
- Last Synced: 2025-01-06T15:18:42.622Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explorations into wrapping Symfony Applications into a Phar
## Building
```shell script
bin/console build # builds the phar in build/test.phar
```
## Running
```shell script
build/test.phar # should be an executable file, if this doesn't work try `php build/test.phar`
```