Valinor — Object mapper with strong type support and error handling

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

    PHP library that helps to map any input into a strongly-typed value object structure.

  • I just released the first stable version of Valinor, a library that helps to map raw input (JSON, plain arrays, etc.) into objects.

  • Psalm

    A static analysis tool for finding errors in PHP applications

  • Native types and type annotations (declared in PHPDoc of properties/parameters) are used to determine the type that a value should match. This allows advanced types to be used, for instance non-empty-string, list, positive-int, int<0, 42>, and more. The library aims to support all types handled by PHPStan and Psalm.

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

    PHP Static Analysis Tool - discover bugs in your code without running it!

  • Native types and type annotations (declared in PHPDoc of properties/parameters) are used to determine the type that a value should match. This allows advanced types to be used, for instance non-empty-string, list, positive-int, int<0, 42>, and more. The library aims to support all types handled by PHPStan and Psalm.

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

  • [Laravel] Maintenant que PHPStorm prend en charge le Psaume et le PHPSTAN, lequel utilisez-vous / recommandez-vous pour les projets Laravel?

    2 projects | /r/enfrancais | 28 Apr 2023
  • TIL how PHP type hinting works

    2 projects | /r/PHP | 23 Mar 2023
  • Ask HN: Best PHP tools to improve code quality?

    2 projects | news.ycombinator.com | 11 Sep 2022
  • How To Start Using Generic Types In PHP

    2 projects | dev.to | 3 Apr 2022
  • PhpStorm 2022.1 EAP #3: Enhanced Array Shapes

    2 projects | /r/PHP | 21 Feb 2022