PHPackages                             catfishphp/noop - 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. catfishphp/noop

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

catfishphp/noop
===============

Robust and tested implementation of a no operation function

501PHP

Since Jul 27Pushed 7y agoCompare

[ Source](https://github.com/CatfishPHP/noop)[ Packagist](https://packagist.org/packages/catfishphp/noop)[ RSS](/packages/catfishphp-noop/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Noop - The no operation library
===============================

[](#noop---the-no-operation-library)

[![Logo](https://avatars0.githubusercontent.com/u/38306540?s=200&v=4)](https://avatars0.githubusercontent.com/u/38306540?s=200&v=4)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/327c118ffb66577896ed2e2932da11de2635cb7db655bc94997e4ff378371b16/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f436174666973685048502f436f6e7461696e65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/catfishphp/container)

Why should JavaScript have all the fun? In the spirit of the `noop` [NPM module](https://www.npmjs.com/package/noop). Catfish's Noop composer library does nothing while still being 100% tested.

This package is compliant with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Install
-------

[](#install)

Via Composer

```
$ composer require catfishphp/noop
```

Requirements
------------

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 7.1
- PHP 7.2

Usage
-----

[](#usage)

```
