Download the PHP package italystrap/theme-json-generator without Composer

On this page you can find all versions of the php package italystrap/theme-json-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package theme-json-generator

ItalyStrap Theme Json Generator

Tests Status Latest Stable Version Total Downloads Latest Unstable Version License PHP from Packagist

WordPress Theme Json Generator: The OOP Way

Work in Progress: This project is experimental and currently in development. As we navigate through the 0.x.x versions, please note that API changes may occur. For understanding versioning, refer to the SemVer specification.

Project Vision: The aim is to revolutionize the way theme.json files (and other *.json files within the styles folder) are generated because json sucks 😁 (just kidding).

PHP offers the flexibility to divide configurations into multiple files, include comments, and generate dynamic content, overcoming the limitations of JSON.

Who is This For?

Not Suited For:

Explore With Us: Join us in exploring this CLI and WP_CLI tool for generating and validating JSON files for Block Themes, and see how it can streamline your development process.

Important Considerations for Developers:

This package is designed with the development phase in mind and should only be used for development purposes. For performance reasons, it is not recommended to use this tool in production environments. JSON files should be generated in advance during the development process and considered as a form of cache in your project. Generating these files on the fly in a production environment is strongly discouraged. Therefore, this package should not be used in production.

Extending Functionality with CLI Commands:

To enhance your development workflow, this package includes CLI commands that simplify the initialization, generation, and validation of JSON files. These tools are crafted to streamline the creation and management of your theme’s configuration, ensuring a smooth and efficient development process.

Table Of Contents

Installation

The best way to use this package is through Composer:

This package adheres to the SemVer specification and will be fully backward compatible between minor versions.

Documentation

  1. Basic Usage
  2. Advanced Usage

πŸ†™

Changelog

Until the first stable version is released BC breaks may occur.

πŸ†™

Contributing

All feedback / bug reports / pull requests are welcome.

License

Copyright (c) 2021 Enea Overclokk, ItalyStrap

This code is licensed under the MIT.

Credits

Resources


All versions of theme-json-generator with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version *
composer/composer Version ^2.1
composer-plugin-api Version ^2.0
italystrap/config Version ^2.4
italystrap/empress Version ^2.0
italystrap/finder Version dev-master
mexitek/phpcolors Version ^1.0
spatie/color Version ~1.5.0
phenx/php-font-lib Version ^0.5.4
justinrainbow/json-schema Version ^5.2
scssphp/scssphp Version ^1.12.1
sabberworm/php-css-parser Version ^8.5
brick/varexporter Version ^0.3.8
webimpress/safe-writer Version ^2.2
symfony/polyfill-php80 Version ^1.22
symfony/event-dispatcher Version ^5.4
webmozart/assert Version ^1.11
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package italystrap/theme-json-generator contains the following files

Loading the files please wait ....