diff --git a/components/index.html b/components/index.html index 8d8a1e1..ebdcfd8 100644 --- a/components/index.html +++ b/components/index.html @@ -143,16 +143,10 @@
On this page
Dependency Injection
  • Filtering and Validation -
  • - HTML, CSS and JS
  • HTTP and URI
  • Internationalization -
  • - JSON and XML -
  • - Mail and MIME messages
  • Middleware (PSR-7, PSR-15, PSR-17)
  • @@ -163,8 +157,6 @@
    On this page
    SOAP and RPC
  • Security -
  • - Tag and Text
  • Tooling
  • @@ -257,20 +249,6 @@
    Hydrator
    -
    -
    - -
    -
    Log
    -

    Robust, composite logger with filtering, formatting, and PSR-3 support.

    -
    -
    -
    -
    @@ -359,20 +337,6 @@
    ConfigAggregator
    -
    -
    - -
    -
    ConfigAggregator ModuleManager Plugin
    -

    Consume zend-mvc modules as configuration providers within zend-config-aggregator.

    -
    -
    -
    -
    @@ -461,36 +425,6 @@
    Validator
    -

    HTML, CSS and JS

    -
    -
    -
    - -
    -
    DOM
    -

    Query HTML and XML documents using XPath or CSS selectors.

    -
    -
    -
    - -
    -
    - -
    -
    Escaper
    -

    Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs.

    -
    -
    -
    -

    HTTP and URI

    @@ -551,66 +485,6 @@
    Translation Resources
    -

    JSON and XML

    -
    -
    -
    - -
    -
    JSON
    -

    De/Serialize JSON in PHP, including JavaScript expressions.

    -
    -
    -
    - -
    -
    - -
    -
    XML2JSON
    -

    Convert XML documents to JSON.

    -
    -
    -
    - -

    Mail and MIME messages

    -
    -
    -
    - -
    -
    Mail
    -

    Parse, create, store, and send email messages, using a variety of storage and transport protocols.

    -
    -
    -
    - -
    -
    - -
    -
    MIME
    -

    Create and parse MIME messages and parts.

    -
    -
    -
    -

    Middleware (PSR-7, PSR-15, PSR-17)

    @@ -685,20 +559,6 @@
    Paginator
    -
    -
    - -
    -
    laminas-db Paginators
    -

    Paginate result sets from laminas-db Select statements or TableGateway instances.

    -
    -
    -
    -

    Permissions

    @@ -834,13 +694,13 @@
    ReCaptcha
    -
    Crypt
    -

    Strong cryptography tools and password hashing.

    +
    Escaper
    +

    Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs.

    @@ -859,36 +719,6 @@
    LDAP
    -

    Tag and Text

    -
    -
    -
    - -
    -
    Tag
    -

    Manipulate and weight taggable items, and create tag clouds.

    -
    -
    -
    - -
    -
    - -
    -
    Text
    -

    Create FIGlets and text-based tables.

    -
    -
    -
    -

    Tooling

    @@ -966,55 +796,13 @@
    Barcode
    -
    -
    File
    -

    Locate PHP classfiles.

    -
    -
    -
    - -
    -
    - -
    -
    Loader
    -

    Autoloading and plugin loading strategies.

    -
    -
    -
    - -
    -
    - -
    -
    Math
    -

    Create cryptographically secure pseudo-random numbers, and manage big integers.

    -
    -
    -
    - -
    -
    -
    -
    Memory
    -

    Manage data in an environment with limited memory.

    +
    Serializer
    +

    Serialize and deserialize PHP structures to a variety of representations.

    @@ -1022,13 +810,13 @@
    Memory
    -
    ProgressBar
    -

    Create and update progress bars in different environments.

    +
    Stdlib
    +

    SPL extensions, array utilities, error handlers, and more.

    @@ -1036,13 +824,13 @@
    ProgressBar
    -
    Serializer
    -

    Serialize and deserialize PHP structures to a variety of representations.

    +
    Tag
    +

    Manipulate and weight taggable items, and create tag clouds.

    @@ -1050,13 +838,13 @@
    Serializer
    -
    Stdlib
    -

    SPL extensions, array utilities, error handlers, and more.

    +
    XML2JSON
    +

    Convert XML documents to JSON.

    diff --git a/data/component-list.components.json b/data/component-list.components.json index 4c8adb1..d22a65f 100644 --- a/data/component-list.components.json +++ b/data/component-list.components.json @@ -76,13 +76,6 @@ "group": "Configuration", "description": "Lightweight library for collecting and merging configuration from different sources." }, - { - "name": "ConfigAggregator ModuleManager Plugin", - "package": "laminas/laminas-config-aggregator-modulemanager", - "url": "https://docs.laminas.dev/laminas-config-aggregator-modulemanager/", - "group": "Configuration", - "description": "Consume zend-mvc modules as configuration providers within zend-config-aggregator." - }, { "name": "ConfigAggregator Templated Parameters PostProcessor", "package": "laminas/laminas-config-aggregator-parameters", @@ -90,13 +83,6 @@ "group": "Configuration", "description": "PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration." }, - { - "name": "Crypt", - "package": "laminas/laminas-crypt", - "url": "https://docs.laminas.dev/laminas-crypt/", - "group": "Security", - "description": "Strong cryptography tools and password hashing." - }, { "name": "DB", "package": "laminas/laminas-db", @@ -118,18 +104,11 @@ "group": "Middleware (PSR-7, PSR-15, PSR-17)", "description": "PSR-7 HTTP message implementations." }, - { - "name": "DOM", - "package": "laminas/laminas-dom", - "url": "https://docs.laminas.dev/laminas-dom/", - "group": "HTML, CSS and JS", - "description": "Query HTML and XML documents using XPath or CSS selectors." - }, { "name": "Escaper", "package": "laminas/laminas-escaper", "url": "https://docs.laminas.dev/laminas-escaper/", - "group": "HTML, CSS and JS", + "group": "Security", "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs." }, { @@ -146,13 +125,6 @@ "group": "Basic Essentials", "description": "Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub." }, - { - "name": "File", - "package": "laminas/laminas-file", - "url": "https://docs.laminas.dev/laminas-file/", - "group": "Utilities", - "description": "Locate PHP classfiles." - }, { "name": "Filter", "package": "laminas/laminas-filter", @@ -209,13 +181,6 @@ "group": "Internationalization", "description": "Provides validator and captcha translations for laminas-i18n's Translator." }, - { - "name": "JSON", - "package": "laminas/laminas-json", - "url": "https://docs.laminas.dev/laminas-json/", - "group": "JSON and XML", - "description": "De/Serialize JSON in PHP, including JavaScript expressions." - }, { "name": "SOAP", "package": "laminas/laminas-soap", @@ -237,48 +202,6 @@ "group": "Security", "description": "Perform LDAP operations, including binding, searching and modifying entries in an LDAP directory." }, - { - "name": "Loader", - "package": "laminas/laminas-loader", - "url": "https://docs.laminas.dev/laminas-loader/", - "group": "Utilities", - "description": "Autoloading and plugin loading strategies." - }, - { - "name": "Log", - "package": "laminas/laminas-log", - "url": "https://docs.laminas.dev/laminas-log/", - "group": "Basic Essentials", - "description": "Robust, composite logger with filtering, formatting, and PSR-3 support." - }, - { - "name": "Mail", - "package": "laminas/laminas-mail", - "url": "https://docs.laminas.dev/laminas-mail/", - "group": "Mail and MIME messages", - "description": "Parse, create, store, and send email messages, using a variety of storage and transport protocols." - }, - { - "name": "Math", - "package": "laminas/laminas-math", - "url": "https://docs.laminas.dev/laminas-math/", - "group": "Utilities", - "description": "Create cryptographically secure pseudo-random numbers, and manage big integers." - }, - { - "name": "Memory", - "package": "laminas/laminas-memory", - "url": "https://docs.laminas.dev/laminas-memory/", - "group": "Utilities", - "description": "Manage data in an environment with limited memory." - }, - { - "name": "MIME", - "package": "laminas/laminas-mime", - "url": "https://docs.laminas.dev/laminas-mime/", - "group": "Mail and MIME messages", - "description": "Create and parse MIME messages and parts." - }, { "name": "Navigation", "package": "laminas/laminas-navigation", @@ -293,13 +216,6 @@ "group": "Navigation and Pagination", "description": "Paginate collections of data from arbitrary sources." }, - { - "name": "laminas-db Paginators", - "package": "laminas/laminas-paginator-adapter-laminasdb", - "url": "https://docs.laminas.dev/laminas-paginator-adapter-laminasdb/", - "group": "Navigation and Pagination", - "description": "Paginate result sets from laminas-db Select statements or TableGateway instances." - }, { "name": "ACL", "package": "laminas/laminas-permissions-acl", @@ -314,13 +230,6 @@ "group": "Permissions", "description": "Provide and query Role-Based Access Controls for your application." }, - { - "name": "ProgressBar", - "package": "laminas/laminas-progressbar", - "url": "https://docs.laminas.dev/laminas-progressbar/", - "group": "Utilities", - "description": "Create and update progress bars in different environments." - }, { "name": "Router", "package": "laminas/laminas-router", @@ -374,16 +283,9 @@ "name": "Tag", "package": "laminas/laminas-tag", "url": "https://docs.laminas.dev/laminas-tag/", - "group": "Tag and Text", + "group": "Utilities", "description": "Manipulate and weight taggable items, and create tag clouds." }, - { - "name": "Text", - "package": "laminas/laminas-text", - "url": "https://docs.laminas.dev/laminas-text/", - "group": "Tag and Text", - "description": "Create FIGlets and text-based tables." - }, { "name": "URI", "package": "laminas/laminas-uri", @@ -416,7 +318,7 @@ "name": "XML2JSON", "package": "laminas/laminas-xml2json", "url": "https://docs.laminas.dev/laminas-xml2json/", - "group": "JSON and XML", + "group": "Utilities", "description": "Convert XML documents to JSON." }, {