Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit d42e1c7

Browse files
author
Florent Morselli
committed
Array behaviour
With this commit, classes based on Construct class have new behaviours: they are countable and they can be accessed like an array.
1 parent a2cf8f6 commit d42e1c7

File tree

6 files changed

+202
-110
lines changed

6 files changed

+202
-110
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ PHPASN1
22
=======
33

44
[![Build Status](https://secure.travis-ci.org/fgrosse/PHPASN1.png?branch=master)](http://travis-ci.org/fgrosse/PHPASN1)
5+
56
[![HHVM Status](http://hhvm.h4cc.de/badge/fgrosse/phpasn1.png)](http://hhvm.h4cc.de/package/fgrosse/phpasn1)
7+
[![PHP 7 ready](http://php7ready.timesplinter.ch/fgrosse/PHPASN1/badge.svg)](https://travis-ci.org/fgrosse/PHPASN1)
68

79
[![Latest Stable Version](https://poser.pugx.org/fgrosse/phpasn1/v/stable.png)](https://packagist.org/packages/fgrosse/phpasn1)
810
[![Total Downloads](https://poser.pugx.org/fgrosse/phpasn1/downloads.png)](https://packagist.org/packages/fgrosse/phpasn1)
@@ -24,7 +26,7 @@ PHPASN1 requires at least `PHP 5.3` and the `gmp` extension.
2426
It has been successfully tested using `PHP 5.3` to `PHP 5.6`, `PHP 7` and `HHVM`
2527
For the loading of object identifier names directly from the web [curl](http://php.net/manual/en/book.curl.php) is used.
2628

27-
## Installation ##
29+
## Installation
2830

2931
The preferred way to install this library is to rely on Composer:
3032

0 commit comments

Comments
 (0)