{"id":19795747,"url":"https://github.com/coffee-bike/coffeebikecollmexbundle","last_synced_at":"2025-05-01T03:30:31.031Z","repository":{"id":49644323,"uuid":"59821547","full_name":"coffee-bike/CoffeeBikeCollmexBundle","owner":"coffee-bike","description":"This is a Symfony Bundle for the Collmex API","archived":false,"fork":false,"pushed_at":"2021-06-11T14:04:44.000Z","size":104,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T08:12:00.529Z","etag":null,"topics":["collmex","collmex-api","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://coffee-bike.com","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/coffee-bike.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-05-27T09:10:41.000Z","updated_at":"2021-06-11T14:04:47.000Z","dependencies_parsed_at":"2022-09-22T17:10:34.068Z","dependency_job_id":null,"html_url":"https://github.com/coffee-bike/CoffeeBikeCollmexBundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffee-bike%2FCoffeeBikeCollmexBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffee-bike%2FCoffeeBikeCollmexBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffee-bike%2FCoffeeBikeCollmexBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffee-bike%2FCoffeeBikeCollmexBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coffee-bike","download_url":"https://codeload.github.com/coffee-bike/CoffeeBikeCollmexBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251817809,"owners_count":21648811,"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":["collmex","collmex-api","symfony-bundle"],"created_at":"2024-11-12T07:17:13.801Z","updated_at":"2025-05-01T03:30:30.764Z","avatar_url":"https://github.com/coffee-bike.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WIP] CollmexBundle\nThis is a Symfony Bundle for the Collmex API.\n\n**Notice**: This bundle is still work in progress!\n\n**Please open an issue or a PR if you want to contribute to the project.** Take a look at the [**Contribution** page](https://github.com/coffee-bike/CoffeeBikeCollmexBundle/wiki/Contribution)\n\nInstallation\n============\n\nStep 1: Download the Bundle\n---------------------------\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```bash\n$ composer require coffeebike/collmex-bundle\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\nStep 2: Enable the Bundle\n-------------------------\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the `app/AppKernel.php` file of your project:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n\n            new CoffeeBike\\CollmexBundle\\CoffeeBikeCollmexBundle(),\n        );\n\n        // ...\n    }\n\n    // ...\n}\n```\nStep 3: Add configuration to config.yml\n-------------------------\n\nAdd credentials for Collmex user in `app/config.yml`:\n\n```yaml\ncoffee_bike_collmex:\n    user: 'collmex-user'\n    password: '*********'\n    customer_id: '123456'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffee-bike%2Fcoffeebikecollmexbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoffee-bike%2Fcoffeebikecollmexbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffee-bike%2Fcoffeebikecollmexbundle/lists"}