inpsyde / assets
Package to manage assets in WordPress.
Installs: 265 148
Dependents: 4
Suggesters: 0
Security: 0
Stars: 51
Watchers: 7
Forks: 10
Open Issues: 8
Requires
- php: >=7.2
- ext-dom: *
- ext-json: *
- inpsyde/wp-context: ^1.3
Requires (Dev)
- brain/monkey: ^2.5.0
- inpsyde/php-coding-standards: ^1
- johnpbloch/wordpress-core: >=6.0
- mikey179/vfsstream: ^1.6.8
- php-stubs/wordpress-stubs: >=6.0@stable
- phpunit/phpunit: ^8.5.14 || ^9.0
- vimeo/psalm: @stable
- dev-master
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8
- 2.7.0
- 2.6
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5
- 2.4.2
- 2.4.1
- 2.4
- 2.3
- 2.2.2
- 2.2.1
- 2.2
- 2.1.1
- 2.1
- 2.0
- 1.x-dev
- 1.5.1
- 1.5
- 1.4
- 1.3.1
- 1.3
- 1.2.2
- 1.2.1
- 1.2
- 1.1.1
- 1.1
- 1.0
- 0.2
- 0.1
- dev-fix/rename-inpsyde-to-syde
- dev-feature/PROD-139
- dev-fix-php82-deprecation-improvement
- dev-block-assets-not-load-in-bo
This package is auto-updated.
Last update: 2024-10-29 20:31:31 UTC
README
Introduction
Inpsyde Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site.
Installation
$ composer require inpsyde/assets
Minimum Requirements and Dependencies
- PHP 7+
- WordPress latest-2
When installed for development, via Composer, Inpsyde Assets also requires:
- phpunit/phpunit (BSD-3-Clause)
- brain/monkey (MIT)
- inpsyde/php-coding-standards
Documentation
Please refer to /docs or https://inpsyde.github.io/assets for information.
License and Copyright
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See LICENSE for complete license.