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
This package has been abandoned.
Generated on May 2, 2024 via composer

sebastian/finder-facade 2.0.0

FinderFacade is a convenience wrapper for Symfony's Finder component.
Package summary
Share
2
issues
2
high severity
meta
2
2
licenses
3
MIT
2
BSD-3-Clause
Package created
1 Dec 2012
Version published
8 Feb 2020
Maintainers
1
Total deps
5
Direct deps
2
License
BSD-3-Clause

Issues

2

2 high severity issues

high
via: sebastian/finder-facade@2.0.0
via: theseer/fdomdocument@1.6.7
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
3 Packages, Including:
symfony/deprecation-contracts@v3.4.0
symfony/finder@v5.4.39
symfony/polyfill-php80@v1.29.0

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
2 Packages, Including:
sebastian/finder-facade@2.0.0
theseer/fdomdocument@1.6.7
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/finder-facade 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/finderv5.4.39-MIT
prod
theseer/fdomdocument1.6.746.24 kBBSD-3-Clause
prod
1

Visualizations

Frequently Asked Questions

What does sebastian/finder-facade do?

The FinderFacade package, created by Sebastian Bergmann, serves as a convenience wrapper for Symfony's Finder component. This PHP library allows users to simplify the use of Symfony's Finder component which helps find files and directories based on specific criteria. This wrapper has been developed to make it easier for developers to incorporate the functionality of the Finder component into their software projects.

How do you use sebastian/finder-facade?

To use the Sebastian's FinderFacade package, you need to add a dependency to your project's composer.json file. Here's an example of how to define this dependency before running composer update to fetch and install it into your project:

{
    "require": {
        "sebastian/finder-facade": "~1.1"
    }
}

After installing, you can create an instance of FinderFacade and use it according to your requirements.

Where are the sebastian/finder-facade docs?

The main documentation for the FinderFacade package is found within its GitHub repository. You can access it by visiting the following URL: https://github.com/sebastianbergmann/finder-facade.git. You'll find valuable information such as installation instructions, usage examples, and more to help you get started with, and fully utilize, this indispensable PHP library.