9 Commit

Autore SHA1 Messaggio Data
  Jamie York 157b49222d phpmon/valet 1 anno fa
  Jamie York a9107ad7aa newlines 1 anno fa
  Jamie York b2639e527b herd 1 anno fa
  Jamie York 8ebe8a03c0 sanitizing 1 anno fa
  Jamie York 1241a1362a valinor 1 anno fa
  Jamie York 3bfe7c1488 newlines 1 anno fa
  Jamie York 762b9cdd4a pint 1 anno fa
  Jamie York 30634a43a5 static php cli 1 anno fa
  Jamie York 5f6fbecedc frankenphp 1 anno fa
1 ha cambiato i file con 14 aggiunte e 10 eliminazioni
  1. 14
    10
      README.md

+ 14
- 10
README.md Vedi File

61
   - [JSON](#json)
61
   - [JSON](#json)
62
   - [Strings](#strings)
62
   - [Strings](#strings)
63
   - [Numbers](#numbers)
63
   - [Numbers](#numbers)
64
-  - [Filtering and Validation](#filtering-and-validation)
64
+  - [Filtering, Sanitizing and Validation](#filtering-sanitizing-and-validation)
65
   - [API](#api)
65
   - [API](#api)
66
   - [Caching and Locking](#caching-and-locking)
66
   - [Caching and Locking](#caching-and-locking)
67
   - [Data Structure and Storage](#data-structure-and-storage)
67
   - [Data Structure and Storage](#data-structure-and-storage)
360
 
360
 
361
 * [AntiXSS](https://github.com/voku/anti-xss) - A library that tries to preventing Cross-Site Scripting (XSS) attacks by blacklisting.
361
 * [AntiXSS](https://github.com/voku/anti-xss) - A library that tries to preventing Cross-Site Scripting (XSS) attacks by blacklisting.
362
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
362
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
363
-* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
364
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
363
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
365
 * [OWASP](https://owasp.org/) - Explore the world of cyber security.
364
 * [OWASP](https://owasp.org/) - Explore the world of cyber security.
366
 * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
365
 * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
412
 * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
411
 * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
413
 * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
412
 * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
414
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
413
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
414
+* [Laravel Pint](https://github.com/laravel/pint) - A coding standards fixer library for Laravel.
415
 
415
 
416
 ### Static Analysis
416
 ### Static Analysis
417
 *Libraries for performing static analysis of PHP code.*
417
 *Libraries for performing static analysis of PHP code.*
464
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
464
 *Self-hosted or cloud-based application performance monitoring & error tracking tools*
465
 
465
 
466
 * [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
466
 * [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
467
-* [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring. 
467
+* [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
468
 * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
468
 * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
469
 * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
469
 * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
470
 * [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
470
 * [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
526
 * [Elephant.io](https://github.com/ElephantIO/elephant.io) - Yet another web socket library.
526
 * [Elephant.io](https://github.com/ElephantIO/elephant.io) - Yet another web socket library.
527
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
527
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
528
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
528
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
529
-* [Fast CGI Client](https://github.com/hollodotme/fast-cgi-client) - A client to make synchronous/asynchronous requests through php-fpm socket. 
529
+* [Fast CGI Client](https://github.com/hollodotme/fast-cgi-client) - A client to make synchronous/asynchronous requests through php-fpm socket.
530
+* [FrankenPHP](https://frankenphp.dev/) - A modern PHP app server written in Go.
530
 * [Pawl](https://github.com/ratchetphp/Pawl) - An asynchronous web socket client.
531
 * [Pawl](https://github.com/ratchetphp/Pawl) - An asynchronous web socket client.
531
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
532
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
532
 * [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.
533
 * [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.
683
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
684
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
684
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colors.
685
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colors.
685
 * [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings.
686
 * [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings.
686
-* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm 
687
+* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm
687
 * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
688
 * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
688
 * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
689
 * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
689
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
690
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
708
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
709
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
709
 * [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP.
710
 * [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP.
710
 
711
 
711
-### Filtering and Validation
712
-*Libraries for filtering and validating data.*
712
+### Filtering, Sanitizing and Validation
713
+*Libraries for filtering, sanitizing and validating data.*
713
 
714
 
714
 * [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
715
 * [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
715
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
716
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
716
 * [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
717
 * [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
717
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
718
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
719
+* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
718
 * [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.
720
 * [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.
719
 * [JSON Schema](https://github.com/jsonrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
721
 * [JSON Schema](https://github.com/jsonrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
720
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
722
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
721
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
723
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
724
+* [Symfony HTML Sanitizer](https://github.com/symfony/html-sanitizer) - An HTML sanitizer library.
722
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
725
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
723
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
726
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
727
+* [Valinor](https://github.com/CuyZ/Valinor) - A library for mapping to strongly typed value objects.
724
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
728
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
725
 
729
 
726
 ### API
730
 ### API
848
 
852
 
849
 * [Brew PHP Switcher](https://github.com/philcook/brew-php-switcher) - Brew PHP switcher.
853
 * [Brew PHP Switcher](https://github.com/philcook/brew-php-switcher) - Brew PHP switcher.
850
 * [HomeBrew](https://brew.sh/) - A package manager for OSX.
854
 * [HomeBrew](https://brew.sh/) - A package manager for OSX.
851
-* [Laravel Valet](https://laravel.com/docs/master/valet) - A development environment for macOS.
852
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
855
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
853
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
856
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
857
+* [Static PHP CLI](https://github.com/crazywhalecc/static-php-cli) - Build or [download](https://dl.static-php.dev/static-php-cli/) static versions of PHP CLI and FPM.
854
 
858
 
855
 ### Development Environment
859
 ### Development Environment
856
 *Software and tools for creating and sharing a development environment.*
860
 *Software and tools for creating and sharing a development environment.*
863
 * [Expose](https://github.com/beyondcode/expose) - An open-source PHP tunneling service.
867
 * [Expose](https://github.com/beyondcode/expose) - An open-source PHP tunneling service.
864
 * [Lando](https://lando.dev/) - Push-button development environments.
868
 * [Lando](https://lando.dev/) - Push-button development environments.
865
 * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
869
 * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
870
+* [Laravel Herd](https://herd.laravel.com/) - A one click PHP development environment for macOS and Windows.
866
 * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
871
 * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
872
+* [PHPMon](https://phpmon.app/) - A macOS menu bar app for managing PHP installations (works with [Laravel Valet](https://laravel.com/docs/master/valet)).
867
 * [Puppet](https://www.puppet.com) - A server automation framework and application.
873
 * [Puppet](https://www.puppet.com) - A server automation framework and application.
868
 * [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager.
874
 * [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager.
869
 * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
875
 * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
944
 * [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
950
 * [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
945
 * [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony.
951
 * [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony.
946
 
952
 
947
-
948
 ### PHP Conferences
953
 ### PHP Conferences
949
 *PHP conferences.*
954
 *PHP conferences.*
950
 
955
 
952
 * [PHP[TEK]](https://tek.phparch.com/) - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
957
 * [PHP[TEK]](https://tek.phparch.com/) - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
953
 * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
958
 * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
954
 
959
 
955
-
956
 ### PHP Podcasts
960
 ### PHP Podcasts
957
 *Podcasts with a focus on PHP topics.*
961
 *Podcasts with a focus on PHP topics.*
958
 
962
 

Loading…
Annulla
Salva