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

lcobucci/jwt 5.2.0

A simple library to work with JSON Web Token and JSON Web Signature
Package summary
Share
0
issues
2
licenses
1
BSD-3-Clause
1
MIT
Package created
8 Mar 2014
Version published
20 Nov 2023
Maintainers
1
Total deps
2
Direct deps
1
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:
lcobucci/jwt@5.2.0

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
1 Packages, Including:
psr/clock@1.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

1
All Dependencies CSV
β“˜ This is a list of lcobucci/jwt 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/clock1.0.02.95 kBMIT
prod

Visualizations

Frequently Asked Questions

What does lcobucci/jwt do?

The lcobucci/jwt library is a tool for working with JSON Web Token (JWT) and JSON Web Signature. This PHP package allows you to efficiently handle JWTs, according to standard protocols outlined in RFC 7519. These tokens can be used for authentication and information exchange, enhancing your application's security while ensuring interoperability and compactness.

How do you use lcobucci/jwt?

To start using lcobucci/jwt, you need to install the package via Composer. Just run the command:

composer require lcobucci/jwt

After successful installation, you can use lcobucci/jwt's functionalities within your PHP application. Make sure to read and understand JWTs and how they work to make the most out of this library.

Please note that concrete usage examples specific to your needs would necessitate more detailed information.

Where are the lcobucci/jwt docs?

When it comes to finding comprehensive information about the lcobucci/jwt library, the official documentation is your best resource. It's hosted on Read the Docs at this URL: https://lcobucci-jwt.readthedocs.io/en/latest/. It offers a broad range of details about the library, its installation and usage, and a whole lot more, making your journey with JWT handling in PHP a breeze.