Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 9, 2024 via composer

sebastian/object-enumerator 4.0.4

Traverses array structures and object graphs to enumerate all referenced objects
Package summary
Share
0
issues
1
license
3
BSD-3-Clause
Package created
28 Jan 2016
Version published
26 Oct 2020
Maintainers
1
Total deps
3
Direct deps
2
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
3 Packages, Including:
sebastian/object-enumerator@4.0.4
sebastian/object-reflector@2.0.4
sebastian/recursion-context@4.0.5
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

2
All Dependencies CSV
β“˜ This is a list of sebastian/object-enumerator 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
sebastian/object-reflector2.0.46.11 kBBSD-3-Clause
prod
sebastian/recursion-context4.0.55.71 kBBSD-3-Clause
prod

Visualizations

Frequently Asked Questions

What does sebastian/object-enumerator do?

The sebastian/object-enumerator is a PHP package designed to traverse through array structures and object graphs in order to enumerate all referenced objects. This proves helpful in listing all the objects used in an application, exceptional for development and testing purposes as it provides a comprehensive insight of all the objects linked.

How do you use sebastian/object-enumerator?

To use the sebastian/object-enumerator PHP package, you need to first install it through Composer, a well-known dependency manager for PHP. You can add this library to your project using the following command in your terminal:

composer require sebastian/object-enumerator

Alternatively, if you only need this library for development purposes like running your project's test suite, then you should add it as a development-time dependency using:

composer require --dev sebastian/object-enumerator

Once the package is installed, you can import and utilize it in your PHP files as per requirement.

Where are the sebastian/object-enumerator docs?

As for sebastian/object-enumerator documentation, it appears the author has not provided a separate, detailed docs indicating the usage and features. However, interested developers may visit the official GitHub repository at https://github.com/sebastianbergmann/object-enumerator.git for the readme file and to explore the package's structure for implementation and usage ideas.