{"id":21846101,"url":"https://github.com/owenvoke/diffchecker-php","last_synced_at":"2026-04-13T12:01:48.863Z","repository":{"id":62531432,"uuid":"90740779","full_name":"owenvoke/diffchecker-php","owner":"owenvoke","description":"An command-line tool for the DiffChecker API.","archived":false,"fork":false,"pushed_at":"2019-06-21T08:29:26.000Z","size":41,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-05T19:08:39.941Z","etag":null,"topics":["composer","diffchecker","php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/pxgamer/diffchecker","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/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-09T12:00:50.000Z","updated_at":"2019-06-21T08:27:55.000Z","dependencies_parsed_at":"2022-11-02T14:45:35.067Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/diffchecker-php","commit_stats":null,"previous_names":["pxgamer/diffchecker-php"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/owenvoke/diffchecker-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fdiffchecker-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fdiffchecker-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fdiffchecker-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fdiffchecker-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/diffchecker-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fdiffchecker-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["composer","diffchecker","php"],"created_at":"2024-11-27T23:12:46.518Z","updated_at":"2026-04-13T12:01:48.834Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# diffchecker\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Style CI][ico-styleci]][link-styleci]\n[![Code Coverage][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nAn object oriented class for the DiffChecker tool.\n\n## Structure\n\n```\nbin/\nsrc/\ntests/\nvendor/\n```\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require pxgamer/diffchecker-php\n```\n\n## Usage\n\n```bash\ndiffchecker list\n```\n\nThese classes utilise the DiffChecker API. In order to use this, you will require an account ([Sign up here](https://www.diffchecker.com/signup)).\n\n`pxgamer\\DiffChecker\\Config`  \n- `::BASE_URL` (The main website URL for DiffChecker, this is used when returning links to the created Diff.)\n- `::API_URL` (The API URL for DiffChecker, this is used in the API calls.)\n\n`pxgamer\\DiffChecker\\Command\\Authorise`  \n- `configure()` (This is used by Symfony console)\n- `execute()` (This is used by Symfony console)\n- `::authorise($email, $password)` (This is the static authorisation function used to retrieve an access token.)\n\n`pxgamer\\DiffChecker\\Command\\DiffChecker`  \n- `configure()` (This is used by Symfony console)\n- `execute()` (This is used by Symfony console)\n- `::diff($file_1, $file_2, $expires = 'forever')` (This is the static diff function used to create a new Diff between 2 files.)\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [pxgamer][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/pxgamer/diffchecker.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/pxgamer/diffchecker-php/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/90740779/shield\n[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/diffchecker-php.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/diffchecker.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/pxgamer/diffchecker\n[link-travis]: https://travis-ci.org/pxgamer/diffchecker-php\n[link-styleci]: https://styleci.io/repos/90740779\n[link-code-quality]: https://codecov.io/gh/pxgamer/diffchecker-php\n[link-downloads]: https://packagist.org/packages/pxgamer/diffchecker\n[link-author]: https://github.com/pxgamer\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fdiffchecker-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Fdiffchecker-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fdiffchecker-php/lists"}