{"id":19508535,"url":"https://github.com/danmadeira/tutorial-mongodb-php","last_synced_at":"2025-10-16T05:23:09.951Z","repository":{"id":202124209,"uuid":"260349294","full_name":"danmadeira/tutorial-mongodb-php","owner":"danmadeira","description":"Código-fonte do tutorial MongoDB e PHP da ZetCode.","archived":false,"fork":false,"pushed_at":"2020-05-01T00:42:38.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T11:40:26.203Z","etag":null,"topics":["mongo","mongodb","php","tutorial","zetcode"],"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/danmadeira.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,"governance":null}},"created_at":"2020-05-01T00:40:47.000Z","updated_at":"2021-05-12T12:02:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac19cc90-dc22-4c86-a8e0-528b4fdef784","html_url":"https://github.com/danmadeira/tutorial-mongodb-php","commit_stats":null,"previous_names":["danmadeira/tutorial-mongodb-php"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmadeira%2Ftutorial-mongodb-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmadeira%2Ftutorial-mongodb-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmadeira%2Ftutorial-mongodb-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmadeira%2Ftutorial-mongodb-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danmadeira","download_url":"https://codeload.github.com/danmadeira/tutorial-mongodb-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761085,"owners_count":19853254,"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":["mongo","mongodb","php","tutorial","zetcode"],"created_at":"2024-11-10T23:07:53.493Z","updated_at":"2025-10-16T05:23:04.901Z","avatar_url":"https://github.com/danmadeira.png","language":"PHP","readme":"## Tutorial do MongoDB com PHP da ZetCode\n\nCódigos de exemplo do tutorial da ZetCode sobre como trabalhar com MongoDB no PHP.\n\n### Como começar:\n\nPelo MongoDB shell, o tutorial instrui a criar a base e inserir os dados.\n```\n$ mongo testdb\nMongoDB shell version: 2.4.9\nconnecting to: testdb\n\u003e db\ntestdb\n\u003e db.cars.insert({name: \"Audi\", price: 52642})\n\u003e db.cars.insert({name: \"Mercedes\", price: 57127})\n\u003e db.cars.insert({name: \"Skoda\", price: 9000})\n\u003e db.cars.insert({name: \"Volvo\", price: 29000})\n\u003e db.cars.insert({name: \"Bentley\", price: 350000})\n\u003e db.cars.insert({name: \"Citroen\", price: 21000})\n\u003e db.cars.insert({name: \"Hummer\", price: 41400})\n\u003e db.cars.insert({name: \"Volkswagen\", price: 21600})\n```\n\n### Referência:\n\n- ZetCode MongoDB PHP tutorial. Disponível em: \u003chttp://zetcode.com/db/mongodbphp/\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmadeira%2Ftutorial-mongodb-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanmadeira%2Ftutorial-mongodb-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmadeira%2Ftutorial-mongodb-php/lists"}