{"id":21850268,"url":"https://github.com/pyncerrc/pyncer-dotenv","last_synced_at":"2026-05-17T18:31:27.112Z","repository":{"id":64934471,"uuid":"579728025","full_name":"pyncerrc/pyncer-dotenv","owner":"pyncerrc","description":"A phpdotenv implementation to read and write .env values from and to constants.","archived":false,"fork":false,"pushed_at":"2024-02-25T15:00:44.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-26T07:22:21.787Z","etag":null,"topics":["dotenv","php","pyncer"],"latest_commit_sha":null,"homepage":"https://pyncer.com/dotenv","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyncerrc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-12-18T17:55:37.000Z","updated_at":"2022-12-30T17:29:23.000Z","dependencies_parsed_at":"2024-02-25T15:52:14.208Z","dependency_job_id":null,"html_url":"https://github.com/pyncerrc/pyncer-dotenv","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"0723630097a5dd7da9c45254e8cfa6ee39a0af64"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pyncerrc/pyncer-dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyncerrc%2Fpyncer-dotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyncerrc%2Fpyncer-dotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyncerrc%2Fpyncer-dotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyncerrc%2Fpyncer-dotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyncerrc","download_url":"https://codeload.github.com/pyncerrc/pyncer-dotenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyncerrc%2Fpyncer-dotenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dotenv","php","pyncer"],"created_at":"2024-11-28T00:16:45.410Z","updated_at":"2026-05-17T18:31:27.083Z","avatar_url":"https://github.com/pyncerrc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyncer Dotenv\nA [phpdotenv](https://github.com/vlucas/phpdotenv) implementation to read and write .env values from and to constants.\n\n## Installation\n\nInstall via [Composer](https://getcomposer.org):\n\n```bash\n$ composer require pyncer/dotenv\n```\n\n## Example\n\n```php\nuse Dotenv\\Dotenv;\nuse Dotenv\\Repository\\RepositoryBuilder;\nuse Pyncer\\Dotenv\\ConstAdapter;\n\n// ...\n\n$repository = RepositoryBuilder::createWithNoAdapters()\n    -\u003eaddAdapter(new ConstAdapter('Vendor\\\\Namespace'))\n    -\u003eimmutable()\n    -\u003emake();\n\n$dotenv = Dotenv::create($repository, getcwd());\n$dotenv-\u003eload();\n\n// ...\n\necho \\Vendor\\Namespace\\MY_ENV_VARIABLE;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyncerrc%2Fpyncer-dotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyncerrc%2Fpyncer-dotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyncerrc%2Fpyncer-dotenv/lists"}