Download the PHP package aklump/bem without Composer

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

BEM

BEM — is a methodology that helps you to create reusable components and code sharing in front‑end development

https://getbem.com/

Usage

Create a class instance to represent your BEM model. Pass the "block" as the constructor argument.

All methods return an object instance that can be typecast to a string. Or, you can also call toString() or toArray() as appropriate; see \AKlump\Bem\Fluent\Interfaces\OutputInterface for details. All of the following produce the same output.

For simplicity any remaining examples will show only the first form.

The Basic Four

For Javascript Purposes

Convenience Syntax

There are some conveniences you should take note of; pay special attention to the plus* methods.

"Global" Innovation

You'll find an innovation in this project called global. It can be used to target common parts across all blocks at once. Refer to the example below where component and component__content represent the global block and global element, respectively. This innovation, in this case, allows you to target all three components' content in a single line of CSS. It can be thought of as a means of grouping. Use the the plusGlobal() method for this feature.

Casting to Array

Given a complex chain as shown next, you can see the helpfulness of the plus* methods and why you might want to use the toArray() method.

Customizing Output Style

To alter the way the classes are formatted, create a new, custom class implementing \AKlump\Bem\Styles\StyleInterface for control of the processing and output of the classes, including the division characters. Look to \AKlump\Bem\Styles\Official for a model. Pass your custom style to \AKlump\Bem\Fluent\Bem when constructing.

Usage With Twig

Themers

Developers

See \AKlump\Bem\Twig\BemExtension

Contributing

If you find this project useful... please consider making a donation.

Similar Packages


All versions of bem with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 aklump/bem contains the following files

Loading the files please wait ....