{"id":14985377,"url":"https://github.com/lucasfidelis/mercadolivre-php-sdk","last_synced_at":"2025-10-29T19:31:14.092Z","repository":{"id":240400621,"uuid":"802532851","full_name":"LucasFidelis/mercadolivre-php-sdk","owner":"LucasFidelis","description":"SDK PHP para integração com as APIs do Mercado Livre","archived":false,"fork":false,"pushed_at":"2024-06-23T01:40:29.000Z","size":110,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T07:46:08.677Z","etag":null,"topics":["composer","composer-library","mercadolivre-sdk","php-8","php-library","rest-client"],"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/LucasFidelis.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-18T15:02:51.000Z","updated_at":"2025-01-15T16:14:29.000Z","dependencies_parsed_at":"2024-05-20T21:45:56.687Z","dependency_job_id":"acba3f56-3285-43e2-8157-b48a3228cd05","html_url":"https://github.com/LucasFidelis/mercadolivre-php-sdk","commit_stats":{"total_commits":84,"total_committers":1,"mean_commits":84.0,"dds":0.0,"last_synced_commit":"8a8b4868cdbd0051017a06e254d5b3a6b2602b8a"},"previous_names":["lucasfidelis/mercadolivre-php-sdk"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasFidelis%2Fmercadolivre-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasFidelis%2Fmercadolivre-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasFidelis%2Fmercadolivre-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasFidelis%2Fmercadolivre-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasFidelis","download_url":"https://codeload.github.com/LucasFidelis/mercadolivre-php-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238878918,"owners_count":19545855,"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":["composer","composer-library","mercadolivre-sdk","php-8","php-library","rest-client"],"created_at":"2024-09-24T14:10:49.577Z","updated_at":"2025-10-29T19:31:13.638Z","avatar_url":"https://github.com/LucasFidelis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.mercadolivre.com.br/\"\u003e\n\u003cimg alt=\"MercadoLibre logo\" height=\"100px\" src=\"https://upload.wikimedia.org/wikipedia/pt/0/04/Logotipo_MercadoLivre.png\"/\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eMercado Livre SDK PHP\u003c/h1\u003e\n\n## How to use\n```php\nuse LucasFidelis\\MercadoLivreSdk\\Client\\Client;\nuse LucasFidelis\\MercadoLivreSdk\\Managers\\ProductManager;\n\n...\n\n$itemId = 'MLB123456789';\n\n$client = new Client($CLIENT_ID, $CLIENT_SECRET, $ACCESS_TOKEN, $REFRESH_TOKEN);\n$productManager = new ProductManager($client);\n\n$product = $productManager-\u003efindById($itemId);\n$product-\u003esetPrice(123.45);\n$productManager-\u003eupdatePrice($product);\n```\n\n## How to install\n\n    composer require lucasfidelis/mercado-livre-sdk\n\n## Supported features\n\n### Authentication and Authorization\n| Feature | Status |\n|----------|--------|\n| Authorization | ✅ |\n| Refresh token | ✅ |\n| Create a test user | ✅ |\n| Get Profile | ✅ |\n\n### Products\n| Feature | Status |\n|----------|--------|\n| Get Item by ID | ✅ |\n| Search items by Seller ID | ✅ |\n| Get current sales price | ✅ |\n| Change variations | ✅ |\n| Update Available Quantity | ✅ |\n| Get Item Prices | ✅ |\n| Update Price | ✅ |\n| Create an Item | 🔜 |\n\n### Orders\n| Feature | Status |\n|----------|--------|\n| Get Order by ID | ✅ |\n| Get Billing Info | ✅ |\n\n### Shipment\n| Feature | Status |\n|----------|--------|\n| Get Shipment by ID | ✅ |\n| Get Shipment Costs | ✅ |\n| Get Shipment Items | ✅ |\n| Get Shipment Label as ZPL | ✅ |\n\n## Contribute\n\nFeel free to open pull requests; we welcome contributions! However, for significant changes, it's best to open an issue beforehand. Before creating your own issue or pull request, always check to see if one already exists!\n\n## Disclaimer\n\nThis project is not associated, authorized, endorsed by, or in any way with MercadoLibre.\n\nMercadoLibre, as well as related names, marks, emblems and images are registered trademarks of their respective owners.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasfidelis%2Fmercadolivre-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasfidelis%2Fmercadolivre-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasfidelis%2Fmercadolivre-php-sdk/lists"}