Download the PHP package pattern-builder/pattern-kit without Composer
On this page you can find all versions of the php package pattern-builder/pattern-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pattern-kit
Pattern Kit
Pattern Kit is an application that lets you preview your library of templates and manipulate their content by interacting with a form built from the schemas. It is both a development tool and a public-facing pattern library.
For a demo check out Pattern Kit Demo.
Installation
Note, by following these instructions you do not need to clone this git repository.
Create composer.json at pattern library root and require pattern kit
Add index.php at pattern library root
Add .pk-config.yml at pattern library root
- Create arrays of paths to your data, schema, template, docs and styleguide files (relative to config)
- Set the file extensions for each file type
- List categories in order you'd like them to appear in navigation
- Add any attributes you want printed on the body tag using
body_attr
- Create arrays of assets for css, js and footer js (including live reload if necessary)
In your terminal,
Use Pattern Kit
Point MAMP or local PHP server at your index.php
file
php -S 0:9001 -t ./
All versions of pattern-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
deralex/yaml-config-service-provider Version 1.0.x-dev
erusev/parsedown Version ^1.6
justinrainbow/json-schema Version ~1.4
mnapoli/front-yaml Version ^1.5
monolog/monolog Version ~1.6
nesbot/carbon Version ~1.6
psr/log Version ^1.0
silex/silex Version 1.2.5
symfony/twig-bridge Version ^2.3
symfony/yaml Version ^2.6
twig/twig Version ^1.38
deralex/yaml-config-service-provider Version 1.0.x-dev
erusev/parsedown Version ^1.6
justinrainbow/json-schema Version ~1.4
mnapoli/front-yaml Version ^1.5
monolog/monolog Version ~1.6
nesbot/carbon Version ~1.6
psr/log Version ^1.0
silex/silex Version 1.2.5
symfony/twig-bridge Version ^2.3
symfony/yaml Version ^2.6
twig/twig Version ^1.38
The package pattern-builder/pattern-kit contains the following files
Loading the files please wait ....