{"id":17858523,"url":"https://github.com/arrayiterator/extension","last_synced_at":"2025-04-02T19:13:45.326Z","repository":{"id":62487701,"uuid":"132134196","full_name":"ArrayIterator/extension","owner":"ArrayIterator","description":"Easy extension loader","archived":false,"fork":false,"pushed_at":"2019-04-26T05:04:59.000Z","size":185,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T19:13:33.954Z","etag":null,"topics":["extension","modular","module","php7"],"latest_commit_sha":null,"homepage":"https://arrayiterator.github.io/extension/","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/ArrayIterator.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":"2018-05-04T11:56:19.000Z","updated_at":"2019-04-26T05:05:01.000Z","dependencies_parsed_at":"2022-11-02T11:00:35.317Z","dependency_job_id":null,"html_url":"https://github.com/ArrayIterator/extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fextension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fextension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fextension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fextension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArrayIterator","download_url":"https://codeload.github.com/ArrayIterator/extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246875909,"owners_count":20848048,"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":["extension","modular","module","php7"],"created_at":"2024-10-28T05:09:09.826Z","updated_at":"2025-04-02T19:13:45.306Z","avatar_url":"https://github.com/ArrayIterator.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EXTENSION LOADER\n\nEasy extension loader\n\n\n## Composer\n\n```json\n{\n    \"arrayiterator/extension\" : \"dev-master\"\n}\n```\n\n## Requirements\n\n```yaml\nphp : \u003e= 7.0\n```\n\n## Example\n\n```php\n\u003c?php\nnamespace Application;\n\nuse ArrayIterator\\Extension\\Loader;\n\n// require composer autoload\nrequire __DIR__ . '/vendor/autoload.php';\n\n// extensions path to scan\n$extensionPath = '/path/to/extensions/directory/';\n$loader = new Loader($extensionPath);\n\n// doing parse\n$loader-\u003estart();\n\n/**\n * Get available extension\n * @var string[] $availableExtensions\n */\n$availableExtensions = $loader-\u003egetAllAvailableExtensions();\n\n```\n\n## LICENSE\n\n[MIT LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrayiterator%2Fextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrayiterator%2Fextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrayiterator%2Fextension/lists"}