Download the PHP package erdnaxelaweb/staticfakedesign without Composer

On this page you can find all versions of the php package erdnaxelaweb/staticfakedesign. 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 staticfakedesign

Static Fake Design Bundle

The core purpose of this bundle is to generate realistic-looking static HTML/CSS/JS based on fake data. \ It aims to save developers and designers time by providing a visual representation of their application with placeholder content, even before the backend is fully built by providing tools to:

StaticFakeDesignBundle is a Symfony bundle designed to streamline the development of UI components and templates with auto-generated fake data. It bridges the gap between design and development by providing tools to:

This bundle is particularly useful for frontend development, to streamline the development of UI components and templates.

Table of Contents

Installation

  1. First, require the package using Composer:

  2. Add the bundle to your config/bundles.php file:

Features

Fake Data Generation

The bundle provides a powerful system for generating fake variables that mimic real data. This allows you to develop UI components with realistic data structures before your backend is fully implemented.

Component Declaration

Create reusable, self-documenting UI components with typed parameters, making your frontend development more structured and maintainable.

Showroom

The bundle provides a "showroom" interface which allows you to navigate and display the components you have created. This makes it easy to test and demonstrate your UI components in isolation.

To access this interface on the URL /showroom, add the following route configuration:

Static Version of a Template

The bundle allows you to create static versions of your templates for demonstration purposes. To access these examples at /static/{path to template}, add the following route:

Usage

There are three ways to use fake generated variables:

Fake Data Generation

Twig comment:

More information on fake variables

Component Declaration

Twig template declared as component:

More information on component declaration

Symfony Service

Use the ErdnaxelaWeb\StaticFakeDesign\Fake\ChainGenerator service to programmatically generate fake data in your controllers or services:

Complex Value Objects

The bundle provides support for generating complex value objects commonly used in CMS and web applications:

These objects are managed through the concept of "definitions". These definitions are specifications that allow the bundle to generate thoses complex, structured data.

Content Definitions

Content definitions specify the structure of content objects:

Taxonomy Entry Definitions

Taxonomy entries follow a similar definition pattern:

Pager Definitions

Pagers are configured with content types, filters, and sorting options:

Block Definitions

Blocks are configured with views, attributes, and optional models:

Layout Definitions

Block layouts group blocks together by sections:

Documentation

For more detailed documentation on specific features:

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This bundle is released under the MIT License.


All versions of staticfakedesign with dependencies

PHP Build Version
Package Version
Requires fakerphp/faker Version ^1.23
friendsofphp/proxy-manager-lts Version ^1.0
symfony/translation Version ^5.0
babdev/pagerfanta-bundle Version ^2.0
knplabs/knp-menu-bundle Version ^3.0
symfony/options-resolver Version ^5.0
doctrine/collections Version ^2.0
smknstd/fakerphp-picsum-images Version ^1.0
symfony/form Version ^5.0
twig/intl-extra Version ^3.0
jms/translation-bundle Version ^1.5
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 erdnaxelaweb/staticfakedesign contains the following files

Loading the files please wait ....