Browse Source

Merge 3ebc10a385 into 4e5fb6e6f7

pull/1362/merge
Pavel Buchnev 1 month ago
parent
commit
3469077904
No account linked to committer's email address
1 changed files with 25 additions and 1 deletions
  1. 25
    1
      README.md

+ 25
- 1
README.md View File

133
 * [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
133
 * [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
134
 * [Nette](https://nette.org) - A web framework comprised of mature components.
134
 * [Nette](https://nette.org) - A web framework comprised of mature components.
135
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
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
 * [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
137
 * [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
138
 * [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
138
 * [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
139
 
139
 
174
 * [Spatie Open Source](https://spatie.be/open-source) - A collection of open-source PHP and Laravel packages.
174
 * [Spatie Open Source](https://spatie.be/open-source) - A collection of open-source PHP and Laravel packages.
175
 * [Symfony Packages](https://symfony.com/packages) - Decoupled libraries for PHP applications.
175
 * [Symfony Packages](https://symfony.com/packages) - Decoupled libraries for PHP applications.
176
 * [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
176
 * [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
177
+* [Spiral Packages](https://github.com/spiral-packages/) - The Spiral framework packages.
178
+* [RoadRunner integration packages](https://github.com/roadrunner-php/) - PHP SDK for RoadRunner.
177
 
179
 
178
 ### Micro Frameworks
180
 ### Micro Frameworks
179
 *Micro frameworks and routers.*
181
 *Micro frameworks and routers.*
298
 * [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
300
 * [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
299
 * [Pimple](https://github.com/silexphp/Pimple) - A tiny dependency injection container.
301
 * [Pimple](https://github.com/silexphp/Pimple) - A tiny dependency injection container.
300
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component.
302
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component.
303
+* [Spiral DI](https://github.com/spiral/core) - IoC container with scopes support designed for Long Running applications.
301
 
304
 
302
 ### Imagery
305
 ### Imagery
303
 *Libraries for manipulating images.*
306
 *Libraries for manipulating images.*
462
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
465
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
463
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
466
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
464
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
467
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
468
+* [Buggreagtor](https://github.com/buggregator/server) - Buggregator is a standalone server designed primarily for debugging PHP applications.
469
+* [Trap](https://github.com/buggregator/trap) - A local debug server and utilities set for PHP projects with UI.
465
 
470
 
466
 ### Error Tracking and Monitoring Services
471
 ### Error Tracking and Monitoring Services
467
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
472
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
502
 * [Laravel Mix](https://github.com/laravel-mix/laravel-mix ) - An elegant wrapper around Webpack for the 80% use case.
507
 * [Laravel Mix](https://github.com/laravel-mix/laravel-mix ) - An elegant wrapper around Webpack for the 80% use case.
503
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
508
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
504
 * [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack.
509
 * [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack.
510
+* [Laravel Meta tags manager](https://github.com/butschster/LaravelMetaTags) - Ppowerful and extendable tools for managing SEO Meta Tags in a Laravel project.
505
 
511
 
506
 ### Geolocation
512
 ### Geolocation
507
 *Libraries for geocoding addresses and working with latitudes and longitudes.*
513
 *Libraries for geocoding addresses and working with latitudes and longitudes.*
573
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
579
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
574
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
580
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
575
 * [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.
581
 * [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.
582
+
576
 ### Database
583
 ### Database
577
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
584
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
578
 
585
 
617
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
624
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
618
 * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library.
625
 * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library.
619
 * [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.
626
 * [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.
627
+* [RoadRunner Jobs plugin](https://github.com/roadrunner-php/jobs) - RoadRunner Jobs (Queue) SDK.
620
 
628
 
621
 ### Search
629
 ### Search
622
 *Libraries and software for indexing and performing search queries on data.*
630
 *Libraries and software for indexing and performing search queries on data.*
640
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
648
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
641
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
649
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
642
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
650
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
651
+* [Cron Expression Generator](https://github.com/butschster/CronExpressionGenerator) - Cron expression generator built on php8.
643
 
652
 
644
 ### Authentication and Authorization
653
 ### Authentication and Authorization
645
 *Libraries for implementing user authentication and authorization.*
654
 *Libraries for implementing user authentication and authorization.*
679
 
688
 
680
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
689
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
681
 * [JSONMapper](https://github.com/JsonMapper/JsonMapper) - A library for mapping JSON to PHP objects.
690
 * [JSONMapper](https://github.com/JsonMapper/JsonMapper) - A library for mapping JSON to PHP objects.
691
+* [JSON schema generator](https://github.com/spiral/json-schema-generator) - Provides the ability to generate JSON schemas from Data Transfer Object (DTO) classes.
682
 
692
 
683
 ### Strings
693
 ### Strings
684
 *Libraries for parsing and manipulating strings.*
694
 *Libraries for parsing and manipulating strings.*
755
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
765
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
756
 * [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library.
766
 * [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library.
757
 * [Lock](https://github.com/php-lock/lock) - A lock library to provide exclusive execution.
767
 * [Lock](https://github.com/php-lock/lock) - A lock library to provide exclusive execution.
768
+* [RoadRunner KV plugin](https://github.com/roadrunner-php/kv) - RoadRunner Key-Value storage SDK.
758
 
769
 
759
 ### Data Structure and Storage
770
 ### Data Structure and Storage
760
 *Libraries that implement data structure or storage techniques.*
771
 *Libraries that implement data structure or storage techniques.*
816
 * [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.
827
 * [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.
817
 * [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.
828
 * [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.
818
 * [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.
829
 * [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.
830
+* [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.
831
+
832
+### MCP
833
+*Libraries for creating MCP servers.*
834
+* [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.
835
+* [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.
836
+* [MCP SDK](https://github.com/logiscape/mcp-sdk-php) - Model Context Protocol SDK for PHP.
837
+* [Symfony MCP PHP SDK](https://github.com/symfony/mcp-sdk) - Model Context Protocol SDK for Client and Server applications in PHP from Symfony.
838
+* [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.
819
 
839
 
820
 ### Third Party APIs
840
 ### Third Party APIs
821
 *Libraries for accessing third party APIs.*
841
 *Libraries for accessing third party APIs.*
847
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
867
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
848
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
868
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
849
 * [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
869
 * [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
870
+* [DBML Parser](https://github.com/butschster/dbml-parser) - [DBML](https://dbml.dbdiagram.io/home) syntax parser written on PHP8.
871
+* [Proto parser](https://github.com/butschster/proto-parser) - Proto parser is a library for parsing Protocol Buffers files into AST.
872
+* [Prometheus parser](https://github.com/butschster/prometheus-parser) - Prometheus data parser to AST written on PHP8.
873
+* [Boson PHP](https://github.com/boson-php/boson) - Turn your PHP project into cross-platform, compact, fast, native applications for Windows, Linux and macOS.
850
 
874
 
851
 # Software
875
 # Software
852
 *Software for creating a development environment.*
876
 *Software for creating a development environment.*

Loading…
Cancel
Save