Download the PHP package imagewize/about-block without Composer

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

About Block

A WordPress block plugin that provides a professional about section with image and text layout. Perfect for introducing yourself or your business on any WordPress page.

Features

Installation

Via Composer

Install the package using Composer:

Via WordPress Admin

  1. Upload the plugin files to the /wp-content/plugins/about-block directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.

Theme Requirements

Your theme needs to have border support enabled for images. Add the following to your theme's theme.json:

Without these settings, you won't be able to adjust the border properties of the profile image in the block.

Development

Local Development

  1. Clone the repository
  2. Run npm install
  3. Start development server: npm run start
  4. Build production version: npm run build

The development server will watch for changes and automatically rebuild the block.

Frequently Asked Questions

How do I customize the block content?

Once added to your page, click on any text to edit it directly. You can also upload your own profile image by clicking the image placeholder.

How do I change the background color?

Select the block and use the color settings in the right sidebar to modify the background color.

How do I make the block full width?

Select the block and use the alignment options in the toolbar to choose between default, wide, or full width.

Can I modify the block structure?

Yes, the block template is now unlocked allowing you to add, remove, or rearrange blocks within it. However, we recommend maintaining the basic column structure for optimal appearance.

What image size should I use?

We recommend using a square image of at least 300x300 pixels for the profile picture. The image will automatically be cropped to a circle shape.

Changelog

3.0.0-beta


All versions of about-block with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
composer/installers Version ^2.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 imagewize/about-block contains the following files

Loading the files please wait ....