{"id":28762542,"url":"https://github.com/combodo/combodo-oauth2-client","last_synced_at":"2025-06-17T08:08:48.977Z","repository":{"id":273542306,"uuid":"884855020","full_name":"Combodo/combodo-oauth2-client","owner":"Combodo","description":"combodo-oauth2-client","archived":false,"fork":false,"pushed_at":"2025-06-13T09:37:36.000Z","size":509,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T10:43:20.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"zenodo":null}},"created_at":"2024-11-07T14:07:21.000Z","updated_at":"2025-06-13T09:37:39.000Z","dependencies_parsed_at":"2025-01-21T15:22:03.574Z","dependency_job_id":"36f5bd5a-07d5-4c58-ba15-2f49dac1ff08","html_url":"https://github.com/Combodo/combodo-oauth2-client","commit_stats":null,"previous_names":["combodo/combodo-oauth2-client"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Combodo/combodo-oauth2-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth2-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth2-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth2-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth2-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Combodo","download_url":"https://codeload.github.com/Combodo/combodo-oauth2-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Combodo%2Fcombodo-oauth2-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260318699,"owners_count":22991122,"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":[],"created_at":"2025-06-17T08:08:48.352Z","updated_at":"2025-06-17T08:08:48.964Z","avatar_url":"https://github.com/Combodo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extension Oauth2 Client\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 3.0.0) if needed by editing the `version` in the datamodel XML file (`\u003citop_design xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"3.0\"\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, some hooks cannot benefit from the autoloader\n\t\t),\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombodo%2Fcombodo-oauth2-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcombodo%2Fcombodo-oauth2-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcombodo%2Fcombodo-oauth2-client/lists"}