{"id":37009218,"url":"https://github.com/wavevision/latte-filters","last_synced_at":"2026-01-14T00:52:37.326Z","repository":{"id":37548779,"uuid":"229052182","full_name":"wavevision/latte-filters","owner":"wavevision","description":"☕️ Extra filters for Latte (@nette) templating engine","archived":true,"fork":false,"pushed_at":"2022-06-21T17:28:04.000Z","size":271,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-27T16:43:19.997Z","etag":null,"topics":["filters","latte","latte-filters","nette"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavevision.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-19T12:41:36.000Z","updated_at":"2024-07-28T14:32:50.000Z","dependencies_parsed_at":"2022-08-26T15:30:45.209Z","dependency_job_id":null,"html_url":"https://github.com/wavevision/latte-filters","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/wavevision/latte-filters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavevision%2Flatte-filters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavevision%2Flatte-filters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavevision%2Flatte-filters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavevision%2Flatte-filters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavevision","download_url":"https://codeload.github.com/wavevision/latte-filters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavevision%2Flatte-filters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filters","latte","latte-filters","nette"],"created_at":"2026-01-14T00:52:37.243Z","updated_at":"2026-01-14T00:52:37.309Z","avatar_url":"https://github.com/wavevision.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/wavevision\"\u003e\u003cimg alt=\"Wavevision s.r.o.\" src=\"https://wavevision.com/images/wavevision-logo.png\" width=\"120\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eLatte Filters\u003c/h1\u003e\n\n[![CI](https://github.com/wavevision/latte-filters/workflows/CI/badge.svg)](https://github.com/wavevision/latte-filters/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/wavevision/latte-filters/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/wavevision/latte-filters?branch=master)\n[![PHPStan](https://img.shields.io/badge/style-level%20max-brightgreen.svg?label=phpstan)](https://github.com/phpstan/phpstan)\n\n\nSet of extra [nette/latte](https://github.com/nette/latte) filters.\n\n## Installation\n\nVia [Composer](https://getcomposer.org)\n\n```bash\ncomposer require wavevision/latte-filters\n```\n\n## Contents\n\n- [CzechMonth](./src/LatteFilters/CzechMonth/CzechMonth.php) – render months translated to Czech (incl. inflected version)\n- [Email](./src/LatteFilters/Email/Email.php) – render [ProtectedEmail](./src/LatteFilters/Email/ProtectedEmail.php) addresses (HEX encoded)\n- [Mtime](./src/LatteFilters/Mtime/Mtime.php) – render filenames with timestamp appeneded to bust caches\n\n## Usage\n\nTo use all filters, simply include `common.neon` from this package in your project config:\n\n```neon\nincludes:\n  - %vendorDir%/wavevision/latte-filters/config/common.neon\n```\n\nAlternatively, you can register only wanted filters separately, e.g.:\n\n```neon\nservices:\n  - Wavevision\\LatteFilters\\CzechMonth\\CzechMonth\n\n  nette.latteFactory:\n    setup:\n      - addFilter('czechMonth', [@Wavevision\\LatteFilters\\CzechMonth\\CzechMonth, 'process'])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavevision%2Flatte-filters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavevision%2Flatte-filters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavevision%2Flatte-filters/lists"}