1
1
# PHP Stack Util
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/markenwerk /php-stack-util.svg?branch=master )] ( https://travis-ci.org/markenwerk /php-stack-util )
4
- [ ![ Test Coverage] ( https://codeclimate.com/github/markenwerk /php-stack-util/badges/coverage.svg )] ( https://codeclimate.com/github/markenwerk /php-stack-util/coverage )
3
+ [ ![ Build Status] ( https://travis-ci.org/chroma-x /php-stack-util.svg?branch=master )] ( https://travis-ci.org/chroma-x /php-stack-util )
4
+ [ ![ Test Coverage] ( https://codeclimate.com/github/chroma-x /php-stack-util/badges/coverage.svg )] ( https://codeclimate.com/github/chroma-x /php-stack-util/coverage )
5
5
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/577d62ac91aab50027c6ca4d/badge.svg )] ( https://www.versioneye.com/user/projects/577d62ac91aab50027c6ca4d )
6
6
[ ![ SensioLabs Insight] ( https://img.shields.io/sensiolabs/i/70322433-e801-41e3-bfd1-c6bd13484fdf.svg )] ( https://insight.sensiolabs.com/projects/70322433-e801-41e3-bfd1-c6bd13484fdf )
7
- [ ![ Code Climate] ( https://codeclimate.com/github/markenwerk /php-stack-util/badges/gpa.svg )] ( https://codeclimate.com/github/markenwerk /php-stack-util )
8
- [ ![ Latest Stable Version] ( https://poser.pugx.org/markenwerk /stack-util/v/stable )] ( https://packagist.org/packages/markenwerk /stack-util )
9
- [ ![ Total Downloads] ( https://poser.pugx.org/markenwerk /stack-util/downloads )] ( https://packagist.org/packages/markenwerk /stack-util )
10
- [ ![ License] ( https://poser.pugx.org/markenwerk /stack-util/license )] ( https://packagist.org/packages/markenwerk /stack-util )
7
+ [ ![ Code Climate] ( https://codeclimate.com/github/chroma-x /php-stack-util/badges/gpa.svg )] ( https://codeclimate.com/github/chroma-x /php-stack-util )
8
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/chroma-x /stack-util/v/stable )] ( https://packagist.org/packages/chroma-x /stack-util )
9
+ [ ![ Total Downloads] ( https://poser.pugx.org/chroma-x /stack-util/downloads )] ( https://packagist.org/packages/chroma-x /stack-util )
10
+ [ ![ License] ( https://poser.pugx.org/chroma-x /stack-util/license )] ( https://packagist.org/packages/chroma-x /stack-util )
11
11
12
12
A PHP library providing common Stack implementation.
13
13
@@ -16,7 +16,7 @@ A PHP library providing common Stack implementation.
16
16
``` {json}
17
17
{
18
18
"require": {
19
- "markenwerk /stack-util": "~1.0"
19
+ "chroma-x /stack-util": "~1.0"
20
20
}
21
21
}
22
22
```
@@ -34,7 +34,7 @@ require_once('path/to/vendor/autoload.php');
34
34
#### Pushing to the stack
35
35
36
36
``` {php}
37
- use Markenwerk \StackUtil\Stack;
37
+ use ChromaX \StackUtil\Stack;
38
38
39
39
$stack = new Stack();
40
40
@@ -188,7 +188,7 @@ Stack index 2: 9.12
188
188
## Contribution
189
189
190
190
Contributing to our projects is always very appreciated.
191
- ** But: please follow the contribution guidelines written down in the [ CONTRIBUTING.md] ( https://github.com/markenwerk /php-stack-util/blob/master/CONTRIBUTING.md ) document.**
191
+ ** But: please follow the contribution guidelines written down in the [ CONTRIBUTING.md] ( https://github.com/chroma-x /php-stack-util/blob/master/CONTRIBUTING.md ) document.**
192
192
193
193
## License
194
194
0 commit comments