monorepo-split-github-action VS unleash-client-php

Compare monorepo-split-github-action vs unleash-client-php and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
monorepo-split-github-action unleash-client-php
2 3
93 54
- -
0.0 7.2
9 months ago 9 days ago
PHP PHP
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

monorepo-split-github-action

Posts with mentions or reviews of monorepo-split-github-action. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-16.
  • Using monorepo-builder outside of github and gitlab
    2 projects | dev.to | 16 May 2022
    In the latest version, he added the support for github and gitlab, so you can just include this as a workflow action and you are done for. This is awesome!
  • How can We use GitHub Actions in Gitlab?
    1 project | /r/PHP | 28 Apr 2021
    That's the point. You can, if GitHub Action is based on Dockerfile. I'm actually using the same Github Action https://github.com/symplify/monorepo-split-github-action for splitting repositories from Github and Gitlab :)

unleash-client-php

Posts with mentions or reviews of unleash-client-php. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-10.
  • Laravel Pennant: simple and lightweight feature flag package
    2 projects | /r/laravel | 10 Feb 2023
    This is a nice feature to have, but doesn't have provide "repeatable randomness", meaning, if you want 10% of your users with the flag enabled, the same 10% should be selected every time. If you're A/B testing a new feature that spans multiple API endpoints, for example, all endpoints should be using the same feature. The Unleash library provides this functionality, however.
  • [Library Release] Unleash PHP SDK
    1 project | /r/PHP | 7 Oct 2021
    It's available at https://github.com/Unleash/unleash-client-php.
  • Phabel: Convert PHP8 syntax into lower versions
    2 projects | /r/PHP | 6 Sep 2021
    That's what projects like these are great for. I always release my packages for all currently supported versions. When I was writing unleash/client I didn't really want to write 7.3 code so I started researching my options. Long story short the code is written in PHP 8 but can be installed on 7.3+ thanks to Rector (though it was a little bumpy from time to time, but u/Tomas_Votruba and others from the team are really fast when there's an issue).

What are some alternatives?

When comparing monorepo-split-github-action and unleash-client-php you can also consider the following projects:

php-ddd-example - 🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6

unleash-bundle - An Unleash bundle for Symfony applications to provide an easy way to use feature flags

monorepo-builder - Composer tools to maintain a monorepo

GitlabDB - A PHP Class that reads JSON file as a database. Use for sample DBs using Gitlab API inspire from donjajo/jsondb

git-deploy - Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)

Client - GitLab API v4 client for PHP

symplify - [DISCONTINUED] Check split packages in their own repositories :)

pennant - A simple, lightweight library for managing feature flags.