{"id":28331665,"url":"https://github.com/diegosouza/laravel-zimbra","last_synced_at":"2025-07-21T03:03:00.310Z","repository":{"id":56968454,"uuid":"206656722","full_name":"diegosouza/laravel-zimbra","owner":"diegosouza","description":"A Laravel wrapper to interact with Zimbra API","archived":false,"fork":false,"pushed_at":"2019-09-15T03:25:44.000Z","size":89,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T05:38:46.047Z","etag":null,"topics":["api","laravel","zimbra"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diegosouza.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}},"created_at":"2019-09-05T21:01:14.000Z","updated_at":"2023-11-27T08:40:37.000Z","dependencies_parsed_at":"2022-08-21T10:50:38.452Z","dependency_job_id":null,"html_url":"https://github.com/diegosouza/laravel-zimbra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diegosouza/laravel-zimbra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegosouza%2Flaravel-zimbra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegosouza%2Flaravel-zimbra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegosouza%2Flaravel-zimbra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegosouza%2Flaravel-zimbra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegosouza","download_url":"https://codeload.github.com/diegosouza/laravel-zimbra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegosouza%2Flaravel-zimbra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266231762,"owners_count":23896473,"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","laravel","zimbra"],"created_at":"2025-05-26T18:48:09.765Z","updated_at":"2025-07-21T03:03:00.292Z","avatar_url":"https://github.com/diegosouza.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-zimbra\n\n\u003cp\u003e\n    \u003ca href=\"https://travis-ci.org/diegosouza/laravel-zimbra\"\u003e\u003cimg src=\"https://travis-ci.org/diegosouza/laravel-zimbra.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/img\u003e\u003c/a\u003e\n    \u003ca href=\"https://scrutinizer-ci.com/g/diegosouza/laravel-zimbra\"\u003e\u003cimg src=\"https://scrutinizer-ci.com/g/diegosouza/laravel-zimbra/badges/quality-score.png?b=master\" alt=\"Quality Score\"\u003e\u003c/img\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/diegosouza/laravel-zimbra\"\u003e\u003cimg src=\"https://poser.pugx.org/diegosouza/laravel-zimbra/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/diegosouza/laravel-zimbra\"\u003e\u003cimg src=\"https://poser.pugx.org/diegosouza/laravel-zimbra/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Quick start\n\nInstall the package:\n\n```bash\ncomposer require diegosouza/laravel-zimbra --dev\n```\n\nPublish the configuration file using:\n\n```bash\nphp artisan vendor:publish --provider=\"DiegoSouza\\Zimbra\\ZimbraServiceProvider\"\n```\n\nThen provide the values to `config/zimbra.php`.\n\n\n## Usage\n\nThe wrapper class is `DiegoSouza\\Zimbra\\ZimbraApiClient`. You can have it injected somewhere:\n\n```php\nnamespace App\\Http\\Controllers;\n  \nuse DiegoSouza\\Zimbra\\ZimbraApiClient;\n  \nclass YourController extends Controller\n{\n    public function index(ZimbraApiClient $zimbra)\n    {\n        $result = $zimbra-\u003egetAllCos();\n\n        // use the api result\n    }\n}\n```\n\nOr you can use it's methods through the Facade:\n\n```php\nnamespace App\\Http\\Controllers;\n  \nuse DiegoSouza\\Zimbra\\Facades\\Zimbra;\n  \nclass YourController extends Controller\n{\n    public function index()\n    {\n        $result = Zimbra::getAllCos();\n\n        // use the api result\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegosouza%2Flaravel-zimbra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegosouza%2Flaravel-zimbra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegosouza%2Flaravel-zimbra/lists"}