bd808 / moar

Moar PHP libraries
MIT License
1 stars 0 forks source link
__  __    _______
\ \ \ \  | __ __ | ___  _____  ____
 \ \ \ \ | ||_|| |/ _ \(____ |/ ___)
 / / / / | |   | | |_| / ___ | |
/_/ /_/  |_|   |_|\___/\_____|_|

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 Tools for working with ElasticSearch.
Build Status Moar-Log PSR-3/Monolog logging helpers.
Build Status Moar-Metrics Collect counter and elapsed time metrics for logging or other reporting.
Build Status Moar-Net-Http cURL wrapper and utilities for making HTTP requests.
Build Status Moar-Selector Select a target value from an object, object graph or array.
Moar-Skel Module creation skeleton.
Build Status Moar-Template-Block Block based template system.