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

https://github.com/subjective-php/spl-traits

Collection of traits to assist with common programming problems
https://github.com/subjective-php/spl-traits

Last synced: about 1 year ago
JSON representation

Collection of traits to assist with common programming problems

Awesome Lists containing this project

README

          

# SubjectivePHP\Spl\Traits

[![Build Status](https://travis-ci.org/subjective-php/spl-traits.svg?branch=master)](https://travis-ci.org/subjective-php/spl-traits)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/subjective-php/spl-traits/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/subjective-php/spl-traits/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/subjective-php/spl-traits/badge.svg)](https://coveralls.io/github/subjective-php/spl-traits)

[![Latest Stable Version](https://poser.pugx.org/subjective-php/spl-traits/v/stable)](https://packagist.org/packages/subjective-php/spl-traits)
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/spl-traits/v/unstable)](https://packagist.org/packages/subjective-php/spl-traits)
[![License](https://poser.pugx.org/subjective-php/spl-traits/license)](https://packagist.org/packages/subjective-php/spl-traits)

[![Total Downloads](https://poser.pugx.org/subjective-php/spl-traits/downloads)](https://packagist.org/packages/subjective-php/spl-traits)
[![Daily Downloads](https://poser.pugx.org/subjective-php/spl-traits/d/daily)](https://packagist.org/packages/subjective-php/spl-traits)
[![Monthly Downloads](https://poser.pugx.org/subjective-php/spl-traits/d/monthly)](https://packagist.org/packages/subjective-php/spl-traits)

[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](http://www.pholiophp.org/subjective-php/spl-traits)

A collection of standard traits.

## Requirements

SubjectivePHP\Spl\Interfaces requires PHP 7.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/spl-traits` to your project's `composer.json` file such as:

```sh
composer require subjective-php/spl-traits
```
## Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/subjective-php/spl-traits/pulls)
* [Issues](https://github.com/subjective-php/spl-traits/issues)

## Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```sh
composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```