PHP Classes

File: docs/index.md

Recommend this page to a friend!
  Classes of Axel Pardemann   PHP Optional Chaining   docs/index.md   Download  
File: docs/index.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Optional Chaining
Chain class function calls preventing errors
Author: By
Last change: Update of docs/index.md
Date: 4 years ago
Size: 777 bytes
 

Contents

Class file image Download

layout: default title: Home nav_order: 1 description: PHP Optionals is a PHP library that allows you to chain method calls or access properties of an object while preventing errors from occurring. permalink: /

PHP Optionals

{: .no_toc }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

PHP Optionals is a PHP library that allows you to chain method calls or access properties of an object while preventing errors from occurring.

Installation

The most straightforward way to install this package is by using Composer:

composer require norse-blue/optionals

Usage

Please refer to the usage section for more information on how to use the package.