{"id":37785874,"url":"https://github.com/fourhundredfour/doctrine-lombok","last_synced_at":"2026-01-16T15:12:18.065Z","repository":{"id":62506773,"uuid":"287236893","full_name":"fourhundredfour/doctrine-lombok","owner":"fourhundredfour","description":"A Doctrine library to create getter/setter at runtime with annotations.","archived":false,"fork":false,"pushed_at":"2021-01-22T22:26:50.000Z","size":37,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-02T04:22:58.883Z","etag":null,"topics":["annotations","doctrine","doctrine-annotations","doctrine-library","hacktoberfest","lombok","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fourhundredfour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-13T09:28:35.000Z","updated_at":"2021-01-22T22:26:52.000Z","dependencies_parsed_at":"2022-11-02T12:45:42.346Z","dependency_job_id":null,"html_url":"https://github.com/fourhundredfour/doctrine-lombok","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fourhundredfour/doctrine-lombok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourhundredfour%2Fdoctrine-lombok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourhundredfour%2Fdoctrine-lombok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourhundredfour%2Fdoctrine-lombok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourhundredfour%2Fdoctrine-lombok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fourhundredfour","download_url":"https://codeload.github.com/fourhundredfour/doctrine-lombok/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourhundredfour%2Fdoctrine-lombok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["annotations","doctrine","doctrine-annotations","doctrine-library","hacktoberfest","lombok","php"],"created_at":"2026-01-16T15:12:17.969Z","updated_at":"2026-01-16T15:12:18.050Z","avatar_url":"https://github.com/fourhundredfour.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doctrine-lombok\nA Doctrine library to create getter/setter at runtime with annotations.\n\n## Index\n* [Requirements](#requirements)\n* [Usage](#usage)\n* [Badges](#badges)\n\n## Requirements\n* Doctrine\n* \u003e=PHP 7.4\n\n## Usage\n```php\n// my_source/Entity/User.php\n\u003c?php\n\nnamespace Schischkin\\DoctrineLombok\\Entity;\n\nuse Schischkin\\DoctrineLombok\\Annotations\\Getter;\nuse Schischkin\\DoctrineLombok\\Annotations\\Setter;\n\n/** @Getter */\nclass User {\n    /** @Setter */\n    private $username;\n    private $password;\n}\n\n```\n\n\n```php\n// app.php\n...\n$annotation = new Schischkin\\DoctrineLombok\\Annotation($reader);\n$classLoader = new Schischkin\\DoctrineLombok\\ClassLoader();\n\n$classNames = $classLoader-\u003eloadClasses(__DIR__ . '/my_source');\nforeach ($classNames as $className) {\n    $annotation-\u003eparseClassByClassName($className);\n}\n\n$user = new User();\n$user-\u003esetUsername('fourhundredfour');\necho $user-\u003egetUsername(); // Access to the private property\n```\n\n## Badges\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=fourhundredfour_doctrine-lombok\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=fourhundredfour_doctrine-lombok)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourhundredfour%2Fdoctrine-lombok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffourhundredfour%2Fdoctrine-lombok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourhundredfour%2Fdoctrine-lombok/lists"}