PHP moves to Github due to the compromise of git.php.net

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/programming

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • Poetry

    Python packaging and dependency management made easy

    That's not actually poetry's fault. PEP517 build-backends, which poetry is, don't support editable installs (-e) (see: https://github.com/python-poetry/poetry/issues/1279). I assume they'll be added back in at some point by pypa because they're a really useful and popular feature, but for now that's not an option. Just doing pip install /path/to/lib should work with a poetry project (assuming pip>=19).

  • Git

    Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

    Except that git-web is written in Perl and comes bundled with the git itself1. But who cares when you can get free karma, right?

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • tensorflow

    An Open Source Machine Learning Framework for Everyone

    Tensor already supports 3.9 in nightly, just not stable, as of 18 days ago. That's in line with this comment, same issue, from November.

  • PHPT

    The PHP Interpreter

    I like the commit message:

  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    This shows a warning: https://github.com/dotnet/runtime/commit/94e657bea444dfd48d7db2035732b7c3bdd6e6eb

  • Gitea

    Git with a cup of tea, painless self-hosted git service

    I mean if you don't have ops team and none of your devs can deploy anything properly (or are just tiny company) sure, but running Gitlab isn't much harder than typical containerized app (bit more "fun" if you decide to run it from source) and smaller alternative (say if you just want to host some repos) like gitea is just "run that binary and maybe setup actual database if you have more than few dozen users".

  • cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. [Moved to: https://github.com/cookiecutter/cookiecutter-django] (by pydanny)

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

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