{"id":28758513,"url":"https://github.com/always-open/oxylabs-api","last_synced_at":"2026-01-20T20:09:23.404Z","repository":{"id":298764597,"uuid":"1001076814","full_name":"always-open/oxylabs-api","owner":"always-open","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-18T14:02:05.000Z","size":3010,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T10:51:44.590Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/always-open.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-12T19:29:33.000Z","updated_at":"2025-12-18T14:01:55.000Z","dependencies_parsed_at":"2025-06-12T20:58:49.563Z","dependency_job_id":"32538ed3-ccd6-43da-a686-8e1255a8e09e","html_url":"https://github.com/always-open/oxylabs-api","commit_stats":null,"previous_names":["always-open/oxylabs-api"],"tags_count":83,"template":false,"template_full_name":null,"purl":"pkg:github/always-open/oxylabs-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/always-open%2Foxylabs-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/always-open%2Foxylabs-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/always-open%2Foxylabs-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/always-open%2Foxylabs-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/always-open","download_url":"https://codeload.github.com/always-open/oxylabs-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/always-open%2Foxylabs-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-06-17T04:08:47.364Z","updated_at":"2026-01-20T20:09:23.388Z","avatar_url":"https://github.com/always-open.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is my package oxylabs-api\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/always-open/oxylabs-api.svg?style=flat-square)](https://packagist.org/packages/always-open/oxylabs-api)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/always-open/oxylabs-api/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/always-open/oxylabs-api/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/always-open/oxylabs-api/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/always-open/oxylabs-api/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/always-open/oxylabs-api.svg?style=flat-square)](https://packagist.org/packages/always-open/oxylabs-api)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/oxylabs-api.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/oxylabs-api)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require always-open/oxylabs-api\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"oxylabs-api-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"oxylabs-api-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"oxylabs-api-views\"\n```\n\n## Usage\n\n```php\n$oxylabsApi = new AlwaysOpen\\OxylabsApi();\necho $oxylabsApi-\u003eechoPhrase('Hello, AlwaysOpen!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Quentin Schmick](https://github.com/qschmick)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falways-open%2Foxylabs-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falways-open%2Foxylabs-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falways-open%2Foxylabs-api/lists"}