瀏覽代碼

Update README.md

Add new resources
pull/1362/head
Pavel Buchnev 4 月之前
父節點
當前提交
e83e31d011
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 24 行新增1 行删除
  1. 24
    1
      README.md

+ 24
- 1
README.md 查看文件

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

Loading…
取消
儲存