PHP Classes

File: docs/index.md

Recommend this page to a friend!
  Classes of Axel Pardemann   Handy Properties with PHP Accessors and Mutators   docs/index.md   Download  
File: docs/index.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Handy Properties with PHP Accessors and Mutators
Accessors and mutators to access class variables
Author: By
Last change: :pencil: Add the docs

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Date: -3 hours ago
Size: 719 bytes
 

 

Contents

Class file image Download

layout: default title: Home nav_order: 1 description: PHP Handy Properties is a PHP library that scaffolds the use of properties through accessors and mutators. permalink: /

PHP Handy Properties

{: .no_toc }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

PHP Handy Properties is a PHP library that scaffolds the use of properties through accessors and mutators.

Installation

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

composer require norse-blue/handy-properties

Usage

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