Browse Source

Update README.md

Add new resources
pull/1362/head
Pavel Buchnev 3 months ago
parent
commit
e83e31d011
No account linked to committer's email address
1 changed files with 24 additions and 1 deletions
  1. 24
    1
      README.md

+ 24
- 1
README.md View File

@@ -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
 
@@ -173,6 +173,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
173 173
 * [Spatie Open Source](https://spatie.be/open-source) - A collection of open-source PHP and Laravel packages.
174 174
 * [Symfony Packages](https://symfony.com/packages) - Decoupled libraries for PHP applications.
175 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 179
 ### Micro Frameworks
178 180
 *Micro frameworks and routers.*
@@ -297,6 +299,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
297 299
 * [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
298 300
 * [Pimple](https://github.com/silexphp/Pimple) - A tiny dependency injection container.
299 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 304
 ### Imagery
302 305
 *Libraries for manipulating images.*
@@ -461,6 +464,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
461 464
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
462 465
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
463 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 470
 ### Error Tracking and Monitoring Services
466 471
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
@@ -501,6 +506,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
501 506
 * [Laravel Mix](https://github.com/laravel-mix/laravel-mix ) - An elegant wrapper around Webpack for the 80% use case.
502 507
 * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
503 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 511
 ### Geolocation
506 512
 *Libraries for geocoding addresses and working with latitudes and longitudes.*
@@ -572,6 +578,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
572 578
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
573 579
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
574 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 582
 ### Database
576 583
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
577 584
 
@@ -616,6 +623,7 @@ Libraries to help manage database schemas and migrations.
616 623
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
617 624
 * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library.
618 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 628
 ### Search
621 629
 *Libraries and software for indexing and performing search queries on data.*
@@ -639,6 +647,7 @@ Libraries to help manage database schemas and migrations.
639 647
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
640 648
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
641 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 652
 ### Authentication and Authorization
644 653
 *Libraries for implementing user authentication and authorization.*
@@ -678,6 +687,7 @@ Libraries to help manage database schemas and migrations.
678 687
 
679 688
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
680 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 692
 ### Strings
683 693
 *Libraries for parsing and manipulating strings.*
@@ -754,6 +764,7 @@ Libraries to help manage database schemas and migrations.
754 764
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
755 765
 * [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library.
756 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 769
 ### Data Structure and Storage
759 770
 *Libraries that implement data structure or storage techniques.*
@@ -815,6 +826,14 @@ Libraries to help manage database schemas and migrations.
815 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 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 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 838
 ### Third Party APIs
820 839
 *Libraries for accessing third party APIs.*
@@ -846,6 +865,10 @@ Libraries to help manage database schemas and migrations.
846 865
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
847 866
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
848 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 873
 # Software
851 874
 *Software for creating a development environment.*

Loading…
Cancel
Save