Database management in a single PHP file

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. Adminer

    Database management in a single PHP file

    To be fair it's the actual releases that are in a single file.

    Development evidently happens in the traditional sense with the project in a nicely defined tree.

    The build process looks pretty gnarly, but it works! https://github.com/vrana/adminer/blob/master/compile.php

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. pgweb

    Cross-platform client for PostgreSQL databases

    Another in this vein is "pgweb" for PostgreSQL, just need a binary to run its web interface.

    https://github.com/sosedoff/pgweb

  4. pla

    Official github clone of the phpLiteAdmin repository

  5. PsySH

    A REPL for PHP

    I do similar things with Elixir scripts, though commonly I still turn to PHP because there is some single file library that does what I want with a lot less ceremony than the Java variety would require.

    There's also PsySH, https://psysh.org/, for being something other than a Common Lisp or BEAM interface it's a very nice REPL. Besides Picolisp and iex it's the interactive programming environment I use the most.

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

  • Fix 105 Common WordPress Issues Using Simple Code Snippets

    2 projects | dev.to | 15 Jan 2025
  • Shopware dev productivity and plugin validation

    1 project | dev.to | 25 Mar 2024
  • Adminer: Database management in a single PHP file

    1 project | news.ycombinator.com | 11 Mar 2024
  • mySQL Backup Script without mysqldump

    1 project | /r/PHPhelp | 16 Jul 2023
  • Adminer VS laravel-adminer - a user suggested alternative

    2 projects | 15 Jul 2023

Did you know that PHP is
the 14th most popular programming language
based on number of references?