Packages from nowo-tech
-
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/icon-selector-bundle
Symfony form type for icon selection: direct selector and search. Integrates with Symfony UX Icons (Heroicons, Bootstrap Icons, etc.). Stores icon identifier as string.
-
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
-
PHP
nowo-tech/sepa-payment-bundle
Symfony bundle for SEPA payment management: Generate SEPA Credit Transfer (pain.001) and Direct Debit (pain.008) XML files, IBAN/BIC validation, mandate management, ISO 20022 compliance, and banking utilities
-
PHP
nowo-tech/serial-number-bundle
Generate and mask serial numbers for invoices, receipts, etc. Pattern-based with context and Twig filter.
-
PHP
nowo-tech/twig-inspector-bundle
Debug Twig templates in the browser: visual overlay, click-to-open in IDE, Web Profiler. Symfony 6|7|8.