{"id":34001546,"url":"https://github.com/beyondlex/mongotree","last_synced_at":"2026-03-27T04:06:58.444Z","repository":{"id":62493748,"uuid":"117075484","full_name":"beyondlex/mongotree","owner":"beyondlex","description":"Laravel package for working with nested trees in MongoDB","archived":false,"fork":false,"pushed_at":"2018-08-16T11:24:37.000Z","size":12,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T22:06:25.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/beyondlex.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":"2018-01-11T09:00:38.000Z","updated_at":"2025-11-13T18:25:50.000Z","dependencies_parsed_at":"2022-11-02T11:17:28.444Z","dependency_job_id":null,"html_url":"https://github.com/beyondlex/mongotree","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/beyondlex/mongotree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondlex%2Fmongotree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondlex%2Fmongotree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondlex%2Fmongotree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondlex%2Fmongotree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondlex","download_url":"https://codeload.github.com/beyondlex/mongotree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondlex%2Fmongotree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-12-13T09:54:31.712Z","updated_at":"2026-03-27T04:06:58.437Z","avatar_url":"https://github.com/beyondlex.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a Laravel package for working with nested trees in MongoDB (https://github.com/jenssegers/laravel-mongodb).\n\nBased on [kalnoy/nestedset](https://github.com/lazychaser/laravel-nestedset)\n\n__Contents:__\n\n- [Installation](#installation)\n- [Usage](#usage)\n\nInstallation\n------------\n\nTo install the package, in terminal:\n\n```\ncomposer require beyondlex/mongotree\n```\n\n#### The model\n\nYour model should use `Lex\\Mongotree\\TreeTrait` trait to enable nested sets:\n\n```php\nuse Lex\\Mongotree\\TreeTrait;\n\nclass Foo extends Model {\n    use TreeTrait;\n}\n```\n\nUsage\n------------\n\nFor usage please refer to original library https://github.com/lazychaser/laravel-nestedset\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondlex%2Fmongotree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondlex%2Fmongotree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondlex%2Fmongotree/lists"}