{"id":20955408,"url":"https://github.com/combodo/combodo-oauth-email-synchro","last_synced_at":"2026-04-02T02:53:22.675Z","repository":{"id":37481322,"uuid":"490623609","full_name":"Combodo/combodo-oauth-email-synchro","owner":"Combodo","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-23T14:00:04.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T13:03:37.119Z","etag":null,"topics":["itop","itop-extension","itop-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Combodo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-10T09:13:34.000Z","updated_at":"2025-03-22T19:00:26.000Z","dependencies_parsed_at":"2024-01-23T11:30:33.061Z","dependency_job_id":"a6b8add7-1344-46d7-82d5-c8b6c695fb73","html_url":"https://github.com/Combodo/combodo-oauth-email-synchro","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth-email-synchro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth-email-synchro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth-email-synchro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth-email-synchro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Combodo","download_url":"https://codeload.github.com/Combodo/combodo-oauth-email-synchro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254071400,"owners_count":22009783,"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":["itop","itop-extension","itop-module"],"created_at":"2024-11-19T01:19:12.801Z","updated_at":"2026-04-02T02:53:22.636Z","avatar_url":"https://github.com/Combodo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extension OAuth email syncro\n\nYou've just created a new iTop extension, congratulations!\n\n## What to do next ?\n\n  - Adjust the iTop mininum version (by default iTop 2.6.0) if needed by editing the `version` in the datamodel XML file (`\u003citop_design xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.6\"\u003e`)\n  - Install this (empty) extension in your iTop using the setup\n  - Get the [toolkit](https://www.itophub.io/wiki/page?id=latest%3Acustomization%3Adatamodel) and update your iTop (check the option \"symbolic links\")\n  - Update your code then refresh the iTop pages to see the magic happen... or not (ah, ah, debug!!)\n\n### Autoloader\nIf you declare some PHP classes in the `src` folder, you'll have to build/update the autoloader with [Composer](https://getcomposer.org). The command line (to be launched from the root directory of your extension) is the following:\n\n```\ncomposer update\ncomposer dump-autoload -o\n```\n\n### Hooks\nIf you implement some \"Hooks\" (i.e. classes implementing one of the [Extension APIs](https://www.itophub.io/wiki/page?id=2_7_0%3Acustomization%3Aextensions_api), for example iApplicationExtension), put them in the `src/Hook` folder and add the file `datamodel` section of the `module` file for an explicit inclusion. The same rule applies if you declare some datamodel classes in plain PHP.\n\n```\n\t\t//\n\t\t'datamodel' =\u003e array(\n\t\t\t'vendor/autoload.php',\n\t\t\t'model.test-extension.php', // contains the PHP code generated from the datamodel.test-extension.xml\n\t\t\t'src/Hook/MyHook.php', // Explicit include, hooks cannot benefit from the autoloader\n\t\t),\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombodo%2Fcombodo-oauth-email-synchro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcombodo%2Fcombodo-oauth-email-synchro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombodo%2Fcombodo-oauth-email-synchro/lists"}