{"id":17650055,"url":"https://github.com/lartie/laravel-botan","last_synced_at":"2026-05-03T20:38:02.211Z","repository":{"id":57012477,"uuid":"74486902","full_name":"lartie/Laravel-Botan","owner":"lartie","description":"Botan for Laravel","archived":false,"fork":false,"pushed_at":"2016-11-22T21:06:54.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T08:17:24.169Z","etag":null,"topics":["botan","composer","laravel","laravel-package","metrika","yandex-metrika"],"latest_commit_sha":null,"homepage":"","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/lartie.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":"2016-11-22T15:37:02.000Z","updated_at":"2017-09-15T01:08:09.000Z","dependencies_parsed_at":"2022-08-21T15:10:40.330Z","dependency_job_id":null,"html_url":"https://github.com/lartie/Laravel-Botan","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lartie/Laravel-Botan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lartie%2FLaravel-Botan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lartie%2FLaravel-Botan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lartie%2FLaravel-Botan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lartie%2FLaravel-Botan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lartie","download_url":"https://codeload.github.com/lartie/Laravel-Botan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lartie%2FLaravel-Botan/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259668725,"owners_count":22893136,"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":["botan","composer","laravel","laravel-package","metrika","yandex-metrika"],"created_at":"2024-10-23T11:35:13.219Z","updated_at":"2026-05-03T20:38:02.181Z","avatar_url":"https://github.com/lartie.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaravelBotan\n\nFork: https://github.com/botanio/sdk\n\n[![Latest Stable Version](https://poser.pugx.org/lartie/laravel-botan/v/stable)](https://packagist.org/packages/lartie/laravel-botan)\n[![Total Downloads](https://poser.pugx.org/lartie/laravel-botan/downloads)](https://packagist.org/packages/lartie/laravel-botan)\n[![Latest Unstable Version](https://poser.pugx.org/lartie/laravel-botan/v/unstable)](https://packagist.org/packages/lartie/laravel-botan)\n[![License](https://poser.pugx.org/lartie/laravel-botan/license)](https://packagist.org/packages/lartie/laravel-botan)\n[![composer.lock](https://poser.pugx.org/lartie/laravel-botan/composerlock)](https://packagist.org/packages/lartie/laravel-botan)\n\n- [Installation](#installation)\n    - [Composer](#composer)\n    - [Configuration](#configuration)\n    - [Service Provider](#service-provider)\n- [Usage](#usage)\n- [License](#license)\n\n## Installation\n\n### Composer\n```bash\ncomposer require \"lartie/laravel-botan:^1.0.0\"\n```\n\n### Configuration\n\n    BOTAN_TOKEN=YOUR_BOT_TOKEN\n\n### Service Provider\n\nYou must install this service provider.\n```php\n// config/app.php\n'providers' =\u003e [\n    ...\n    LArtie\\LaravelBotan\\LaravelBotanServiceProvider::class,\n    ...\n];\n```\nThis package also comes with a facade, which provides an easy way to call the the class.\n```php\n// config/app.php\n'aliases' =\u003e [\n    ...\n    'Botan' =\u003e LArtie\\LaravelBotan\\Facades\\Botan::class,\n    ...\n];\n```\n\n## Usage\n\n    Botan::track($message, 'Message');\n\nOr\n\n    $result = Botan::shortenUrl($url, $userId);\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%2Flartie%2Flaravel-botan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flartie%2Flaravel-botan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flartie%2Flaravel-botan/lists"}