{"id":23379174,"url":"https://github.com/gabsouza-dev/phpsmartapis","last_synced_at":"2026-02-12T18:32:50.429Z","repository":{"id":267794325,"uuid":"902378381","full_name":"gabsouza-dev/PhpSmartAPIs","owner":"gabsouza-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-12T13:14:32.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T02:50:44.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Hack","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/gabsouza-dev.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":"2024-12-12T12:59:36.000Z","updated_at":"2024-12-12T13:15:42.000Z","dependencies_parsed_at":"2024-12-12T14:19:41.665Z","dependency_job_id":"326b3107-15f1-48d7-8c49-cc142e8d2a36","html_url":"https://github.com/gabsouza-dev/PhpSmartAPIs","commit_stats":null,"previous_names":["gabsouza-dev/phpsmartapis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabsouza-dev/PhpSmartAPIs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabsouza-dev%2FPhpSmartAPIs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabsouza-dev%2FPhpSmartAPIs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabsouza-dev%2FPhpSmartAPIs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabsouza-dev%2FPhpSmartAPIs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabsouza-dev","download_url":"https://codeload.github.com/gabsouza-dev/PhpSmartAPIs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabsouza-dev%2FPhpSmartAPIs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29376900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T18:17:34.915Z","status":"ssl_error","status_checked_at":"2026-02-12T18:17:34.495Z","response_time":55,"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":"2024-12-21T19:17:07.541Z","updated_at":"2026-02-12T18:32:50.410Z","avatar_url":"https://github.com/gabsouza-dev.png","language":"Hack","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhpSmartAPIs\n\nPhpSmartAPIs é uma biblioteca PHP que oferece integração com várias APIs úteis, como segurança, tradução, análise de sentimentos, blockchain, e mais!\n\n---\n\n## Instalação\n\nInstale via Composer:\n\n```bash\ncomposer require vendor/php-smart-apis\n```\n\n---\n\n## Exemplos de Uso\n\n### 1. AntiFraudAPI\n\n```php\nuse PhpSmartAPIs\\AntiFraudAPI;\n\n$api = new AntiFraudAPI('your-api-key');\n$result = $api-\u003eanalyzeTransaction($transactionData);\n```\n\n### 2. TranslationAPI\n\n```php\nuse PhpSmartAPIs\\TranslationAPI;\n\n$api = new TranslationAPI('your-api-key');\n$translatedText = $api-\u003etranslate('Hello World', 'es');\n```\n\n---\n\n## Estrutura da Biblioteca `PhpSmartAPIs`\n\n- A estrutura do diretório seria a seguinte:\n\n```\nPhpSmartAPIs/\n│\n├── src/\n│   ├── AntiFraudAPI.php\n│   ├── TranslationAPI.php\n│   ├── SentimentAnalysisAPI.php\n│   ├── ImageGenerationAPI.php\n│   ├── ImageProcessingAPI.php\n│   ├── CookieConsentAPI.php\n│   ├── BlockchainAPI.php\n│   └── Helper/\n│       └── HttpClient.php\n│\n├── tests/\n│   ├── AntiFraudAPITest.php\n│   ├── TranslationAPITest.php\n│   ├── SentimentAnalysisAPITest.php\n│   ├── ImageGenerationAPITest.php\n│   ├── ImageProcessingAPITest.php\n│   ├── CookieConsentAPITest.php\n│   ├── BlockchainAPITest.php\n│   └── TestHelper.php\n│\n├── composer.json\n└── README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsouza-dev%2Fphpsmartapis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabsouza-dev%2Fphpsmartapis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsouza-dev%2Fphpsmartapis/lists"}