Monthly "ask anything" thread

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • PHPMailer

    The classic email sending library for PHP

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • fernet

    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)

  • GrumPHP

    A PHP code-quality tool

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

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

  • 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