calmohallag member since: Dec 07, 2019

calmohallag's packages

  • PHP

    calmohallag/nullable-casting

    PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.

  • PHP

    calmohallag/value-objects

    DDD value objects. Inspired on pccomponentes/ddd library

  • PHP

    pccomponentes/ddd

    Mini Framework to create projects with hexagonal architecture and domain driven design

  • PHP

    pccomponentes/phpstan

    Shared PHPStan extensions and configuration for PcComponentes projects.