Which form of typing is best practice in PHP?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • unify-typing-modes-rfc

    PHP RFC: Unify PHP's typing modes

  • As I've written about this on a "meta" RFC (which is more a personal tracker of what changed I want to make to the language), strict_types is more or less mandatory on PHP 7, but you can forgo it in PHP 8 for the most part as the biggest wtfs with numeric strings has been more or less "fixed", now you'll still get incompatible float to int conversions, but in PHP 8.1 you'll get a deprecation notice for this.

  • php-cast

    Explicit cast with the behavior of implicit weak mode cast

  • FWIW, I wrote this for the exact same reason. https://github.com/sj-i/php-cast

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

    InfluxDB logo
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