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

https://github.com/opensourcedoc/php-cli-boilerplate

PHP Command-Line Program Boilerplate
https://github.com/opensourcedoc/php-cli-boilerplate

Last synced: over 1 year ago
JSON representation

PHP Command-Line Program Boilerplate

Awesome Lists containing this project

README

          

# PHP CLI Boilerplate

A demonstrative PHP project to wrap a tiny PHP script with both Batch script and Bourne shell script.

## System Requirements

* PHP 7+

## Usage

### Run the PHP Script on Windows

```shell
> git clone https://github.com/opensourcedoc/php-cli-boilerplate.git myapp
> cd myapp
> .\bin\cli.bat
Hello World
```

### Run the PHP Script on Unix

```shell
$ git clone https://github.com/opensourcedoc/php-cli-boilerplate.git myapp
$ cd myapp
$ ./bin/cli
Hello World
```

## Copyright

Copyright (c) 2022 Michelle Chen. Licensed under MIT