Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 Awesome PHP !Awesome (https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome PHP !Awesome (https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated list of amazingly awesome PHP libraries, resources, and shiny things.
@@ -621,8 +621,8 @@
Command Line
Libraries related to the command line.
⟡ Aura.Cli (https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help 
object for describing commands.
⟡ Aura.Cli
 (https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
⟡ Cilex (https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
⟡ CLI Menu (https://github.com/php-school/cli-menu) - A library for building CLI menus.
⟡ CLIFramework (https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
@@ -712,8 +712,7 @@
⟡ Aura.Filter (https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
⟡ CakePHP Validation (https://github.com/cakephp/validation) - Another validation library.
⟡ Filterus (https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
⟡ ISO-codes (https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & 
Zipcodes for many countries.
⟡ ISO-codes (https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
⟡ JSON Schema (https://github.com/justinrainbow/json-schema) - A JSON Schema (https://json-schema.org/) validation library.
⟡ MetaYaml (https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
⟡ Respect Validation (https://github.com/Respect/Validation) - A simple validation library.
@@ -829,7 +828,7 @@
⟡ Safe (https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
⟡ SuperClosure (https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
 Software
 Software
Software for creating a development environment.
PHP Installation
@@ -893,7 +892,7 @@
⟡ php-pm (https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
⟡ RoadRunner (https://github.com/roadrunner-server/roadrunner) - High-performance PHP application server, load-balancer and process manager.
 Resources
 Resources
Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
PHP Websites
@@ -922,8 +921,8 @@
⟡ Scaling PHP Applications (https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
⟡ Securing PHP: Core Concepts (https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
⟡ Signaling PHP (https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
⟡ XML Parsing with PHP (https://www.phparch.com/books/xml-parsing-with-php/) - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to 
create and modify XML files programmatically.
⟡ XML Parsing with PHP
 (https://www.phparch.com/books/xml-parsing-with-php/) - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically.
PHP Videos
Fantastic PHP-related videos.