File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
- MIT License
1
+ The MIT License (MIT)
2
2
3
- Copyright (c) 2017 Sebastian Rapetti
3
+ Copyright (c) 2018 Sebastian Rapetti
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- ![ Linna Array] ( logo-array.png )
2
- <br />
1
+ <div align =" center " >
2
+ <a href="#"><img src="logo-linna-96.png" alt="Linna Logo"></a>
3
+ </div >
4
+
3
5
<br />
6
+
7
+ <div align =" center " >
8
+ <a href="#"><img src="logo-array.png" alt="Linna dotenv Logo"></a>
9
+ </div >
10
+
4
11
<br />
12
+
13
+ <div align =" center " >
14
+
5
15
[ ![ Build Status] ( https://travis-ci.org/linna/typed-array.svg?branch=master )] ( https://travis-ci.org/linna/typed-array )
6
16
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/linna/typed-array/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/linna/typed-array/?branch=master )
7
17
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/linna/typed-array/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/linna/typed-array/?branch=master )
8
18
[ ![ StyleCI] ( https://styleci.io/repos/93407083/shield?branch=master&style=flat )] ( https://styleci.io/repos/93407083 )
9
19
20
+ </div >
10
21
22
+ ## About
11
23
This package provide typed arrays for php as extension of native [ ArrayObject] ( http://php.net/manual/en/class.arrayobject.php ) .
12
24
13
25
## Requirements
@@ -19,7 +31,7 @@ With composer:
19
31
composer require linna/typed-array
20
32
```
21
33
22
- ## Usage - TypedArray
34
+ ## Usage
23
35
``` php
24
36
use Linna\TypedArray;
25
37
You can’t perform that action at this time.
0 commit comments