{"id":20791199,"url":"https://github.com/sikessem/module","last_synced_at":"2025-06-14T03:05:36.544Z","repository":{"id":45523061,"uuid":"380672643","full_name":"Sikessem/module","owner":"Sikessem","description":"📦️ PHP Module Manager. Allows you to organize PHP scripts into modules that can be used from import/export statements.","archived":false,"fork":false,"pushed_at":"2022-02-16T18:03:34.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T03:05:28.478Z","etag":null,"topics":["import-export","library-manager","module","module-manager","organizer","package","package-manager","php","sikessem"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/sikessem/module","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/Sikessem.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":"2021-06-27T06:57:38.000Z","updated_at":"2023-07-15T03:37:27.000Z","dependencies_parsed_at":"2022-07-17T02:16:17.550Z","dependency_job_id":null,"html_url":"https://github.com/Sikessem/module","commit_stats":null,"previous_names":["skefoss/organizer","sikessem/organizer","sikessel/module","sikessem/module"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sikessem/module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fmodule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fmodule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fmodule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fmodule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sikessem","download_url":"https://codeload.github.com/Sikessem/module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fmodule/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259752071,"owners_count":22905971,"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":["import-export","library-manager","module","module-manager","organizer","package","package-manager","php","sikessem"],"created_at":"2024-11-17T15:42:16.972Z","updated_at":"2025-06-14T03:05:36.528Z","avatar_url":"https://github.com/Sikessem.png","language":"PHP","readme":"# Library Manager for PHP\r\nOrganizer facilitates the import/export of PHP modules from a root directory.\r\n\r\n## Installation\r\nUse Composer to install the library with this command:\r\n`composer require organizer/organizer`\r\nOr [click here to download it directly in ZIP format ](https://github.com/SIKessEm/Organizer/archive/refs/heads/main.zip)\r\n\r\n## Usage\r\n```php\r\n\u003c?php\r\n$root =  __DIR__;\r\n$organizer_root = \"$root/vendor/organizer/organizer\";\r\n$organizer = require_once \"$organizer_root/bootstrap.php\";\r\n\r\n$organizer-\u003eorganize($root);  // You can use the function organize() if it not exist in your project\r\n\r\n// Search and require my.module or my.module.php or my/module or my/module.php from $root and $organizer_root\r\n$organizer-\u003eimport('my.module'); // You can use the function import() if it not exist in your project\r\n```\r\n\r\n## Requirements\r\nPHP 8 or above (at least 8.0 recommended to avoid potential bugs)\r\n\r\n## Author\r\n[Website](https://about.sikessem.com) | [E-mail](mailto:developer@sikessem.com) | [LinkedIn](https://linkedin.com/in/SIKessEm) | [GitLab](https://gitlab.com/SIKessEm) | [GitHub](https://github.com/SIKessEm) | [npm](https://npmjs.org/~sikessem) | [Composer - Packagist](https://packagist.org/users/SIKessEm) | [Twitter](https://twitter.com/Ske_SIKessEm)\r\n\r\n## Security Reports\r\nPlease send any sensitive issue to [report@sikessem.com](mailto:report@sikessem.com). Thanks!\r\n\r\n## License\r\nOrganizer is licensed under the Apache 2.0 License - see the [LICENSE](./LICENSE) file for details.\r\n\r\n## Contribution\r\nFor any contribution, please follow these steps:\r\n1. Clone the repository with `git clone https://github.com/SIKessEm/Organizer` or `git remote add origin https://github.com/SIKessEm/Organizer` then `git branch -M main`\r\n2. Create a new branch. Example: `git checkout -b my_contribution`\r\n3. Make your changes and send them with `git push -u origin main`\r\nYou will be informed of the rest.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsikessem%2Fmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsikessem%2Fmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsikessem%2Fmodule/lists"}