Download the PHP package yaknet/accessibility-console without Composer

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

YakNet Accessibility Console 3.0 (AI-Powered Static Analysis & WCAG 2.2 Linter)

PHP Version PHPStan Tests Rules AI Powered

YakNet Accessibility Console, web projelerinizdeki erişilebilirlik (WCAG 2.1, 2.2 ve WAI-ARIA) ve HTML söz dizimi hatalarını statik olarak analiz eden, 127 benzersiz kural setiyle denetleyen ve Yapay Zeka (Google Gemini AI) desteğiyle kaynak kodunuzu otomatik tamir edebilen (Self-Healing) kurumsal düzeyde bir PHP statik analiz ve linter kütüphanesidir.

PHPStan ve PHP-CS-Fixer esintili modern mimarisiyle; Laravel Blade (.blade.php), Twig (.twig), PHP (.php) ve standart HTML şablonlarınızı doğrudan tarar, baseline desteğiyle mevcut teknik borcu yönetir ve CI/CD pipeline süreçlerinize sıfır yapılandırmayla entegre olur.


🌟 Öne Çıkan Özellikler


📦 Kurulum

Composer ile projenize geliştirme bağımlılığı olarak ekleyin:


🚀 Komut Satırı (CLI) Kullanımı

1. Yapılandırma Dosyası Oluşturma (init)

Projenizin kök dizininde varsayılan bir a11y.yaml konfigürasyon dosyası oluşturur:

2. Projeyi veya Dizinleri Tarama (scan)

Yapılandırma dosyasındaki yollara göre tüm projeyi tarar:

Belirli bir dizini veya şablon klasörünü hedef göstererek taramak için:

Canlı bir web sitesini crawler desteğiyle taramak için:

3. Kural Seviyesi Belirleme (--level)

1 (Temel) ile 5 (Çok Katı / Strict) arasında bir seviye belirleyin:

4. Baseline (Teknik Borç Dondurma) Yönetimi

Mevcut tüm ihlalleri a11y-baseline.json dosyasına kaydederek sonraki taramalarda yok sayılmasını sağlar:

5. Format ve Raporlama Seçenekleri

6. Yapay Zeka Destekli Otomatik Düzeltme (fix)

Tespit edilen erişilebilirlik sorunlarını yapay zeka ile kaynak dosyalarınızda otomatik olarak onarın:

Dosyaları değiştirmeden yalnızca yapılacak düzeltme önerilerini görmek için:

7. Kuralları Listeleme (rules)

Kütüphanede tanımlı 127 kuralı seviyeleri, WCAG standartları ve açıklamalarıyla listeler:


⚙️ Yapılandırma Dosyası (a11y.yaml)

Projenizin ihtiyaçlarına göre a11y.yaml dosyasını özelleştirebilirsiniz:


📐 Kural Seviyeleri (Rule Levels)

Seviye Adı Kapsam Örnek Kurallar
Level 1 Essential Temel WCAG 2.1 A ImageAlt, ButtonName, HtmlHasLang, PageTitle
Level 2 Standard Standart WCAG 2.1/2.2 A & Söz Dizimi HtmlSyntaxValid, FormLabel, HeadingOrder, TrackValidation
Level 3 Enhanced Gelişmiş WAI-ARIA & Formlar DuplicateId, NestedInteractive, AriaCurrentValid, AccessibleAuth
Level 4 Advanced Kapsamlı WCAG 2.2 AA & UX TargetSizeMinimum, DraggingMovements, FocusNotObscured, ColorContrast
Level 5 Strict Çok Katı AAA & Best Practices FocusTrapping, ColorBlindnessContrast, NoFocusOutline

🔐 Yapay Zeka (AI) API Yapılandırması

AI Self-Healing ve otomatik kod onarım özelliklerini kullanabilmek için projenizin kök dizinindeki .env dosyasına Google Gemini API anahtarınızı ekleyin:


🧪 Geliştirme ve Test


🤝 Katkıda Bulunma

  1. Bu depoyu forklayın (fork).
  2. Yeni bir özellik dalı açın (git checkout -b feature/harika-kural).
  3. Değişikliklerinizi commit edin (git commit -m 'feat: Yeni WCAG kuralı eklendi').
  4. Dalınıza push yapın (git push origin feature/harika-kural).
  5. Bir Pull Request açın.

📜 Lisans

Bu proje YakNet Bilişim tarafından geliştirilmiştir ve MIT Lisansı altında lisanslanmıştır. Detaylar için LICENSE dosyasına göz atabilirsiniz.


All versions of accessibility-console with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-dom Version *
ext-libxml Version *
ext-mbstring Version *
symfony/console Version ^6.4 || ^7.0 || ^8.0
symfony/yaml Version ^6.4 || ^7.0 || ^8.0
monolog/monolog Version ^3.0
vlucas/phpdotenv Version ^5.6
google-gemini-php/client Version ^1.0 || ^2.0
guzzlehttp/guzzle Version ^7.8
masterminds/html5 Version ^2.8
sabberworm/php-css-parser Version ^8.4 || ^9.0
chrome-php/chrome Version ^1.15
sebastian/diff Version ^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0
php-di/php-di Version ^7.1
symfony/css-selector Version ^6.4 || ^7.0 || ^8.0
symfony/dom-crawler Version ^6.4 || ^7.0 || ^8.0
spatie/color Version ^1.5 || ^2.0
intervention/image Version ^2.7 || ^3.0
dompdf/dompdf Version ^2.0 || ^3.0
phpoffice/phpspreadsheet Version ^1.28 || ^2.0 || ^3.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 yaknet/accessibility-console contains the following files

Loading the files please wait ...