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
- Host: GitHub
- URL: https://github.com/dcsg/zendcon-console-applications-made-easy
- Owner: dcsg
- License: mit
- Created: 2013-11-15T21:56:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T00:20:28.000Z (over 12 years ago)
- Last Synced: 2025-02-23T19:15:36.564Z (over 1 year ago)
- Language: PHP
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)