{"id":22151378,"url":"https://github.com/src-run/clockwork-api-bundle","last_synced_at":"2025-06-14T20:11:08.035Z","repository":{"id":14447412,"uuid":"17158999","full_name":"src-run/clockwork-api-bundle","owner":"src-run","description":"Symfony bundle to handle interaction with clockworksms.com for SMS messaging","archived":false,"fork":false,"pushed_at":"2023-10-22T05:32:08.000Z","size":165,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T05:15:30.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://scribenet.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/src-run.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-25T02:44:26.000Z","updated_at":"2019-08-13T15:36:20.000Z","dependencies_parsed_at":"2022-09-15T23:52:54.818Z","dependency_job_id":null,"html_url":"https://github.com/src-run/clockwork-api-bundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fclockwork-api-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fclockwork-api-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fclockwork-api-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fclockwork-api-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/src-run","download_url":"https://codeload.github.com/src-run/clockwork-api-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227652277,"owners_count":17799225,"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-12-02T00:32:38.454Z","updated_at":"2024-12-02T00:32:39.504Z","avatar_url":"https://github.com/src-run.png","language":"PHP","readme":"# ScribeClockworkBundle\n\nSymfony bundle to handle interaction with clockworksms.com for SMS messaging\n\n## Requirements\n\n- You must register for an account and recieve an API key from http://www.clockworksms.com/\n- PHP5\n- Curl PHP module\n\n## Installation\n\nAdd the following to your composer.json file in the `require` block:\n\n```\n\"scribe/clockwork-bundle\": \"dev-master\"\n```\n\nIssue a `composer.phar update` to download your new package (this command will also update any outdated packages).\n\nTo register the bundle within your application, you must add the bundle to the `AppKernel.php` file within the `$bundles` array:\n\n```\nnew Scribe\\ClockworkBundle\\ScribeClockworkBundle()\n```\n\n## Configuration\n\nEdit your symfony config.yml file and add, at a minimum, the following lines:\n\n```\nscribe_clockwork:\n  api_key: your-api-key-goes-here\n```\n\nYou may optionally configure the following items as well (show with their default values):\n\n```\nscribe_clockwork:\n  api_key: your-api-key-goes-here\n  allow_long_messages: false\n  truncate_long_messages: true\n  from_address: 'ScribeClock'\n  enable_ssl: true\n  invalid_character_action: replace_character\n  log_activity: false\n```\n\n## Usage\n\nAssuming you have completed the installation and configuration, you can send a text message by requesting the `scribe.clockwork` service and using the `send` method.\n\n```\n$cw = $container-\u003eget('scribe.clockwork');\n$message_id = $cw-\u003esend('12223334444', 'Your text message goes here');\n```\n\nMore complex usage, including sending multiple messages, checking your balance, credit, and API key validity are also available.\n\n## License\n\nPlease see the LICENSE file distributed with this software.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-run%2Fclockwork-api-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrc-run%2Fclockwork-api-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-run%2Fclockwork-api-bundle/lists"}