An open API service indexing awesome lists of open source software.

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.

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`
```