Skip to content
View joalvarezweingartt's full-sized avatar

Block or report joalvarezweingartt

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.

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

Popular repositories Loading

  1. php-rpg-bridge php-rpg-bridge Public

    PHP ↔ RPG Bridge — Comunicación bidireccional entre PHP y RPG/IBM i vía XMLSERVICE. Demostración de integración legacy-moderna.

    PHP

  2. mysql-to-pdo-migrator mysql-to-pdo-migrator Public

    CLI tool that automatically detects mysql_*/mysqli_* function calls in legacy PHP codebases and generates PDO equivalents. Includes dry-run, diff reports, and Rector rules.

    PHP

  3. legacy-php-security-scanner legacy-php-security-scanner Public

    Static analysis security scanner purpose-built for legacy PHP codebases. Detects SQL injection vectors, unsafe unserialize(), eval() with user input, old password hashing, register_globals reliance…

    PHP

  4. php-boilerplate php-boilerplate Public

    Production-ready PHP project template. Docker, Pest, PHPStan max, CI/CD with GitHub Actions, automated Makefile. Ideal starting point for professional PHP applications.

    PHP

  5. symfony-invoicing symfony-invoicing Public

    Full-featured invoicing system built with Symfony 7, hexagonal architecture, and Doctrine ORM. Includes PDF invoice generation via Twig, automated numbering, and comprehensive Pest test suite.

    PHP

  6. legacy-procedural-to-mvc legacy-procedural-to-mvc Public

    Refactoring kata demonstrating step-by-step migration from procedural PHP spaghetti to clean MVC architecture with dependency injection. Before/after code with full test coverage.

    PHP