https://github.com/portphp/symfony-console
Console reader and writer for Port
https://github.com/portphp/symfony-console
Last synced: 7 months ago
JSON representation
Console reader and writer for Port
- Host: GitHub
- URL: https://github.com/portphp/symfony-console
- Owner: portphp
- License: mit
- Created: 2015-05-28T13:33:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T17:44:59.000Z (over 3 years ago)
- Last Synced: 2025-05-24T16:01:07.911Z (9 months ago)
- Language: PHP
- Homepage: https://portphp.readthedocs.io
- Size: 16.6 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# portphp/symfony-console
[](https://github.com/portphp/symfony-console/releases)
[](https://travis-ci.org/portphp/symfony-console)
[](https://scrutinizer-ci.com/g/portphp/symfony-console/?branch=master)
[](https://scrutinizer-ci.com/g/portphp/symfony-console/?branch=master)
Symfony Console tools for PortPHP.
## Installation
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this package:
```bash
$ composer require portphp/symfony-console
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
## Documentation
Documentation is available at https://docs.portphp.org.
## Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
## Contributing
Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/symfony-console/graphs/contributors)
already.
## Security
If you discover any security-related issues, please contact us at
security@portphp.org.sec
## License
This package is licensed under the [MIT license](LICENSE).