cautnew/pcss

An easy way to create and manipulate CSS styles

Maintainers

Package info

github.com/cautnew/pcss

pkg:composer/cautnew/pcss

Transparency log

Statistics

Installs: 30

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0.1 2026-08-08 00:43 UTC

This package is auto-updated.

Last update: 2026-08-08 00:43:55 UTC


README

Overview

The PCSS class in PHP is designed to facilitate the creation of CSS style using PHP objects. This class enables you to generate CSS styles dynamically, making it easier to build and import into a website programmatically. You can change any part of your CSS rules before rendering the page and you can simplify the code to be downloaded. One of the main features of this class is the ability to create a rule and change it's parameters and content with simple methods and avoiding concats and huge strings, only PHP objects.