unleash-client-php VS GitlabDB

Compare unleash-client-php vs GitlabDB and see what are their differences.

GitlabDB

A PHP Class that reads JSON file as a database. Use for sample DBs using Gitlab API inspire from donjajo/jsondb (by darkterminal)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
unleash-client-php GitlabDB
3 1
54 1
- -
7.2 1.8
12 days ago about 2 years 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.

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).

GitlabDB

Posts with mentions or reviews of GitlabDB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-21.
  • SleekwareDB - Process
    4 projects | dev.to | 21 May 2022
    Then I modify and give access to do integration with Gitlab Repository to store JSON file which is used as database. Which I named GitlabDB and I've posted it here.

What are some alternatives?

When comparing unleash-client-php and GitlabDB you can also consider the following projects:

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

SleekDB - Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.

monorepo-split-github-action - Github Action for Monorepo Split

Client - GitLab API v4 client for PHP

sleekwaredb - SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate.

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

countries - World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Polr - :aerial_tramway: A modern, powerful, and robust URL shortener

php-jsondb - A PHP Class that reads JSON file as a database. Use for sample DBs