Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Php Css Parser Laravel Package

sabberworm/php-css-parser

Parse and manipulate CSS in PHP with a fast, flexible parser. Convert CSS into an object model, inspect and edit rules, selectors, and declarations, then render back to CSS. Useful for minifying, rewriting assets, or building CSS tooling.

View on GitHub
Deep Wiki
Context7

API and Deprecation Policy

API Policy

The code in this library is intended to be called by other projects. It is not intended to be extended. If you want to extend any classes, you're on your own, and your code might break with any new release of this library.

Any classes, methods and properties that are public and not marked as [@internal](https://github.com/internal) are considered to be part of the API. Those methods will continue working in a compatible way over minor and bug-fix releases according to Semantic Versioning, though we might change the native type declarations in a way that could break subclasses.

Any classes, methods and properties that are protected or private are not considered part of the API. Please do not rely on them. If you do, you're on your own.

Any code that is marked as [@internal](https://github.com/internal) is subject to change or removal without notice. Please do not call it. There be dragons.

If a class is marked as [@internal](https://github.com/internal), all properties and methods of this class are by definition considered to be internal as well.

When we change some code from public to [@internal](https://github.com/internal) in a release, the first release that might change that code in a breaking way will be the next major release after that. This will allow you to change your code accordingly. We'll also add since which version the code is internal.

For example, we might mark some code as [@internal](https://github.com/internal) in version 8.7.0. The first version that possibly changes this code in a breaking way will then be version 9.0.0.

Before you upgrade your code to the next major version of this library, please update to the latest release of the previous major version and make sure that your code does not reference any code that is marked as [@internal](https://github.com/internal).

Deprecation Policy

Code that we plan to remove is marked as [@deprecated](https://github.com/deprecated). In the corresponding annotation, we also note in which release the code will be removed.

When we mark some code as [@deprecated](https://github.com/deprecated) in a release, we'll usually remove it in the next major release. We'll also add since which version the code is deprecated.

For example, when we mark some code as [@deprecated](https://github.com/deprecated) in version 8.7.0, we'll remove it in version 9.0.0 (or sometimes a later major release).

Before you upgrade your code to the next major version of this library, please update to the latest release of the previous major version and make sure that your code does not reference any code that is marked as [@deprecated](https://github.com/deprecated).

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport