Monthly "ask anything" thread

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

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
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
  1. IBAN

    PHP library for working with IBANs (by RikudouSage)

    One example, where I use the static methods is in one library of mine, where I need to find the modulo of numbers that may be greater than integer allows so I make use of bcmod or gmp_mod if those extensions are installed on the system or I use my own implementation if neither of those extensions exists. The class can be found here.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. PHPMailer

    The classic email sending library for PHP

    Try to stick to the examples. https://github.com/PHPMailer/PHPMailer/blob/master/examples/gmail.phps

  4. fernet

    Discontinued PHP Framework

    (in case you want to see the framework is in https://github.com/pragmore/fernet, I still need to work with the docs and stuff)

  5. GrumPHP

    A PHP code-quality tool

    Does anyone using grumphp known which installation method is best: https://github.com/phpro/grumphp#installation

  6. sendgrid-php

    The Official Twilio SendGrid PHP API Library

    SendGrid has a pretty good PHP library which should help you getting started sending bulk emails. They also have support for templating which is very helpful when wanting non-techy types to edit emails.

  7. PHP Telegram Bot

    PHP Telegram Bot based on the official Telegram Bot API (by php-telegram-bot)

    I was looking into he code of the PHP telegram bot for some troubleshooting. While looking at the Command.php, I noticed the class Command has several calls to $this->getMessage(), but it has no declaration for the function, nor inherits from any other class. Can anyone tell me what am I missing here? Here's a link to the file on github: https://github.com/php-telegram-bot/core/blob/master/src/Commands/Command.php

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

  • Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4

    11 projects | dev.to | 23 Dec 2024
  • Mautic: Open-Source Email Marketing Automation Software

    1 project | news.ycombinator.com | 22 Nov 2024
  • Open Source is For Everyone: First Experience in Non-Code Contribution to Mautic during Hacktoberfest 2024

    3 projects | dev.to | 19 Nov 2024
  • Mautic - How Open Source Shapes Marketing- Open Source Project Spotlight

    1 project | dev.to | 23 Feb 2024
  • Open Source Projects You Can Lay Your Hand On

    9 projects | /r/XBScompany | 6 Dec 2023

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