{"id":18782890,"url":"https://github.com/jijihohococo/php-env","last_synced_at":"2025-12-20T06:30:14.175Z","repository":{"id":56998992,"uuid":"451084645","full_name":"jijihohococo/php-env","owner":"jijihohococo","description":"PHP Environment Data Library","archived":false,"fork":false,"pushed_at":"2022-02-03T17:59:29.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T11:31:07.314Z","etag":null,"topics":["php","php-env","php-environment","php-library"],"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/jijihohococo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-23T11:34:01.000Z","updated_at":"2022-01-23T12:04:32.000Z","dependencies_parsed_at":"2022-08-21T11:40:34.415Z","dependency_job_id":null,"html_url":"https://github.com/jijihohococo/php-env","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jijihohococo%2Fphp-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jijihohococo%2Fphp-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jijihohococo%2Fphp-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jijihohococo%2Fphp-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jijihohococo","download_url":"https://codeload.github.com/jijihohococo/php-env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699581,"owners_count":19682574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["php","php-env","php-environment","php-library"],"created_at":"2024-11-07T20:37:23.804Z","updated_at":"2025-12-20T06:30:14.112Z","avatar_url":"https://github.com/jijihohococo.png","language":"PHP","readme":"# PHP ENV Library\n\nThis library is aimed to get data like environment variable from text file\n\n## License\n\nThis package is Open Source According to [MIT license](LICENSE.md)\n\n## Table Of Contents\n\n* [Installation](#installation)\n* [Using](#using)\n\n## Installation\n\n```php\n\ncomposer require jijihohococo/php-env\n\n```\n\n## Using\n\nYour text file format should like that\n\n```txt\n\nAPP_NAME=test\nDB_NAME=mysql\n\n```\n\n\u003cb\u003eYou must not use space in your text file.\u003c/b\u003e\n\nFirstly, you must declare your text file path\n\n```php\n\nuse JiJiHoHoCoCo\\PHPENV\\ENV;\n\nENV::set('file_path');\n\n```\n\nAnd then you can get your data\n\n```php\n\ngete('APP_NAME');\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjijihohococo%2Fphp-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjijihohococo%2Fphp-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjijihohococo%2Fphp-env/lists"}