com um clique
php-elasticsearch-builder
php-elasticsearch-builder contém 3 skills coletadas de bonu-dev, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Creates a new Elasticsearch Aggregation class in this project. Use when asked to add, implement, or create a new aggregation type (e.g. "add CardinalityAggregation", "implement DateHistogramAggregation", "create a new aggregation for average values"). Handles class creation, exception creation, unit tests, trait tests, and all project conventions (immutability, PHPDoc, traits, no final/private).
Creates a new Elasticsearch Query class in this project. Use when asked to add, implement, or create a new query type (e.g. "add FuzzyQuery", "implement WildcardQuery", "create a new query for prefix matching"). Handles class creation, exception creation, unit tests, and all project conventions (immutability, PHPDoc, traits, no final/private).
Creates a new Elasticsearch Sort class in this project. Use when asked to add, implement, or create a new sort type (e.g. "add GeoDistanceSort", "implement ScriptSort", "create a new sort for nested fields"). Handles class creation, unit tests, and all project conventions (immutability, PHPDoc, no final/private).