Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 9, 2024 via composer

sebastian/object-reflector 4.0.0

Allows reflection of object attributes, including inherited and non-public ones
Package summary
Share
0
issues
1
license
1
BSD-3-Clause
Package created
12 Mar 2017
Version published
2 Feb 2024
Maintainers
1
Total deps
1
Direct deps
0
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
sebastian/object-reflector@4.0.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of sebastian/object-reflector 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does sebastian/object-reflector do?

The Sebastian/Object-Reflector is a composer package that significantly simplifies working with PHP objects. It provides valuable functionality that allows for the reflection of object properties. Meaning, it allows you to analyze and manipulate all properties of a given object, including those that are inherited, private, or protected. Having such an opportunity, developers can access and interact with any property of an object in an unprecedented way.

How do you use sebastian/object-reflector?

Using the Sebastian/Object-Reflector composer package is straight-forward. The first step is to add the package to your project. This can be achieved by utilizing Composer, a tool for dependency management in PHP. You can add this library as a local, per-project dependency using the following command:

composer require sebastian/object-reflector

Alternatively, if you only need this library during development, for instance, to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/object-reflector

Once the library is added to your project, you can begin using its functionality in your PHP scripts. Please note that detailed usage examples are not provided in the provided readme content.

Where are the sebastian/object-reflector docs?

The documentation for sebastian/object-reflector can be found on the project's GitHub page. The URL is https://github.com/sebastianbergmann/object-reflector.git. Here, you will find information about the project, installation instructions, and more. Yet, it does appear that there is no comprehensive, standalone documentation available or linked to from the GitHub page. It's recommended to go through the page content and explore the codebase for more detailed information and understanding of how to use this package to its full potential.