Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Zendxml Laravel Package

zendframework/zendxml

ZendXml provides secure XML scanning/loading for PHP to help prevent XXE and XML entity expansion (XEE) attacks. It disables external entity loading and rejects documents using ENTITY declarations, returning SimpleXMLElement or DOMDocument. Repository abandoned; moved to laminas/laminas-xml.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
sabre/xml 0.86 sabre/xml is a specialized XML reader and writer for PHP. It makes it easy to parse XML into structured data and generate XML with custom serializers. Supports PHP 7.4+ and PHP 8, with strict type declarations in v3. 531 554 78 816K 19 35.9 57.2 BSD-3-Clause 3 months ago
View on GitHub
Context7
24hoursmedia/php-dom-manipulations 0.84 Lightweight PHP helpers for manipulating HTML DOM documents. Create, find, update, replace, and remove nodes and attributes with a simple API suited for scraping, templating, and HTML cleanup tasks in legacy or modern PHP projects. 0 0 0 21 1 0.4 18.5 MIT 9 years ago
View on GitHub
Context7
paquettg/php-html-parser 0.83 Fast, lightweight HTML parser for PHP that turns messy markup into a DOM-like tree. Crawl and scrape pages, query elements with CSS selectors, and extract text/attributes easily. Works with imperfect HTML and focuses on simple, fluent usage. 2,401 2,448 468 92K 54 43.7 47.4 MIT
View on GitHub
Deep Wiki
Context7
veewee/xml 0.83 Type-safe, declarative XML toolkit for PHP. Includes DOM helpers, safe error handling, memory-safe reader/writer, XML encode/decode, plus XSD and XSLT utilities. Spec-compliance ready for PHP 8.4+, with maintained v3 for older PHP. 183 183 11 307K 1 31.9 53.9 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-uri 0.83 zend-uri is a PHP component for parsing, validating, normalizing, and building URIs. It supports common schemes, handles encoding and edge cases, and provides a consistent API for working with URLs in Zend Framework and standalone projects. 114 114 22 90K 6 2.2 29.0 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
rhukster/dom-sanitizer 0.83 MIT-licensed PHP 7.3+ DOM/SVG/MathML sanitizer using DOMDocument and DOMPurify-based allowlists. Remove dangerous tags/attributes, strip namespaces and PHP/HTML/XML tags, and optionally compress output. Supports HTML, SVG, and MathML modes. 11 11 4 169K 0 18.9 62.6 MIT 3 months ago
View on GitHub
Context7
symfony/html-sanitizer 0.83 Symfony HtmlSanitizer provides an OO API to clean untrusted HTML for safe DOM insertion. Configure allowed/blocked elements and attributes, drop or keep children, force attributes, enforce HTTPS, and restrict link schemes/hosts to prevent XSS and unsafe behavior. 281 281 13 3M 0 35.2 64.5 MIT 1 month ago
View on GitHub
Context7
zendframework/zend-json 0.83 Convenience utilities for encoding PHP data to JSON and decoding JSON back to native types, including helpers for advanced cases. Note: this Zend Framework repository was abandoned on 2019-12-31; development continues as laminas/laminas-json. 99 101 27 70K 5 2.3 28.4 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
theseer/fdomdocument 0.83 Archived PHP library extending DOMDocument to throw exceptions instead of warnings/notices, plus handy shortcuts like XPath query helpers and appendElement variants. Drop-in replacement for DOM with libxml support; works with PHP 5.3.3–8.1 (v1.6.7). 247 256 17 147K 0 1.5 27.0 NOASSERTION 4 years ago
View on GitHub
Context7
fossar/htmlawed 0.83 Fork of kesar/HTMLawed maintained by selfoss and wallabag. A single-file (~45KB) PHP HTML filter/sanitizer that secures and tidies user input, making it standards-compliant for HTML/XHTML/XML, with extensive customization options. 2 2 2 6K 0 22.1 53.9 GPL-2.0 3 weeks ago
View on GitHub
Context7
zendframework/zend-code 0.82 1,644 1,739 78 171K 28 12.0 26.2 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-serializer 0.82 zend-serializer provides a consistent API for serializing and unserializing PHP data using multiple adapters (e.g., PHP, JSON, WDDX, and more). It supports options like compression and encryption, adapter discovery, and easy integration into Zend Framework apps. 44 48 17 26K 2 1.6 26.9 BSD-3-Clause 6 years ago
View on GitHub
Context7
laminas/laminas-xml2json 0.82 Convert XML to JSON in PHP via Laminas, with options for simple/pretty output and flexible handling of attributes, elements, and namespaces. Useful for bridging XML-based APIs and JSON consumers. 14 14 3 3K 0 0.8 32.4 BSD-3-Clause 4 years ago
View on GitHub
Context7
zendframework/zend-debug 0.82 zend-debug provides debugging utilities for Zend Framework apps, including variable dumping, debug messages, and helpers to inspect execution during development. Useful for troubleshooting and profiling in legacy ZF-based projects. 12 13 14 15K 0 0.4 29.5 BSD-3-Clause 8 years ago
View on GitHub
Context7
thenorthmemory/xml 0.82 Lightweight XML transformer for PHP: parse XML into arrays and build XML back from arrays. Supports repeated elements/lists, optional pretty printing, custom root nodes, and wrapping arrays to control tag output. Extracted from wechatpay-php for general use. 9 9 0 22K 0 0.9 46.3 Apache-2.0 3 years ago
View on GitHub
Context7
devanoxltd/php-html-parser 0.82 Lightweight PHP HTML parser with jQuery-style CSS selectors. Load HTML from strings or files, handle imperfect markup, and traverse nodes (attributes, innerHtml, siblings). Ideal for quick web scraping and DOM extraction in PHP 7.2–7.4. 0 0 0 24 0 2.5 19.6 MIT 11 months ago
View on GitHub
Context7
pear/xml_util 0.82 PEAR XML_Util provides handy helpers for working with XML: build attribute lists from arrays, generate tags, validate XML names, and more. Lightweight utility methods for creating and checking XML document parts in PHP. 2 2 3 35K 0 1.4 39.0 6 years ago
View on GitHub
Context7
simonschaufi/pretty-xml 0.82 22 22 9 62K 0 2.8 47.4 MIT 1 year ago
View on GitHub
Context7
spatie/html-element 0.81 Generate dynamic HTML in PHP with a hyperscript-style API plus Emmet-like selectors. Build elements and attributes with a simple render helper (often wrapped as el()) to produce nested markup cleanly and programmatically, ideal for small view components. 192 194 23 1K 0 3.5 12.2 MIT 4 years ago
View on GitHub
Context7
zendframework/zend-http 0.81 Zend\Http is a PHP HTTP component for building and processing HTTP messages. It provides clients and adapters for making requests, plus request/response objects, headers, cookies, and utilities to work with URIs and HTTP-level features in your apps. 132 134 82 68K 27 8.2 31.8 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor