|
|
@@ -299,7 +299,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
299
|
299
|
* [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
|
|
300
|
300
|
* [Pimple](https://github.com/silexphp/Pimple) - A tiny dependency injection container.
|
|
301
|
301
|
* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component.
|
|
302
|
|
-* [Spiral DI](https://github.com/spiral/core) - IoC container with scopes support. designed for Long Running applications.
|
|
|
302
|
+* [Spiral DI](https://github.com/spiral/core) - IoC container with scopes support designed for Long Running applications.
|
|
303
|
303
|
|
|
304
|
304
|
### Imagery
|
|
305
|
305
|
*Libraries for manipulating images.*
|
|
|
@@ -831,9 +831,10 @@ Libraries to help manage database schemas and migrations.
|
|
831
|
831
|
### MCP
|
|
832
|
832
|
*Libraries for creating MCP servers.*
|
|
833
|
833
|
* [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.
|
|
|
834
|
+* [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.
|
|
|
835
|
+* [MCP SDK](https://github.com/logiscape/mcp-sdk-php) - Model Context Protocol SDK for PHP.
|
|
834
|
836
|
* [Symfony MCP PHP SDK](https://github.com/symfony/mcp-sdk) - Model Context Protocol SDK for Client and Server applications in PHP from Symfony.
|
|
835
|
837
|
* [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.
|
|
836
|
|
-* [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.
|
|
837
|
838
|
|
|
838
|
839
|
### Third Party APIs
|
|
839
|
840
|
*Libraries for accessing third party APIs.*
|