Skip to content
View RubenJ01's full-sized avatar
💻
Programming
💻
Programming
  • Netherlands

Block or report RubenJ01

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RubenJ01/README.md

Ruben Eekhof

PHP Developer · Open Source Library Author · Magento 2 Developer

Software engineer from the Netherlands, building well-tested PHP libraries and Magento 2 modules.

PackagistGitHub


Tech Stack

PHPMagento 2ComposerPHPUnitPHPStanMySQLDockerGitNginxGitHub Actions


PHP Libraries

Published on Packagist under the rjds vendor namespace. Every library enforces strict quality standards: PHPStan at the highest level, comprehensive PHPUnit test suites, mutation testing with Infection, and automated checks via GrumPHP.

php-dto

Map associative arrays to typed DTOs using PHP attributes.

Latest VersionPHP VersionLicense

composer require rjds/php-dto

php-humanize

Convert machine data into human-readable strings.

Latest VersionDownloadsPHP VersionLicense

composer require rjds/php-humanize

php-slugify

Convert strings into clean, URL-safe slugs with transliteration and locale support.

Latest VersionPHP VersionLicense

composer require rjds/php-slugify

php-lastfm-client

PHP 8.4+ client library for the Last.fm API.

PHP VersionLicense

composer require rjds/php-lastfm-client

Magento 2 Modules

magento2-module-log-viewer

View and manage Magento 2 log files directly from the admin panel. Browse, search, and monitor system.log, exception.log, and custom log files without SSH access.

License


GitHub Stats



Popular repositories Loading

  1. magento2-module-log-viewer magento2-module-log-viewerPublic

    Manage Magento 2 logs in the backend

    PHP 12 2

  2. RubenJ01 RubenJ01Public

    2

  3. php-slugify php-slugifyPublic

    A PHP library to convert any string into a clean, URL-safe slug with transliteration, locale-aware mappings, and length control.

    PHP

  4. php-humanize php-humanizePublic

    A highly customizable PHP library to convert machine data into human-readable strings.

    PHP

  5. php-lastfm-client php-lastfm-clientPublic

    A PHP 8.4+ client library for the Last.fm API

    PHP

  6. php-dto php-dtoPublic

    A PHP library to map associative arrays to typed DTOs using attributes.

    PHP