{"id":16233499,"url":"https://github.com/karser/smsvestibundle","last_synced_at":"2025-06-11T10:07:11.075Z","repository":{"id":10740634,"uuid":"12997288","full_name":"karser/SMSVestiBundle","owner":"karser","description":"Symfony2 bundle to work with http://smsvesti.ru/","archived":false,"fork":false,"pushed_at":"2014-02-08T11:55:06.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:48:00.768Z","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/karser.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":"2013-09-21T15:25:42.000Z","updated_at":"2014-02-08T11:55:06.000Z","dependencies_parsed_at":"2022-08-28T17:01:56.443Z","dependency_job_id":null,"html_url":"https://github.com/karser/SMSVestiBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karser%2FSMSVestiBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karser%2FSMSVestiBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karser%2FSMSVestiBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karser%2FSMSVestiBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karser","download_url":"https://codeload.github.com/karser/SMSVestiBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247797355,"owners_count":20997726,"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":[],"created_at":"2024-10-10T13:12:51.927Z","updated_at":"2025-04-08T07:36:56.749Z","avatar_url":"https://github.com/karser.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Getting started with SMSVestiBundle\n=============\n\n[SMSVesti](http://smsvesti.ru/)\n\n## Prerequisites\n\nThis version of the bundle requires Symfony 2.1+ and Doctrine ORM 2.2+\n\n## Installation\n\nInstallation is a quick 3 step process:\n\n1. Download KarserSMSVestiBundle using composer\n2. Enable the Bundle\n3. Configure the KarserSMSVestiBundle\n\n### Step 1: Download KarserSMSVestiBundle using composer\n\nAdd KarserSMSVestiBundle in your composer.json:\n\n```js\n{\n    \"require\": {\n        \"karser/smsvesti-bundle\": \"dev-master\"\n    }\n}\n```\n\nNow tell composer to download the bundle by running the command:\n\n``` bash\n$ php ./composer.phar update\n```\n\nComposer will install the bundle to your project's `vendor/karser` directory.\n\n### Step 2: Enable the bundle\n\nEnable the bundle in the kernel:\n\n``` php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new Karser\\SMSVestiBundle\\KarserSMSVestiBundle(),\n    );\n}\n```\n\n### Step 3: Configure the KarserSMSVestiBundle\n\nAdd the following configuration to your `config.yml` file according to which type\nof datastore you are using.\n\n``` yaml\n# app/config/config.yml\nkarser_sms_vesti:\n    login: \"%sms_vesti_login%\"\n    password: \"%sms_vesti_password%\"\n```\n\n``` yaml\n# app/config/parameters.yml\nparameters:\n    sms_vesti_login:    ~\n    sms_vesti_password: ~\n```\n\n### Usage Steps\n#### Basic usage\nYou can check the balance by cli command:\n```\n$ app/console smsvesti:balance\n\u003e Balance is 6.45\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarser%2Fsmsvestibundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarser%2Fsmsvestibundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarser%2Fsmsvestibundle/lists"}