SaaSHub helps you find the best software and product alternatives Learn more →
Minicli Alternatives
Similar projects and alternatives to minicli
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
trivy
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
-
-
-
-
-
-
PHP Code Sniffer
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
-
Psalm
A PHP static analysis tool for finding errors and security vulnerabilities in PHP applications
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
minicli discussion
minicli reviews and mentions
-
Creating an Automated Documentation Pipeline in PHP with Autodocs and GitHub Actions
{ "user": "Erika Heidi", "bio": "Software and Documentation Engineer", "projects": { "minicli/minicli": { "description": "CLI framework for PHP", "link": "https://docs.minicli.dev" }, "erikaheidi/autodocs": { "description": "Tiny framework for automating documentation", "link": "https://github.com/erikaheidi/autodocs/wiki" } } }
-
A guide on Neovim's LSP client
In case you didn't click on the link to intelephense, you should know that is a language server for php. If you just want to test the code I show here, you don't need the php interpreter installed, just the source code of a php project. You can use this repository: minicli, is a decent size codebase and doesn't depend on any other php libraries.
-
Console Applications With Laravel Zero
I've used Laravel Zero for several cli tools and I love it. The only thing that bugs me a bit is the size of the executable you end up with. For my next project I've decided to try out minicli, which is similar, but much smaller since it doesn't have any dependencies at all.
-
Creating Safer Containerized PHP Runtimes with Wolfi
Let's create a simple demo app using Minicli, to demonstrate dependency management with Composer. The app will output a random combination of adjective + noun.
- Como criar uma GitHub Action para importar posts do DEV.to em PHP com o Minicli - Vídeo + Tutorial
-
Minicli 3.0 for PHP 8: release notes, upgrade guide
If you come across bugs or other problems while using or upgrading to Minicli 3, we'll appreciate if you can create an issue on GitHub so that me and other contributors can help address it. Thank you in advance!
-
How to Build and Distribute Beautiful Command-Line Applications with PHP and Composer
We won't use specialised frameworks like Minicli or Laravel Zero because the goal is not so much to focus on features but to better understand the development, testing, and distribution phases of command-line programs.
-
How to build GitHub Actions in PHP with Minicli and Docker
This will create a new composer.json file and download the base minicli/minicli package. Next, you need to create the entry point script that runs your command. Using your code editor of choice, create a new file in the root of the application called minicli (or another name of your choice):
-
Automatically update your CONTRIBUTORS file with this GitHub Action + Workflow
The action runs a single-command application created with Minicli, a minimalist command-line framework for building PHP CLI commands.
-
How to Dynamically Update Twitter Cover Image to Show Latest Followers Using PHP GD and TwitterOAuth
For this demo, we'll create a command-line application using Minicli, a minimalist framework for command line applications in PHP. We'll use the TwitterOAuth library to communicate with the Twitter API.
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jul 2025
Stats
minicli/minicli is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of minicli is PHP.