Skip to content

Commit d356101

Browse files
author
Steeven Andrian
committed
Update README.md
1 parent fbdc7e6 commit d356101

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![O2System Framework](http://o2system.id/assets/img/logo/logo-white-200px.png?logo)](http://o2system.id)
1+
![alt text](https://www.o2system.id/assets/img/covers/cover-o2system-atom-spl.png "O2System SPL Atom")
22

33
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/o2system/spl/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/o2system/spl/?branch=master)
44
[![Build Status](https://scrutinizer-ci.com/g/o2system/spl/badges/build.png?b=master)](https://scrutinizer-ci.com/g/o2system/spl/build-status/master)
@@ -34,12 +34,25 @@ It's made up primarily of commonly needed data structure classes, iterators, han
3434
### Standard PHP Iterators
3535
- ArrayIterator
3636

37+
### Standard PHP Design Patterns
38+
- Creational
39+
- Factory
40+
- Singleton
41+
- Structural
42+
- Assemble
43+
- Composite
44+
- Facade
45+
- Provider
46+
- Repository
47+
3748
### Standard PHP Setters & Collectors Traits
38-
- OptionSetterTrait
39-
- ConfigCollectorTrait
40-
- ErrorCollectorTrait
41-
- FileExtensionCollectorTrait
42-
- FilePathCollectorTrait
49+
- Collectors
50+
- ConfigCollectorTrait
51+
- ErrorCollectorTrait
52+
- FileExtensionCollectorTrait
53+
- FilePathCollectorTrait
54+
- Setters
55+
- OptionSetterTrait
4356

4457
### Composer Installation
4558
The best way to install O2System Spl is to use [Composer](https://getcomposer.org)

0 commit comments

Comments
 (0)