{"id":19966450,"url":"https://github.com/andersao/moip-assinaturas-laravel","last_synced_at":"2025-05-04T00:31:20.512Z","repository":{"id":28025524,"uuid":"31520735","full_name":"andersao/moip-assinaturas-laravel","owner":"andersao","description":"Laravel - Integração com a API de Assinatura da Moip","archived":false,"fork":false,"pushed_at":"2015-06-09T00:18:06.000Z","size":160,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-26T08:02:46.056Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andersao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-02T02:56:05.000Z","updated_at":"2023-08-18T21:39:42.000Z","dependencies_parsed_at":"2022-09-04T09:01:58.110Z","dependency_job_id":null,"html_url":"https://github.com/andersao/moip-assinaturas-laravel","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/andersao%2Fmoip-assinaturas-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersao%2Fmoip-assinaturas-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersao%2Fmoip-assinaturas-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersao%2Fmoip-assinaturas-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersao","download_url":"https://codeload.github.com/andersao/moip-assinaturas-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252272944,"owners_count":21721831,"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-11-13T02:35:55.309Z","updated_at":"2025-05-04T00:31:20.118Z","avatar_url":"https://github.com/andersao.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moip Assinaturas - Laravel\r\n\r\n## Installation\r\n\r\nIn your terminal run **composer require prettus/moip-assinaturas-laravel.** This will grab the last release.\r\n\r\nOr\r\n\r\nEdit your composer.json like this:\r\n\r\n```json\r\n\"require\": {\r\n    ....\r\n    \"prettus/moip-assinaturas-laravel\": \"dev-master\"\r\n}\r\n```\r\n\r\nIssue composer update\r\n\r\n### Laravel 5\r\n\r\nAdd to config/app.php service provider array:\r\n\r\n```php\r\n    'Prettus\\MoipLaravel\\Subscription\\SubscriptionServiceProvider',\r\n```\r\n\r\nPublish Configuration\r\n\r\n```shell\r\nphp artisan vendor:publish --provider=\"Prettus\\MoipLaravel\\Subscription\\SubscriptionServiceProvider\"\r\n```\r\n\r\n### Laravel 4\r\n\r\nAdd to app/config/app.php service provider array:\r\n\r\n```php\r\n    'Prettus\\MoipLaravel\\Subscription\\SubscriptionServiceProviderLaravel4',\r\n```\r\n\r\nPublish Configuration\r\n\r\n```shell\r\nphp artisan config:publish prettus/moip-assinaturas-laravel\r\n```\r\n\r\n### Alias\r\n\r\n```php\r\n'MoipPlanos'        =\u003e 'Prettus\\MoipLaravel\\Subscription\\Facades\\MoipPlanos',\r\n'MoipFaturas'       =\u003e 'Prettus\\MoipLaravel\\Subscription\\Facades\\MoipFaturas',\r\n'MoipPagamentos'    =\u003e 'Prettus\\MoipLaravel\\Subscription\\Facades\\MoipPagamentos',\r\n'MoipPreferencias'  =\u003e 'Prettus\\MoipLaravel\\Subscription\\Facades\\MoipPreferencias',\r\n'MoipAssinaturas'   =\u003e 'Prettus\\MoipLaravel\\Subscription\\Facades\\MoipAssinaturas',\r\n```\r\n\r\n## Facades\r\n\r\nFacades Available\r\n\r\n- [MoipPlanos (Plans)](https://github.com/andersao/moip-assinaturas-php/wiki/planos)\r\n- [MoipClientes (Customers)](https://github.com/andersao/moip-assinaturas-php/wiki/clientes)\r\n- [MoipAssinaturas (Subscriptions)](https://github.com/andersao/moip-assinaturas-php/wiki/assinaturas)\r\n- [MoipFaturas (Invoice)](https://github.com/andersao/moip-assinaturas-php/wiki/faturas)\r\n- [MoipPagamentos (Payments)](https://github.com/andersao/moip-assinaturas-php/wiki/pagamentos)\r\n- [MoipPreferencias (Preferences)](https://github.com/andersao/moip-assinaturas-php/wiki/prefer%C3%AAncias)\r\n\r\n# Author\r\n\r\nAnderson Andrade - \u003ccontato@andersonandra.de\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersao%2Fmoip-assinaturas-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersao%2Fmoip-assinaturas-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersao%2Fmoip-assinaturas-laravel/lists"}