| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 82 | All time:  10,085 This week: 64  | ||||
| Version | License | PHP version | Categories | |||
| iaso 1.0.0 | MIT/X Consortium ... | 5 | Parsers, PHP 7 | 
Iaso is a powerful JSON toolkit for PHP 7+, intended for any organization that builds or consumes JSON-based APIs.
Iaso was developed by Paragon Initiative Enterprises to allow projects to build APIs without being vulnerable to hash-collision denial of service attacks from PHP's JSON functions.
use ParagonIE\Iaso\JSON;
use ParagonIE\Iaso\ResultSet;
$data = JSON::parse($string);
var_dump($data instanceof ResultSet); /bool(true)/
|  Files (22) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  src (6 files, 2 directories) | ||||
|  tests (3 files, 1 directory) | ||||
|    .travis.yml | Data | Auxiliary data | ||
|    composer.json | Data | Auxiliary data | ||
|    LICENSE | Lic. | License text | ||
|    phpunit.xml.dist | Data | Auxiliary data | ||
|    psalm.xml | Data | Auxiliary data | ||
|    README.md | Doc. | Documentation | ||
|  Files (22) | / | src | 
| File | Role | Description | ||
|---|---|---|---|---|
|  Contract (2 files) | ||||
|  Result (3 files) | ||||
|    Contract.php | Class | Class source | ||
|    JSON.php | Class | Class source | ||
|    JSONError.php | Class | Class source | ||
|    Parser.php | Class | Class source | ||
|    ParseState.php | Class | Class source | ||
|    ResultSet.php | Class | Class source | ||
|  Files (22) | / | src | / | Contract | 
| File | Role | Description | 
|---|---|---|
|    Blank.php | Class | Class source | 
|    TypeInterface.php | Class | Class source | 
|  Files (22) | / | src | / | Result | 
| File | Role | Description | 
|---|---|---|
|    Assoc.php | Class | Class source | 
|    Bare.php | Class | Class source | 
|    Ordered.php | Class | Class source | 
|  Files (22) | / | tests | 
| File | Role | Description | ||
|---|---|---|---|---|
|  benchmarks (2 files) | ||||
|    JSONTest.php | Class | Class source | ||
|    ParserTest.php | Class | Class source | ||
|    ResultSetTest.php | Class | Class source | ||
|  Files (22) | / | tests | / | benchmarks | 
| File | Role | Description | 
|---|---|---|
|    average-case.php | Aux. | Auxiliary script | 
|    hashdos.php | Aux. | Auxiliary script | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| User Comments (2) | ||||||||
| 
 | ||||||||
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.