Download the PHP package neochic/woodlets without Composer

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

Woodlets

Build Status Join the chat at https://gitter.im/Woodlets/Lobby

Woodlets is beta. We think it's stable enough be used it in productive environments and we do so.
However you should copy the default templates directory from views/defaultTemplates into the woodlets directory of your theme. This helps to prevent incompatibilities with future Woodlets versions.

Feedback and feature requests are welcome!

Woodlets is a WordPress plugin that makes theme development more productive and fun.
The main features are:

Installation

Installation via TGM Plugin Activation is recommended. With TGMPA Plugin Activation you can define Woodlets as a required dependency for your theme.
But there is also a bundled version that can be installed manually.

Install via TGM Plugin Activation

  1. Install TGM Plugin Activation as they explain in their installation manual.
  2. Include and configure the TGM Plugin Activation library to load Woodlets:

Check "Woodlets Seed"-Theme Tgm.php for a working example.

Install manually

  1. Go to releases page and download the latest bundled release.
  2. Extract the zip archive to your WordPress plugins directory (usually "wp-content/plugins/").
  3. Activate the plugin on the plugins page of your WordPress installation.

Getting started

For the creation of new Woodlets themes we recommend to use "Woodlets-CLI" instead of starting from scratch. It might also be a good idea to take a look at the "Woodlets Example"-Theme.

Create a theme manually

  1. Be sure the Woodlets plugin is installed and activated.
  2. Create a new theme (as the WordPress documentation says it should at least contain and )
  3. Put the following lines into your :

    The action initializes the template rendering.

  4. Activate your new theme.
  5. Create your first page template with at least one column. Learn how to create your own page templates.
  6. Create your first Woodlets widget. Learn how to create custom widgets.
  7. Add your new widget to the allowed widgets configuration of your page template column.
  8. Create or edit a page and use your new page layout to test your widget in backend and frontend.

Further Reading:


All versions of woodlets with dependencies

PHP Build Version
Package Version
Requires twig/twig Version ^1.19
pimple/pimple Version ^3.0
composer/installers Version ^1.0
twig/extensions Version ^1.3
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 neochic/woodlets contains the following files

Loading the files please wait ....