Compare commits

...

19 Commits

Author SHA1 Message Date
Alexander Kartavenko 9a068bf2b8
Merge pull request #936 from mstruebing/addEditorconfigChecker
Add Editorconfig-Checker
2024-03-11 16:01:32 +02:00
Max Strübing 6f491123d2
Merge branch 'master' into addEditorconfigChecker 2024-03-11 14:31:34 +01:00
Mark Scherer 9dda58ae79
Merge pull request #1274 from ziadoz/alexkart-patch-1
Add Minicli micro framework
2024-03-11 14:03:08 +01:00
Alexander Kartavenko fee520c058
Add Minicli micro framework 2024-03-11 12:48:17 +02:00
Alexander Kartavenko 5ff7fdae1d
Merge pull request #1273 from ziadoz/alexkart-patch-1
Remove Radar
2024-03-11 12:36:56 +02:00
Alexander Kartavenko 3d0921d07c
Remove Radar
Doesn't seem to be maintained.
2024-03-11 12:36:34 +02:00
Alexander Kartavenko 2ca54aa183
Merge pull request #946 from vitek-rostislav/patch-1
Add Shopsys Framework
2024-03-11 12:21:40 +02:00
Alexander Kartavenko 836fdb8d2c
Merge pull request #1272 from justbyitself/patch-3
Remove Lumen micro framework
2024-03-11 11:34:57 +02:00
Max Strübing bc9926629d
Add Editorconfig-Checker 2024-03-11 10:11:49 +01:00
bepsvpt fb4825edfc
add secure headers (#921)
Co-authored-by: Alexander Kartavenko <askemailbox@gmail.com>
2024-03-10 19:42:53 +01:00
Akihito Nakano 41fb5db013
Add Ganesha - PHP implementation of Circuit Breaker pattern. (#894)
* Add Ganesha - PHP implementation of Circuit Breaker pattern.

* Move: HTTP -> Miscellaneous

---------

Co-authored-by: Alexander Kartavenko <askemailbox@gmail.com>
2024-03-10 19:42:41 +01:00
Mark Scherer 52b89b4d1b
Merge pull request #771 from heiglandreas/patch-1
Adds Hyphenation-library
2024-03-10 19:42:13 +01:00
justbyitself e342633f03
Remove Lumen micro framework
Official documentation says: "we no longer recommend that you begin new projects with Lumen".
https://lumen.laravel.com/docs/10.x#installation
2024-03-10 18:45:57 +01:00
Alexander Kartavenko 8a8b1e9542
Fix conflict 2024-02-06 17:32:13 +02:00
Alexander Kartavenko 2b6b792ac3
Merge branch 'master' into patch-1 2024-02-06 17:30:53 +02:00
Alexander Kartavenko cfb4577826
Sorting 2024-02-06 17:28:07 +02:00
Rostislav Vítek 6117710f83
use link to Shopsys Framework github repository instead of shopsys.com 2018-09-21 10:03:43 +02:00
Rostislav Vítek 413d709c87
Add Shopsys Framework 2018-09-21 09:38:45 +02:00
Andreas Heigl 1d55c3788f Adds Hyphenation-library
This PR adds a hyphenation-library to the list of string-libraries
2017-03-08 10:43:33 +01:00
1 changed files with 6 additions and 2 deletions

View File

@ -173,9 +173,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Micro frameworks and routers.*
* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
* [Lumen](https://lumen.laravel.com/) - A micro-framework by Laravel.
* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
* [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
* [Minicli](https://github.com/minicli/minicli) - Minimalist, dependency-free framework for building CLI-centric PHP applications.
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
@ -364,6 +363,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
* [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
* [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that adds security related headers to HTTP response.
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
@ -385,6 +385,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
* [Code Climate](https://codeclimate.com) - An automated code review.
* [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
* [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
@ -540,6 +541,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Brick\Money](https://github.com/brick/money) - A money library for PHP, with support for contexts, cash roundings, currency conversion.
* [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
* [Shopsys Framework](https://github.com/shopsys/shopsys/) - An open source e-commerce platform for in-house development teams.
* [Shopware](https://github.com/shopware/shopware) - Highly customizable e-commerce software
* [Swap](https://github.com/florianv/swap) - An exchange rates library.
* [Sylius](https://sylius.com/) - An open source e-commerce solution.
@ -674,6 +676,7 @@ Libraries to help manage database schemas and migrations.
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colors.
* [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings.
* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm
* [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
@ -814,6 +817,7 @@ Libraries to help manage database schemas and migrations.
* [Annotations](https://github.com/doctrine/annotations) - An annotation library (part of Doctrine).
* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chatbots.
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimizing autoloading.
* [Ganesha](https://github.com/ackintosh/ganesha) - A PHP implementation of Circuit Breaker pattern.
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.