Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/presentkim-pm/accessor
Library that provides a way to access non-public elements
https://github.com/presentkim-pm/accessor
hacktoberfest
Last synced: about 2 months ago
JSON representation
Library that provides a way to access non-public elements
- Host: GitHub
- URL: https://github.com/presentkim-pm/accessor
- Owner: presentkim-pm
- License: mit
- Created: 2020-12-16T18:06:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T06:31:45.000Z (about 2 years ago)
- Last Synced: 2024-05-30T16:42:48.013Z (7 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :clipboard: Table of Contents
- [:book: Introduction](#book-introduction)
- [:package: Downloads](#package-downloads)
- [:memo: License](#memo-license)
## :book: Introduction
Accessing private or protected elements is quite annoying.
Use \ReflectionClas to access the element, also annoying having to setValue again.The Accessor class of this library provides easiest way to access like public elements.
## :package: Downloads:
#### 1. Modern PHP developer
You can use this library with composer.
- Go to [**Packagist**](https://packagist.org/packages/presentkim/accessor)#### 2. PMMP plguin developer
You can use this library with poggit.
- Go to [**Poggit**](https://poggit.pmmp.io/ci/PresentKim/accessor/~)
## :memo: License
> You can check out the full license [here](LICENSE)
This project is licensed under the terms of the **MIT** license