Libraries tagged by raw
php-arsenal/salesforce-mapper-bundle
9186 Downloads
Symfony bundle that maps raw Salesforce objects with your models.
moln/php-mysql-replication
29382 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
minionfactory/model-mapper
31369 Downloads
Laravel extension. Wrapper for models and raw DB::select results to map one or more attributes to other models.
maxim-oleinik/blade-migrations-laravel
2336 Downloads
An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing
mateffy/laravel-codebase-mcp
1709 Downloads
An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.
lanfix/goaop-parser-reflection
238012 Downloads
Provides reflection information, based on raw source
kassko/data-mapper
39374 Downloads
A mapper which gives a lot of features to representate some raw data like objects
jerodev/data-mapper
1575 Downloads
Maps raw data to a typed PHP object
jeffersongoncalves/laravel-topic-normalizer
392 Downloads
A tiny Laravel helper that merges raw topic/keyword lists (GitHub topics, composer.json + package.json keywords, Packagist keywords, …) into one slugged, deduplicated, length-filtered and capped list.
jeffersongoncalves/laravel-npm-readme
407 Downloads
A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.
jeffersongoncalves/laravel-markdown
424 Downloads
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 because the syntax highlighter tempest/highlight requires it from 2.26 onward.
ipwsystems/rtftools
60905 Downloads
Library used to extract raw text from an RTF file
cccyun/php-whois
811 Downloads
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
cboxdk/dns
1061 Downloads
Zero-dependency raw PHP DNS resolver, domain-ownership verification, and intoDNS/MxToolbox-style diagnostics. Queries authoritative nameservers directly over sockets — never trusts the recursive cache for ownership checks.
asamir/laravel-in-db-performance-monitor
7153 Downloads
Monitor your laravel application performance by logging requests in your database then analyze it. The log includes request parameters, actions, SQL queries and errors beside that you can know the requests with raw SQL queries.