zero-to-prod / cli-tools
CLI tools
Fund package maintenance!
Github
Requires
- php: >=8.1
- ext-json: *
- symfony/console: ^7.2
- zero-to-prod/curl-helper-cli: ^1.0
- zero-to-prod/omdb-api-cli: ^1.0
- zero-to-prod/psr4-classname-cli: ^1.0
- zero-to-prod/spapi-lwa-cli: ^1.0
- zero-to-prod/spapi-tokens-cli: ^1.0
- zero-to-prod/ssl-cert-validator-cli: ^1.0
- zero-to-prod/stream-socket-cli: ^1.0
- zero-to-prod/url-cli: ^1.0
- zero-to-prod/validate-email-cli: ^1.0
- zero-to-prod/validate-semver-cli: ^1.0
- zero-to-prod/validate-url-cli: ^1.0
Requires (Dev)
README
Contents
- Introduction
- Requirements
- Installation
- Usage
- Docker Image
- Local Development
- Image Development
- Contributing
Introduction
Requirements
- PHP 8.1 or higher.
Installation
Install Zerotoprod\CliTools
via Composer:
composer require zero-to-prod/cli-tools
This will add the package to your project’s dependencies and create an autoloader entry for it.
Usage
Run this command to see the available commands:
vendor/bin/cli-tools list
Docker Image
You can also run the cli using the docker image:
docker run --rm davidsmith3/cli-tools
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.