PHPackages                             imagewize/services-block - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. imagewize/services-block

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

imagewize/services-block
========================

A customizable services section block with SVG icon support for WordPress Gutenberg editor

v1.0.0(1y ago)0175↓50%GPL-2.0-or-laterJavaScriptPHP &gt;=8.0

Since Apr 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/imagewize/services-block)[ Packagist](https://packagist.org/packages/imagewize/services-block)[ RSS](/packages/imagewize-services-block/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Imagewize Services Block
========================

[](#imagewize-services-block)

A WordPress block for creating customizable service sections with SVG icon support.

Features
--------

[](#features)

- Responsive service section layout with SVG icons
- Title underline effects with customizable colors
- Configurable block and column backgrounds
- Mobile-optimized design
- Theme color integration
- SVG icon support with security sanitization

Requirements
------------

[](#requirements)

- WordPress 6.7+
- PHP 8.0+
- PHP XML extension
- **SVG Upload Support:** WordPress blocks SVG uploads by default. To use SVG icons, you need to enable SVG uploads. This can be done via your theme's `functions.php` file or by using a plugin that allows SVG uploads. Example code for `functions.php`: ```
    /**
     * Allow SVG uploads.
     *
     * @param array $mimes Allowed mime types.
     * @return array Modified mime types.
     */
    add_filter('upload_mimes', function ($mimes) {
        $mimes['svg'] = 'image/svg+xml';
        return $mimes;
    });
    ```

Installation
------------

[](#installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require imagewize/services-block
```

### Manual Installation

[](#manual-installation)

1. Download and unzip to `/wp-content/plugins/`
2. Activate through WordPress admin

Usage
-----

[](#usage)

1. Add "Services Container" block
2. Customize colors, typography, and layout
3. SVG icons can be added via the SVG block toolbar

Development
-----------

[](#development)

```
# Install
npm install

# Development
npm start

# Build
npm run build
```

Security
--------

[](#security)

- SVG sanitization and validation (Note: Requires SVG uploads to be enabled in WordPress, see Requirements)
- Safe file handling
- Proper MIME type checks

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance47

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01563ca58ee6cd8347183741d139584749756ca5e02cd062915ca0b5edcc8057?d=identicon)[jasperf](/maintainers/jasperf)

---

Top Contributors

[![jasperf](https://avatars.githubusercontent.com/u/344138?v=4)](https://github.com/jasperf "jasperf (77 commits)")

---

Tags

gutenberg-blockspluginwordpressiconssvgservicesgutenbergblock editor

### Embed Badge

![Health badge](/badges/imagewize-services-block/health.svg)

```
[![Health](https://phpackages.com/badges/imagewize-services-block/health.svg)](https://phpackages.com/packages/imagewize-services-block)
```

###  Alternatives

[infinum/eightshift-libs

WordPress libs developed by Eightshift team to use in modern WordPress.

63118.9k3](/packages/infinum-eightshift-libs)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
