{"id":23683911,"url":"https://github.com/copyleaks/php-plagiarism-checker","last_synced_at":"2025-06-12T20:05:11.200Z","repository":{"id":8851682,"uuid":"59949641","full_name":"Copyleaks/PHP-Plagiarism-Checker","owner":"Copyleaks","description":"Copyleaks Plagiarism Checker - PHP SDK.","archived":false,"fork":false,"pushed_at":"2025-05-29T10:34:32.000Z","size":2546,"stargazers_count":34,"open_issues_count":2,"forks_count":26,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-29T12:23:02.044Z","etag":null,"topics":["copyleaks","copyleaks-api","plagiarism","sdk"],"latest_commit_sha":null,"homepage":"https://api.copyleaks.com","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/Copyleaks.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-29T15:18:20.000Z","updated_at":"2024-11-01T06:21:46.000Z","dependencies_parsed_at":"2024-06-19T17:12:38.292Z","dependency_job_id":"b3cb82c8-80a1-4f5a-8dbc-5ed62f2aa200","html_url":"https://github.com/Copyleaks/PHP-Plagiarism-Checker","commit_stats":{"total_commits":81,"total_committers":12,"mean_commits":6.75,"dds":0.8024691358024691,"last_synced_commit":"5fffd237858b80f07b919400c36022f8e8273b38"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Copyleaks/PHP-Plagiarism-Checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Copyleaks%2FPHP-Plagiarism-Checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Copyleaks%2FPHP-Plagiarism-Checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Copyleaks%2FPHP-Plagiarism-Checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Copyleaks%2FPHP-Plagiarism-Checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Copyleaks","download_url":"https://codeload.github.com/Copyleaks/PHP-Plagiarism-Checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Copyleaks%2FPHP-Plagiarism-Checker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259521512,"owners_count":22870448,"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":["copyleaks","copyleaks-api","plagiarism","sdk"],"created_at":"2024-12-29T20:29:55.534Z","updated_at":"2025-06-12T20:05:11.178Z","avatar_url":"https://github.com/Copyleaks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copyleaks PHP SDK\n\nCopyleaks SDK is a simple framework that allows you to scan text for plagiarism and detect content distribution online, using the Copyleaks plagiarism checker cloud.\n\nUsing Copyleaks SDK you can check for plagiarism in:\n* Online content and webpages\n* Local and cloud files (see [supported files](https://api.copyleaks.com/documentation/specifications#2-supported-file-types))\n* Free text\n* OCR (Optical Character Recognition) - scanning pictures with textual content (see [supported files](https://api.copyleaks.com/documentation/specifications#6-supported-image-types-ocr))\n\n## Installation\n\nInstall using [Packagist](https://packagist.org/packages/copyleaks/php-plagiarism-checker)\n\n```bash\ncomposer require copyleaks/php-plagiarism-checker\n```\n\n## Register and Get Your API Key\nTo use the Copyleaks API you need to first be a registered user. The registration to Copyleaks takes a minute and is free of charge. [Signup](https://api.copyleaks.com/?register=true) and make sure to confirm your account.\n\nAs a signed user you can generate your personal API key. Do so on your [dashboard home](https://api.copyleaks.com/dashboard) under 'API Access Credentials'.\n\nFor more information check out our [API guide](https://api.copyleaks.com/documentation/v3).\n\n## Usage\n```php\ninclude_once('vendor/copyleaks/php-plagiarism-checker/autoload.php');\nuse Copyleaks\\Copyleaks;\n\n$copyleaks = new Copyleaks();\n$loginResult = $copyleaks-\u003elogin(\u003cyour email\u003e,\u003cyour api key\u003e);\necho json_encode($loginResult);\n```\n* (Option) To change the Identity server URI (default:\"https://id.copyleaks.com\"):\n```rb\nCopyleaksConfig::SET_IDENTITY_SERVER_URI(\"\u003cyour identity server URI\u003e\"); \n```\n* (Option) To change the API server URI (default:\"https://api.copyleaks.com\"):\n```rb\nCopyleaksConfig::SET_API_SERVER_URI(\"\u003cyour API server URI\u003e\");\n```\n\n## Demo\nSee [demo.php](./demo/demo.php) under demo folder for an example.\n## Read More\n* [API Homepage](https://api.copyleaks.com/)\n* [API Documentation](https://api.copyleaks.com/documentation)\n* [Plagiarism Report](https://github.com/Copyleaks/plagiarism-report)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleaks%2Fphp-plagiarism-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopyleaks%2Fphp-plagiarism-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleaks%2Fphp-plagiarism-checker/lists"}