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

https://github.com/dcsg/zendcon-console-applications-made-easy


https://github.com/dcsg/zendcon-console-applications-made-easy

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Console applications made easy

Source code of my talk about **Console applications made easy**

## Installation

```

git clone git@github.com:danielcsgomes/Talk-Console-applications-made-easy.git

cd Talk-Console-applications-made-easy

# Install using composer with development dependencies:
curl -sS https://getcomposer.org/installer | php

# Then, using the `composer.phar` file:
php composer.phar install --dev

```

## Usage

```

# Run the application
./bin/app

# Run the application with dependency injection in DumpDatabase Command
./bin/app-di

# Run tests:
./vendor/bin/phpunit

```

## License
The code is licensed under the [MIT License](https://github.com/danielcsgomes/phplx-how-to-build-console-app/blob/master/LICENSE)