HecFranco member since: Dec 19, 2023

HecFranco's packages

  • PHP

    hec-franco/doctrine-json-functions

    A set of extensions to Doctrine that add support for json query functions.

  • PHP

    nowo-tech/anonymize-bundle

    Symfony bundle for anonymizing database records using Doctrine attributes and Faker generators. Perfect for test data generation, GDPR compliance, and data masking in development environments.

  • PHP

    nowo-tech/code-review-guardian

    Provider-agnostic code review guardian for PHP projects. Works with any PHP project (Symfony, Laravel, Yii, CodeIgniter, etc.) and any Git provider (GitHub, GitLab, Bitbucket, etc.)

  • PHP

    nowo-tech/composer-update-helper

    Generates composer require commands from outdated dependencies. Works with any PHP project (Symfony, Laravel, Yii, CodeIgniter, etc.)

  • PHP

    nowo-tech/doctrine-encrypt-bundle

    Encrypt Doctrine entity fields at rest with Halite or Defuse. Symfony 7|8 bundle for field-level encryption, GDPR-friendly, multiple keys, key rotation.

  • PHP

    nowo-tech/form-kit-bundle

    Symfony bundle to reduce repetitive form field options: convention-based labels/placeholder/help (form_snake.field_snake.*), configurable attr/row_attr/translation_domain, and cascading option merge (global → field type → form → field). Symfony 6|7|8.

  • PHP

    nowo-tech/login-throttle-bundle

    Symfony bundle for login throttling using native Symfony login_throttling feature with pre-configured settings

  • PHP

    nowo-tech/migrations-kit-bundle

    Symfony bundle providing migration helpers: schema checks (table/column/index exists) and array-based migration definitions. Use in Doctrine Migrations with Symfony 7|8.

  • PHP

    nowo-tech/password-policy-bundle

    Symfony bundle for password policy enforcements including password history, expiry, and validation

  • PHP

    nowo-tech/password-toggle-bundle

    Symfony bundle providing a password form type with toggle visibility feature

  • PHP

    nowo-tech/pdf-signable-bundle

    Define signature box coordinates on PDFs in Symfony: form type with PDF.js viewer, drag-and-drop placement, validation, and signing hooks.

  • PHP

    nowo-tech/performance-bundle

    Symfony bundle for tracking and analyzing route performance metrics. Records request time, database queries count, and query execution time for performance analysis.

  • PHP

    nowo-tech/php-quality-tools

    Pre-configured quality tools for PHP projects (Rector, PHP-CS-Fixer, Twig-CS-Fixer). Symfony, Laravel, and framework-agnostic configurations with automatic framework detection.

  • PHP

    nowo-tech/select-all-choice-bundle

    Symfony bundle that adds a 'Select all' checkbox for ChoiceType fields with multiple=true (expanded or select).

  • PHP

    nowo-tech/sentry-bundle

    Symfony bundle extending Sentry integration with enhanced event listeners and configuration