Creating a console app - for a SaaS API

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Laravel-Zero

    A PHP framework for console artisans

    Another Redditor pointed out https://laravel-zero.com which can build a standalone app, PHAR file. https://laravel-zero.com/docs/build-a-standalone-application

  • box

    📦🚀 Fast, zero config application bundler with PHARs. (by box-project)

    And I already replied with this elsewhere, but laravel zero seems to use box which should work with any php project.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    When looking at how brew.sh does it. They use this below command.

  • app

    App package for the Apex framework. (by apexpl)

    For the CLI tool itself, you'd be looking at: https://github.com/apexpl/app/

  • phpmicro

    micro sfx SAPI for php (wip, may force push)

    I looked at PHP micro that seems to make this happen but it's a WIP AFAIK and I haven't heard anything for a long time now. I hope they're still working on it.

  • Silly

    Silly CLI micro-framework based on Symfony Console

    Silly is nice for simple cli tools as well which is just a simple wrapper around symfony/console

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts