{"id":34010415,"url":"https://github.com/silarhi/caf-parser","last_synced_at":"2026-04-06T07:02:48.030Z","repository":{"id":57050641,"uuid":"445241524","full_name":"silarhi/caf-parser","owner":"silarhi","description":"A PHP parser for French CAF (Caisse d'Allocations Familiales) files.","archived":false,"fork":false,"pushed_at":"2026-03-28T16:37:12.000Z","size":171,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T18:29:24.428Z","etag":null,"topics":["caf","caf-parser","la44zz","parser","php"],"latest_commit_sha":null,"homepage":"https://silarhi.fr","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silarhi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-06T16:44:42.000Z","updated_at":"2026-03-26T07:29:58.000Z","dependencies_parsed_at":"2024-03-19T10:30:25.025Z","dependency_job_id":"f334923f-c43c-4c0a-97ad-49c76f3d4d95","html_url":"https://github.com/silarhi/caf-parser","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/silarhi/caf-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silarhi%2Fcaf-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silarhi%2Fcaf-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silarhi%2Fcaf-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silarhi%2Fcaf-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silarhi","download_url":"https://codeload.github.com/silarhi/caf-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silarhi%2Fcaf-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["caf","caf-parser","la44zz","parser","php"],"created_at":"2025-12-13T12:04:18.968Z","updated_at":"2026-04-06T07:02:48.025Z","avatar_url":"https://github.com/silarhi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# caf-parser\n\n![Build Status](https://github.com/silarhi/caf-parser/actions/workflows/continuous-integration.yml/badge.svg)\n[![Latest Stable Version](https://poser.pugx.org/silarhi/caf-parser/v/stable)](https://packagist.org/packages/silarhi/caf-parser)\n[![Total Downloads](https://poser.pugx.org/silarhi/caf-parser/downloads)](https://packagist.org/packages/silarhi/caf-parser)\n[![License](https://poser.pugx.org/silarhi/caf-parser/license)](https://packagist.org/packages/silarhi/caf-parser)\n\nA PHP Parser for CAF file\n\nSupports LA44ZZ file\n\n## Installation\n\nThe preferred method of installation is via [Composer][]. Run the following command to install the package and add it as\na requirement to your project's\n`composer.json`:\n\n```bash\ncomposer require silarhi/caf-parser\n```\n\n## How to use\n\n### Parse LA44ZZ\n\n```php\n\u003c?php\n\nuse Silarhi\\Caf\\Parser\\PaymentSlipParser;\n\n$parser = new PaymentSlipParser();\n\n//Gets all statements day by day\n$paymentSlip = $parser-\u003eparse('My Content');\nforeach($paymentSlip-\u003egetLines() as $line) {\n  assert($line instanceof \\Silarhi\\Caf\\Model\\PaymentSlipLine);\n}\n```\n\n[composer]: http://getcomposer.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilarhi%2Fcaf-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilarhi%2Fcaf-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilarhi%2Fcaf-parser/lists"}