{"id":20638681,"url":"https://github.com/bd808/moar","last_synced_at":"2026-05-28T18:30:59.870Z","repository":{"id":7849524,"uuid":"9221411","full_name":"bd808/moar","owner":"bd808","description":"Moar PHP libraries","archived":false,"fork":false,"pushed_at":"2013-04-29T04:17:45.000Z","size":184,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-08T05:59:52.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bd808.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":"2013-04-04T15:34:04.000Z","updated_at":"2021-01-27T22:55:18.000Z","dependencies_parsed_at":"2022-08-31T15:51:56.471Z","dependency_job_id":null,"html_url":"https://github.com/bd808/moar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bd808/moar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fmoar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fmoar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fmoar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fmoar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bd808","download_url":"https://codeload.github.com/bd808/moar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fmoar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33622066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-16T15:19:05.803Z","updated_at":"2026-05-28T18:30:59.774Z","avatar_url":"https://github.com/bd808.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"    __  __    _______\n    \\ \\ \\ \\  | __ __ | ___  _____  ____\n     \\ \\ \\ \\ | ||_|| |/ _ \\(____ |/ ___)\n     / / / / | |   | | |_| / ___ | |\n    /_/ /_/  |_|   |_|\\___/\\_____|_|\n\nMoar PHP Library\n================\n\nMoar is a smallish collection of PHP libraries and frameworks maintained by\nBryan Davis.\n\nAbout\n-----\nI do a lot of PHP development at $DAYJOB. Over time I have designed quite\na few useful classes and small frameworks that work the way my brain wants\nthem to. When I'm working on sideprojects that happen to involve PHP I'm often\nfrustrated that I don't have access to these valuable building blocks.\n\nMoar is slow attempt to recreate the truly valuable parts in a way that is\nas decoupled as possible. I don't want a giant pile of code that every other\nproject needs to be based on, but I would like a toolbox that can help when\nneeded.\n\nModules\n-------\n\n| Status | Project | Description |\n| :----- | :------ | :---------- |\n| [![Build Status][Moar-Elasticsearch_ci-status]][Moar-Elasticsearch_ci-home] | [Moar-Elasticsearch][] | Tools for working with ElasticSearch. |\n| [![Build Status][Moar-Log_ci-status]][Moar-Log_ci-home] | [Moar-Log][] | PSR-3/Monolog logging helpers. |\n| [![Build Status][Moar-Metrics_ci-status]][Moar-Metrics_ci-home] | [Moar-Metrics][] | Collect counter and elapsed time metrics for logging or other reporting. |\n| [![Build Status][Moar-Net-Http_ci-status]][Moar-Net-Http_ci-home] | [Moar-Net-Http][] | cURL wrapper and utilities for making HTTP requests. |\n| [![Build Status][Moar-Selector_ci-status]][Moar-Selector_ci-home] | [Moar-Selector][] | Select a target value from an object, object graph or array. |\n| | [Moar-Skel][] | Module creation skeleton. |\n| [![Build Status][Moar-Template-Block_ci-status]][Moar-Template-Block_ci-home] | [Moar-Template-Block][] | Block based template system. |\n\n\n---\n[Moar-Elasticsearch]: https://github.com/bd808/moar-elasticsearch\n[Moar-Elasticsearch_ci-home]: https://travis-ci.org/bd808/moar-elasticsearch\n[Moar-Elasticsearch_ci-status]: https://travis-ci.org/bd808/moar-elasticsearch.png\n[Moar-Log]: https://github.com/bd808/moar-log\n[Moar-Log_ci-home]: https://travis-ci.org/bd808/moar-log\n[Moar-Log_ci-status]: https://travis-ci.org/bd808/moar-log.png\n[Moar-Metrics]: https://github.com/bd808/moar-metrics\n[Moar-Metrics_ci-home]: https://travis-ci.org/bd808/moar-metrics\n[Moar-Metrics_ci-status]: https://travis-ci.org/bd808/moar-metrics.png\n[Moar-Net-Http]: https://github.com/bd808/moar-net-http\n[Moar-Net-Http_ci-home]: https://travis-ci.org/bd808/moar-net-http\n[Moar-Net-Http_ci-status]: https://travis-ci.org/bd808/moar-net-http.png\n[Moar-Selector]: https://github.com/bd808/moar-selector\n[Moar-Selector_ci-home]: https://travis-ci.org/bd808/moar-selector\n[Moar-Selector_ci-status]: https://travis-ci.org/bd808/moar-selector.png\n[Moar-Skel]: https://github.com/bd808/moar-skel\n[Moar-Template-Block]: https://github.com/bd808/moar-template-block\n[Moar-Template-Block_ci-home]: https://travis-ci.org/bd808/moar-template-block\n[Moar-Template-Block_ci-status]: https://travis-ci.org/bd808/moar-template-block.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbd808%2Fmoar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbd808%2Fmoar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbd808%2Fmoar/lists"}