{"id":19096683,"url":"https://github.com/stavarengo/deep-social-php-api-client","last_synced_at":"2026-06-17T18:03:46.192Z","repository":{"id":57059347,"uuid":"112640853","full_name":"stavarengo/deep-social-php-api-client","owner":"stavarengo","description":"PHP Client Library for http://deep.social API","archived":false,"fork":false,"pushed_at":"2019-03-15T12:38:48.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T00:26:21.005Z","etag":null,"topics":["api","client","deep","deep-social","deepsocial","php","social"],"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/stavarengo.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}},"created_at":"2017-11-30T17:34:20.000Z","updated_at":"2024-09-17T21:05:51.000Z","dependencies_parsed_at":"2022-08-24T07:40:06.298Z","dependency_job_id":null,"html_url":"https://github.com/stavarengo/deep-social-php-api-client","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavarengo%2Fdeep-social-php-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavarengo%2Fdeep-social-php-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavarengo%2Fdeep-social-php-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stavarengo%2Fdeep-social-php-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stavarengo","download_url":"https://codeload.github.com/stavarengo/deep-social-php-api-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240149841,"owners_count":19755753,"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":["api","client","deep","deep-social","deepsocial","php","social"],"created_at":"2024-11-09T03:37:28.999Z","updated_at":"2026-05-26T20:30:18.700Z","avatar_url":"https://github.com/stavarengo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deep-social-php-api-client\nPHP Client Library for http://deep.social API\n\nIf you are interested in a PHP API for [Deep.Social](http://deep.social), that's your library :)\n\n## About It\n \n- Depends only on PSRs.\n- Optionally use cache to avoid spend your DeepSocial credits requesting data you already have.\n- You can use it with any application, either if it uses or not a factories from PSR-11.\n- It should be very easy to use, since I tried to keep all the source code well documented.\n \n## Installation\nInstall via `composer`.\n\n```\ncomposer require stavarengo/deep-social-php-api-client:^0.0\n```\n\n## Basic Usage - More complete documentation yet to come\n\n- Use it directly (without a factory).\n  ```php\n  $client = new \\Sta\\DeepSocialPhpApiClient\\Client('YOUR_DEPPSOCIAL_API_TOKEN', null);// This 'null' means: \"no cache\"\n  $response = $client-\u003egetAudienceData('@SOME_INSTAGRAM_USER_NAME');\n  \n  var_dump($response-\u003ehasError() ? $response-\u003egetErrorEntity() : $response-\u003egetEntity());\n  ```\n\n- Use our default factory (PSR-11).\n  ```php\n  $client = $container-\u003eget(\\Sta\\DeepSocialPhpApiClient\\Client::class)\n  \n  var_dump($response-\u003ehasError() ? $response-\u003egetErrorEntity() : $response-\u003egetEntity());\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstavarengo%2Fdeep-social-php-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstavarengo%2Fdeep-social-php-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstavarengo%2Fdeep-social-php-api-client/lists"}