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
- Host: GitHub
- URL: https://github.com/subjective-php/spl-traits
- Owner: subjective-php
- Created: 2015-08-17T13:39:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T15:24:25.000Z (over 7 years ago)
- Last Synced: 2025-04-03T00:51:55.887Z (about 1 year ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# SubjectivePHP\Spl\Traits
[](https://travis-ci.org/subjective-php/spl-traits)
[](https://scrutinizer-ci.com/g/subjective-php/spl-traits/?branch=master)
[](https://coveralls.io/github/subjective-php/spl-traits)
[](https://packagist.org/packages/subjective-php/spl-traits)
[](https://packagist.org/packages/subjective-php/spl-traits)
[](https://packagist.org/packages/subjective-php/spl-traits)
[](https://packagist.org/packages/subjective-php/spl-traits)
[](https://packagist.org/packages/subjective-php/spl-traits)
[](https://packagist.org/packages/subjective-php/spl-traits)
[](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
```