Download the PHP package mgrechanik/yii2-seo-categories without Composer

On this page you can find all versions of the php package mgrechanik/yii2-seo-categories. 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 yii2-seo-categories

Active Record hierarchical SEO categories and tags for Yii2 framework

Русская версия

Table of contents


Goal

This extension gives you a variation of categories module, in which the opportunity to create any your own category models was given.

We suggest that when creating pages at frontend to display associated content of the category (or tag) we would need to manage SEO information of such category page.

Respectively we add next fields to our SEO category model:

With all this in module's settings you may choose not to use
or fields and they will not appear in the web form of creating/editing SEO category

Installing

Installing through composer:

The preferred way to install this extension is through composer.:

Either run

or add

to the require section of your composer.json

Migrations

This extension comes with two migrations:

You can run both of them:

, or when you do not use field run only the first migration:

Setting the module up

As was mentioned in the basic categories module, this module follows the approach of universal module, and since it gives you only backend pages when you set it up into your application specify the next :

Done. When you access page you will see all your SEO categories in a form of tree.


Module settings

base categories module, we can use it's next properties:

      - Whether to use field

      - Whether to use field. It is supposed to be unique

      - When we use previous field in this property we set up regular expression of expected symbols

      - Whether to display field in the categories list grid

      - Whether to display field in the categories list grid


All versions of yii2-seo-categories with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0
mgrechanik/yii2-categories-and-tags Version ~1.0.0
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 mgrechanik/yii2-seo-categories contains the following files

Loading the files please wait ....