|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| videlalvaro/php-amqplib | 0.69 | Pure PHP AMQP 0-9-1 client for RabbitMQ. Provides connections and channels for publishing and consuming messages, plus RabbitMQ extensions like publisher confirms, basic nack, consumer cancel notifications, and exchange-to-exchange bindings. | 4,600 | 4,606 | 1,025 | 9K | 15 | 58.3 | 15.2 | LGPL-2.1 | 8 months ago | |
| php-amqplib/php-amqplib | 0.69 | PHP client for RabbitMQ using the AMQP 0-9-1 protocol. Create connections and channels, publish and consume messages, manage exchanges/queues, acks and QoS. Widely used, framework-agnostic, suitable for workers and microservices. | 4,600 | 4,708 | 1,025 | 2M | 15 | 58.3 | 46.7 | LGPL-2.1 | 8 months ago | |
| effectiveactivism/schema-api | 0.68 | — | 0 | 0 | 2 | 0 | 0 | 23.5 | — | GPL-3.0 | 1 month ago | |
| effectiveactivism/sparql-client | 0.68 | OOP SPARQL 1.1 client (Symfony-focused) supporting SELECT/ASK/CONSTRUCT/DESCRIBE plus full update ops (INSERT/DELETE/REPLACE, graph management). Includes patterns, aggregates, functions, dataset clauses, validation, SHACL support. | 0 | 0 | 2 | 78 | 0 | 22.9 | 30.3 | GPL-3.0 | 1 month ago | |
| simplesamlphp/simplesamlphp | 0.67 | SimpleSAMLphp is a PHP application for SAML 2.0 authentication and single sign-on. It can act as a Service Provider or Identity Provider, offering federation support, configurable auth sources, metadata handling, and extensible modules for integration. | 1,139 | 1,144 | 702 | 185K | 104 | 69.6 | 63.0 | LGPL-2.1 | 4 weeks ago | |
| easyrdf/easyrdf | 0.67 | EasyRdf is an object-oriented PHP library for consuming and producing RDF. Parse and serialize common RDF formats, build and traverse graphs, run SPARQL queries, and load/save to SPARQL 1.1 Graph Stores. Includes dumps, tests, and docs. | 615 | 623 | 154 | 165K | 70 | 31.4 | 58.1 | NOASSERTION | 5 years ago | |
| phpat/phpat | 0.66 | PHPat is a PHPStan extension for architecture testing. Define readable architectural rules and automatically verify boundaries, dependencies, layers, and conventions in your PHP codebase during static analysis. Easy to install via Composer and PHPStan config. | 1,273 | 1,264 | 62 | 545K | 12 | 33.5 | 45.7 | MIT | 4 months ago | |
| sweetrdf/easyrdf | 0.66 | — | 26 | 26 | 14 | 64K | 3 | 17.7 | 50.6 | NOASSERTION | 6 months ago | |
| damienharper/auditor | 0.65 | — | 194 | 194 | 66 | 104K | 13 | 29.2 | 48.5 | MIT | 4 months ago | |
| phpcsstandards/phpcsutils | 0.65 | Utilities and helper classes for building and maintaining PHP_CodeSniffer (PHPCS) standards and sniffs. Provides common abstractions and compatibility helpers to simplify writing custom rulesets and speed up development of consistent coding standards. | 63 | 63 | 8 | 3M | 25 | 35.5 | 73.3 | LGPL-3.0 | 1 week ago | |
| phpdocumentor/phpdocumentor | 0.65 | phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. | 4,346 | 4,419 | 647 | 10K | 146 | 81.5 | 37.8 | MIT | 2 months ago | |
| sweetrdf/rdf-helpers | 0.65 | sweetrdf/rdf-helpers provides helper classes to implement sweetrdf/rdfInterface: DefaultGraph, a GenericQuadIterator for arrays/quads/iterators, N-Triples serialization utilities, and an RdfNamespace implementation. | 3 | 3 | 1 | 60K | 0 | 18.8 | 61.3 | MIT | 4 months ago | |
| sandrokeil/interop-config | 0.65 | Framework-agnostic PHP library for configuration-driven factories. Validates config structure, merges defaults, enforces required options, reduces factory boilerplate, supports auto-discovery of factories, and can generate configuration files from factory classes. | 58 | 58 | 10 | 12K | 2 | 3.8 | 32.3 | NOASSERTION | 5 years ago | |
| solarium/solarium | 0.64 | Solarium is a PHP client library for Apache Solr that models Solr concepts with a clean, documented API, simplifying complex query parameters beyond basic HTTP calls. Requires PHP 8.1+ and supports cURL, a pure-PHP adapter, or any PSR-18 client. | 932 | 955 | 299 | 527K | 9 | 44.7 | 47.0 | NOASSERTION | 2 weeks ago | |
| spatie/laravel-rdap | 0.64 | Laravel package for performing RDAP lookups (WHOIS successor) to fetch domain registration data as structured JSON. Includes built-in caching for TLD server discovery and RDAP responses, plus configurable retries/timeouts for unreliable endpoints. | 72 | 73 | 17 | 13K | 0 | 25.1 | 36.2 | MIT | 1 month ago | |
| martin-georgiev/postgresql-for-doctrine | 0.64 | Adds PostgreSQL-specific power to Doctrine DBAL/ORM: rich native types (jsonb, arrays, ranges, network, geometric, etc.) plus DQL functions/operators for JSON and array querying. Supports PostgreSQL 9.4+ and PHP 8.2+. | 456 | 460 | 58 | 159K | 9 | 34.5 | 44.3 | MIT | 1 month ago | |
| reprovinci/solr-php-client | 0.64 | Laravel-friendly PHP client for Apache Solr. Simple configuration and API for querying, indexing, and managing documents, with clean integration into modern PHP apps. Ideal for adding Solr-powered search without heavy setup. | 34 | 35 | 16 | 627 | 2 | 1.2 | 18.0 | NOASSERTION | — | |
| sweetrdf/rdf-interface | 0.63 | Common RDF interfaces for PHP (PSR-7-like): define shared contracts for terms, datasets, parsers/serializers, SPARQL clients, etc., enabling mix-and-match components across libraries. Includes compliance tests and helpers; influenced by RDF/JS. | 7 | 7 | 2 | 64K | 2 | 8.7 | 54.2 | MIT | 1 year ago | |
| aura/sqlquery | 0.63 | Database-agnostic SQL query builders for MySQL, PostgreSQL, SQLite, and SQL Server. Build SELECT/INSERT/UPDATE/DELETE statements safely and portably without tying to a specific DB library (PDO recommended). PSR-4, PHP 5.6+. | 457 | 489 | 86 | 54K | 2 | 10.3 | 29.4 | MIT | 3 years ago | |
| rmccue/requests | 0.63 | Requests is a human-friendly PHP HTTP client for sending GET/POST/PUT/DELETE/PATCH/HEAD requests with headers, auth, files, and parameters. Supports cURL or fsockopen, SSL verification, decompression, and IDN URLs with a consistent API. | 3,576 | 3,650 | 502 | 915K | 95 | 80.0 | 66.7 | NOASSERTION | 2 weeks ago |
How can I help you explore Laravel packages today?