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 8, 2024 via composer

sebastian/type 2.3.2

Collection of value objects that represent the types of the PHP type system
Package summary
Share
0
issues
1
license
1
BSD-3-Clause
Package created
19 May 2019
Version published
4 Jun 2021
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/type@2.3.2
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/type 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does sebastian/type do?

Sebastian/type is a widely used PHP library that provides a collection of value objects that represent the different types in the PHP type system. This tool aids in handling data types more effectively and allows your code to be more robust and maintainable. It's a valuable resource for any PHP developer looking to streamline their coding process and improve the quality of their work.

How do you use sebastian/type?

To use sebastian/type, you would typically add the package to your PHP project using Composer, a tool for dependency management in PHP. You can install the library as a local, per-project dependency with the command composer require sebastian/type.

Remember, if you only need this library during the development phase, like for instance to run your project's test suite, you should add it as a development-time dependency with the command composer require --dev sebastian/type.

Once installed, you'll be able to use the various value objects provided by the library in your PHP scripts.

Please note, you should have Composer installed in your system to use this package. If you don't have Composer, you can download it from the official website.

Where are the sebastian/type docs?

For in-depth information about the library and its usage, you should refer to the sebastian/type official documentation. The relevant detail and instructions might not be explicitly listed in the readme file. However, more specifics about the library and its application can be found within the source code itself on the github url at Sebastian Type Github and insights might be gleaned from the test cases available there. The "issues" tab in GitHub can also be a good place to find/ask for more detailed information or learning from others' questions and solutions.