An open API service indexing awesome lists of open source software.

https://github.com/bd808/moar

Moar PHP libraries
https://github.com/bd808/moar

Last synced: 18 days ago
JSON representation

Moar PHP libraries

Awesome Lists containing this project

README

          

__ __ _______
\ \ \ \ | __ __ | ___ _____ ____
\ \ \ \ | ||_|| |/ _ \(____ |/ ___)
/ / / / | | | | |_| / ___ | |
/_/ /_/ |_| |_|\___/\_____|_|

Moar PHP Library
================

Moar is a smallish collection of PHP libraries and frameworks maintained by
Bryan Davis.

About
-----
I do a lot of PHP development at $DAYJOB. Over time I have designed quite
a few useful classes and small frameworks that work the way my brain wants
them to. When I'm working on sideprojects that happen to involve PHP I'm often
frustrated that I don't have access to these valuable building blocks.

Moar is slow attempt to recreate the truly valuable parts in a way that is
as decoupled as possible. I don't want a giant pile of code that every other
project needs to be based on, but I would like a toolbox that can help when
needed.

Modules
-------

| Status | Project | Description |
| :----- | :------ | :---------- |
| [![Build Status][Moar-Elasticsearch_ci-status]][Moar-Elasticsearch_ci-home] | [Moar-Elasticsearch][] | Tools for working with ElasticSearch. |
| [![Build Status][Moar-Log_ci-status]][Moar-Log_ci-home] | [Moar-Log][] | PSR-3/Monolog logging helpers. |
| [![Build Status][Moar-Metrics_ci-status]][Moar-Metrics_ci-home] | [Moar-Metrics][] | Collect counter and elapsed time metrics for logging or other reporting. |
| [![Build Status][Moar-Net-Http_ci-status]][Moar-Net-Http_ci-home] | [Moar-Net-Http][] | cURL wrapper and utilities for making HTTP requests. |
| [![Build Status][Moar-Selector_ci-status]][Moar-Selector_ci-home] | [Moar-Selector][] | Select a target value from an object, object graph or array. |
| | [Moar-Skel][] | Module creation skeleton. |
| [![Build Status][Moar-Template-Block_ci-status]][Moar-Template-Block_ci-home] | [Moar-Template-Block][] | Block based template system. |

---
[Moar-Elasticsearch]: https://github.com/bd808/moar-elasticsearch
[Moar-Elasticsearch_ci-home]: https://travis-ci.org/bd808/moar-elasticsearch
[Moar-Elasticsearch_ci-status]: https://travis-ci.org/bd808/moar-elasticsearch.png
[Moar-Log]: https://github.com/bd808/moar-log
[Moar-Log_ci-home]: https://travis-ci.org/bd808/moar-log
[Moar-Log_ci-status]: https://travis-ci.org/bd808/moar-log.png
[Moar-Metrics]: https://github.com/bd808/moar-metrics
[Moar-Metrics_ci-home]: https://travis-ci.org/bd808/moar-metrics
[Moar-Metrics_ci-status]: https://travis-ci.org/bd808/moar-metrics.png
[Moar-Net-Http]: https://github.com/bd808/moar-net-http
[Moar-Net-Http_ci-home]: https://travis-ci.org/bd808/moar-net-http
[Moar-Net-Http_ci-status]: https://travis-ci.org/bd808/moar-net-http.png
[Moar-Selector]: https://github.com/bd808/moar-selector
[Moar-Selector_ci-home]: https://travis-ci.org/bd808/moar-selector
[Moar-Selector_ci-status]: https://travis-ci.org/bd808/moar-selector.png
[Moar-Skel]: https://github.com/bd808/moar-skel
[Moar-Template-Block]: https://github.com/bd808/moar-template-block
[Moar-Template-Block_ci-home]: https://travis-ci.org/bd808/moar-template-block
[Moar-Template-Block_ci-status]: https://travis-ci.org/bd808/moar-template-block.png