Quellcode durchsuchen

Merge 3ebc10a385 into 8fcc78d0bf

pull/1362/merge
Pavel Buchnev vor 1 Monat
Ursprung
Commit
788df3b015
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 25 neuen und 1 gelöschten Zeilen
  1. 25
    1
      README.md

+ 25
- 1
README.md Datei anzeigen

@@ -133,7 +133,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
133 133
 * [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
134 134
 * [Nette](https://nette.org) - A web framework comprised of mature components.
135 135
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
136
-* [Spiral](https://spiral.dev/) - A high-performance PHP/Go framework.
136
+* [Spiral](https://spiral.dev/) - A high-performance PHP/Go framework designed for long running applications.
137 137
 * [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
138 138
 * [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
139 139
 
@@ -175,6 +175,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
175 175
 * [Spatie Open Source](https://spatie.be/open-source) - A collection of open-source PHP and Laravel packages.
176 176
 * [Symfony Packages](https://symfony.com/packages) - Decoupled libraries for PHP applications.
177 177
 * [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
178
+* [Spiral Packages](https://github.com/spiral-packages/) - The Spiral framework packages.
179
+* [RoadRunner integration packages](https://github.com/roadrunner-php/) - PHP SDK for RoadRunner.
178 180
 
179 181
 ### Micro Frameworks
180 182
 *Micro frameworks and routers.*
@@ -296,6 +298,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
296 298
 * [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
297 299
 * [Pimple](https://github.com/silexphp/Pimple) - A tiny dependency injection container.
298 300
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component.
301
+* [Spiral DI](https://github.com/spiral/core) - IoC container with scopes support designed for Long Running applications.
299 302
 
300 303
 ### Imagery
301 304
 *Libraries for manipulating images.*
@@ -453,6 +456,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
453 456
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
454 457
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
455 458
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
459
+* [Buggreagtor](https://github.com/buggregator/server) - Buggregator is a standalone server designed primarily for debugging PHP applications.
460
+* [Trap](https://github.com/buggregator/trap) - A local debug server and utilities set for PHP projects with UI.
456 461
 
457 462
 ### Error Tracking and Monitoring Services
458 463
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
@@ -493,6 +498,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
493 498
 * [Laravel Mix](https://github.com/laravel-mix/laravel-mix ) - An elegant wrapper around Webpack for the 80% use case.
494 499
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
495 500
 * [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack.
501
+* [Laravel Meta tags manager](https://github.com/butschster/LaravelMetaTags) - Ppowerful and extendable tools for managing SEO Meta Tags in a Laravel project.
496 502
 
497 503
 ### Geolocation
498 504
 *Libraries for geocoding addresses and working with latitudes and longitudes.*
@@ -564,6 +570,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
564 570
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
565 571
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
566 572
 * [OpenSpout](https://github.com/openspout/openspout) - A community driven fork of `box/spout`, a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.
573
+
567 574
 ### Database
568 575
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
569 576
 
@@ -606,6 +613,7 @@ Libraries to help manage database schemas and migrations.
606 613
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
607 614
 * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library.
608 615
 * [Enqueue](https://github.com/php-enqueue/enqueue-dev) - A message queue packages for PHP that supports RabbitMQ, AMQP, STOMP, Amazon SQS, Redis and Doctrine transports.
616
+* [RoadRunner Jobs plugin](https://github.com/roadrunner-php/jobs) - RoadRunner Jobs (Queue) SDK.
609 617
 
610 618
 ### Search
611 619
 *Libraries and software for indexing and performing search queries on data.*
@@ -629,6 +637,7 @@ Libraries to help manage database schemas and migrations.
629 637
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
630 638
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
631 639
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
640
+* [Cron Expression Generator](https://github.com/butschster/CronExpressionGenerator) - Cron expression generator built on php8.
632 641
 
633 642
 ### Authentication and Authorization
634 643
 *Libraries for implementing user authentication and authorization.*
@@ -668,6 +677,7 @@ Libraries to help manage database schemas and migrations.
668 677
 
669 678
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
670 679
 * [JSONMapper](https://github.com/JsonMapper/JsonMapper) - A library for mapping JSON to PHP objects.
680
+* [JSON schema generator](https://github.com/spiral/json-schema-generator) - Provides the ability to generate JSON schemas from Data Transfer Object (DTO) classes.
671 681
 
672 682
 ### Strings
673 683
 *Libraries for parsing and manipulating strings.*
@@ -741,6 +751,7 @@ Libraries to help manage database schemas and migrations.
741 751
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
742 752
 * [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library.
743 753
 * [Lock](https://github.com/php-lock/lock) - A lock library to provide exclusive execution.
754
+* [RoadRunner KV plugin](https://github.com/roadrunner-php/kv) - RoadRunner Key-Value storage SDK.
744 755
 
745 756
 ### Data Structure and Storage
746 757
 *Libraries that implement data structure or storage techniques.*
@@ -799,6 +810,15 @@ Libraries to help manage database schemas and migrations.
799 810
 * [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
800 811
 * [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
801 812
 * [PHP Mistral AI SDK](https://github.com/SoftCreatR/php-mistral-ai-sdk) - A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
813
+* [LLM agents framework](https://github.com/llm-agents-php/agents) - PHP library for building and managing LLM based agents. It provides a framework for creating autonomous agents that can perform complex tasks, make decisions, and interact with various tools and APIs.
814
+
815
+### MCP
816
+*Libraries for creating MCP servers.*
817
+* [PHP MCP Server SDK](https://github.com/php-mcp/server) - A comprehensive PHP SDK for building Model Context Protocol (MCP) servers. Create production-ready MCP servers in PHP with modern architecture, extensive testing, and flexible transport options.
818
+* [Spiral MCP Server SDK](https://github.com/spiral-packages/mcp-server) - This package provides a complete MCP server solution with automatic tool discovery, attribute-based configuration with automatic JSON schema generation from DTO classes for Spiral Framework.
819
+* [MCP SDK](https://github.com/logiscape/mcp-sdk-php) - Model Context Protocol SDK for PHP.
820
+* [Symfony MCP PHP SDK](https://github.com/symfony/mcp-sdk) - Model Context Protocol SDK for Client and Server applications in PHP from Symfony.
821
+* [Laravel MCP Server SDK](https://github.com/laravel/mcp) - Laravel MCP makes it easy to add MCP servers to your project and let AI talk to your apps.
802 822
 
803 823
 ### Third Party APIs
804 824
 *Libraries for accessing third party APIs.*
@@ -829,6 +849,10 @@ Libraries to help manage database schemas and migrations.
829 849
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
830 850
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
831 851
 * [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
852
+* [DBML Parser](https://github.com/butschster/dbml-parser) - [DBML](https://dbml.dbdiagram.io/home) syntax parser written on PHP8.
853
+* [Proto parser](https://github.com/butschster/proto-parser) - Proto parser is a library for parsing Protocol Buffers files into AST.
854
+* [Prometheus parser](https://github.com/butschster/prometheus-parser) - Prometheus data parser to AST written on PHP8.
855
+* [Boson PHP](https://github.com/boson-php/boson) - Turn your PHP project into cross-platform, compact, fast, native applications for Windows, Linux and macOS.
832 856
 
833 857
 # Software
834 858
 *Software for creating a development environment.*

Laden…
Abbrechen
Speichern