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)
22
3- Copyright (c) 2017 Sebastian Rapetti
3+ Copyright (c) 2018 Sebastian Rapetti
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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+
35<br />
6+
7+ <div align =" center " >
8+ <a href="#"><img src="logo-array.png" alt="Linna dotenv Logo"></a>
9+ </div >
10+
411<br />
12+
13+ <div align =" center " >
14+
515[ ![ Build Status] ( https://travis-ci.org/linna/typed-array.svg?branch=master )] ( https://travis-ci.org/linna/typed-array )
616[ ![ 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 )
717[ ![ 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 )
818[ ![ StyleCI] ( https://styleci.io/repos/93407083/shield?branch=master&style=flat )] ( https://styleci.io/repos/93407083 )
919
20+ </div >
1021
22+ ## About
1123This package provide typed arrays for php as extension of native [ ArrayObject] ( http://php.net/manual/en/class.arrayobject.php ) .
1224
1325## Requirements
@@ -19,7 +31,7 @@ With composer:
1931composer require linna/typed-array
2032```
2133
22- ## Usage - TypedArray
34+ ## Usage
2335``` php
2436use Linna\TypedArray;
2537
You can’t perform that action at this time.
0 commit comments