celebros / module-autocomplete

celebros/module-autocomplete

Add autocomplete to searchbox

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0, AFL-3.0

Are you the maintainer of celebros?

Packagento pulls celebros's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

Celebros AutoComplete

Autocomplete for Celebros Search

CHANGELOG

1.4.0

UPDATES

  • feat: update Angular version 1.6.3 > 1.8.3

1.3.5

FIXES

  • fix: add php8.2 constraint in composer.json

1.3.4

UPDATES

  • Add Magento 2.4.6 and PHP 8.2 compatibility
  • fix: Add missing dynamic properties PHP 8.2
  • fix: replace Zend_HTTP with laminas-http

1.3.3

UPDATES

  • Add Magento 2.4.4 and PHP 8.1 compatibility

1.3.2

  • Fix issue with customer groups
  • Code refactoring

1.3.1

  • UI fixes && code refactoring

1.3.0

  • Add php 7.4.x version constraint in composer require block
  • Add customer group profile feature

1.2.3

1.2.2

1.2.1

  • Change default settings

1.2.0

  • Add support for Celebros Autocomplete v6

1.1.10

  • Change php version constraint in composer require block

1.1.9

1.1.8

1.1.7

1.1.6

1.1.5

1.1.4

1.1.3

1.1.2

1.1.1

1.1.0

  • Add compatibility with Celebros Autocomplete v3

1.0.1

  • Add compatibility with Magento 2.0.2

1.0.0

  • Stable version for magento Magento 2.0.0-rc
Versions
Version Stability QA Status Compatibility Released
1.4.0 stable Fail Magento 2.4.7-2.4.9 Details 2023-10-06 13:53:06
1.3.5 stable Not tested Not yet tested Details 2023-09-08 16:05:35
1.3.4 stable Not tested Not yet tested Details 2023-09-08 15:40:23
1.3.3 stable Not tested Not yet tested Details 2022-11-04 15:44:22
1.3.2 stable Not tested Not yet tested Details 2021-12-03 17:44:14
1.3.1 stable Not tested Not yet tested Details 2021-06-15 17:05:09
1.3.0 stable Not tested Not yet tested Details 2020-12-02 16:26:51
1.2.3 stable Not tested Not yet tested Details 2019-10-07 16:24:39
1.2.2 stable Not tested Not yet tested Details 2019-10-01 15:22:06
1.2.1 stable Not tested Not yet tested Details 2019-02-01 15:43:56
1.2.0 stable Not tested Not yet tested Details 2018-11-12 11:20:33
1.1.10 stable Not tested Not yet tested Details 2018-10-22 13:22:08
1.1.9 stable Not tested Not yet tested Details 2017-08-11 14:43:14
1.1.8 stable Not tested Not yet tested Details 2017-08-10 15:01:26
1.1.7 stable Not tested Not yet tested Details 2017-07-21 10:27:37
1.1.6 stable Not tested Not yet tested Details 2017-07-14 09:57:42
1.1.5 stable Not tested Not yet tested Details 2017-06-29 10:25:02
1.1.4 stable Not tested Not yet tested Details 2017-04-07 15:20:51
1.1.3 stable Not tested Not yet tested Details 2017-04-03 13:33:14
1.1.2 stable Not tested Not yet tested Details 2017-02-03 11:27:27
1.1.1 stable Not tested Not yet tested Details 2016-09-26 13:20:12
1.1.0 stable Not tested Not yet tested Details 2016-07-12 09:50:41
1.0.1 stable Not tested Not yet tested Details 2016-04-15 10:55:40
1.0.0-RC RC Not tested Not yet tested Details 2016-04-15 10:54:08

Requires 2

Package Constraint
celebros/module-main >=0.9.11
php ~7.3|~7.4|~8.0|~8.1|~8.2

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 61 61 warnings (ruleset: Magento2) — 32 auto-fixable with phpcbf
PHPMD Warning 3 3 rule violations (UnusedFormalParameter:2, IfStatementAssignment:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 1 1
2.4.8 1 1
2.4.9 1 1

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
OSL-3.0, AFL-3.0
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.