PHPackages                             torunar/operation-result - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. torunar/operation-result

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

torunar/operation-result
========================

Provides a component that can be used to store results (data and errors) of some operation

v1.0.0(4y ago)017MITPHP

Since Nov 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/torunar/operation-result)[ Packagist](https://packagist.org/packages/torunar/operation-result)[ RSS](/packages/torunar-operation-result/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Operation result
================

[](#operation-result)

About
=====

[](#about)

This package provides a component that can be used to store results (data and errors) of some operation: API query, system call, data parsing, etc.

This package aims to provide **simple tool** that can be used in cases where robust specific operation result classes create unnecessary complexity.

Installation
============

[](#installation)

```
$ composer require torunar/operation-result
```

Usage
=====

[](#usage)

```
