Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
This package has been abandoned.
Generated on May 3, 2024 via composer

phpunit/php-token-stream 3.1.3

Wrapper around PHP's tokenizer extension.
Package summary
Share
1
issue
1
high severity
meta
1
1
license
1
BSD-3-Clause
Package created
18 Sep 2012
Version published
26 Jul 2021
Maintainers
1
Total deps
1
Direct deps
0
License
BSD-3-Clause

Issues

1

1 high severity issue

high
via: phpunit/php-token-stream@3.1.3
Collapse
Expand

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:
phpunit/php-token-stream@3.1.3
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 phpunit/php-token-stream 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does phpunit/php-token-stream do?

The phpunit/php-token-stream is a sophisticated software tool that serves as a wrapper around PHP's tokenizer extension. Its fundamental function is to manage and process the stream of tokens generated by PHP's tokenizer extension. This becomes particularly helpful when dealing with large codebases, providing users with a convenient and efficient way to handle PHP code from within PHP scripts. It's renowned for its part in helping developers streamline their work.

How do you use phpunit/php-token-stream?

To utilize the functionalities of the phpunit/php-token-stream, you'll need to install it within your project. This can be achieved using Composer, the Dependency Manager for PHP. Simply run the following command in your terminal to add it as a local, per-project dependency:

composer require phpunit/php-token-stream

However, if you anticipate the need for this library only during the development process, for example, to run your project's test suite, it will be more appropriate to add it as a development-time dependency. The following command accomplishes just that:

composer require --dev phpunit/php-token-stream

After the installation, you can use the token stream functionality within your PHP scripts according to your project's requirements.

Where are the phpunit/php-token-stream docs?

For comprehensive phpunit/php-token-stream documentation, you can head over to the official Github page of the tool at https://github.com/sebastianbergmann/php-token-stream.git. The detailed usage instructions, coupled with other useful materials present, make this package easy to understand and use. Further, the presence of a live community on Github can be extremely helpful if you encounter any challenges or need clarifications on using the phpunit/php-token-stream package. Remember, staying updated with the documentation is key to exploiting the full benefits of this composer package.