承接 weba11y/contao-a11y-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

weba11y/contao-a11y-bundle

最新稳定版本:v0.1.14

Composer 安装命令:

composer require weba11y/contao-a11y-bundle

包简介

Accessibility tools and helpers for Contao

README 文档

README

Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.

You can use the skeleton bundle as basis for your own Contao bundle.

Install

Download the skeleton bundle:

wget https://github.com/contao/skeleton-bundle/archive/main.zip
unzip main.zip
mv skeleton-bundle-main [package name]
cd [package name]

Customize

First adjust the following files:

  • composer.json
  • ecs.php
  • LICENSE
  • phpunit.xml.dist
  • README.md

Then rename the following files and/or the references to SkeletonBundle in the following files:

  • src/ContaoManager/Plugin.php
  • src/DependencyInjection/ContaoSkeletonExtension.php
  • src/ContaoSkeletonBundle.php
  • tests/ContaoSkeletonBundleTest.php

Finally, add your custom classes and resources. Make sure to register your services within src/Resources/config/services.yml. Also make sure to adjust the Contao Manager Plugin (and the dependencies within the composer.json) accordingly, if your bundle makes adjustments to other bundles (e.g. adjustments to a DCA of other bundles).

Release

First make sure the tools are installed and up to date by running composer bin all update in your bundle's root. Then run the PHP-CS-Fixer and the unit test before you release your bundle:

vendor/bin/ecs check src/ tests/ --fix
vendor/bin/phpunit

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2025-11-25