📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
vendor
/
valga
/
fbns-react
📝
composer.json
← Geri Dön
{ "name": "valga/fbns-react", "description": "A PHP client for the FBNS built on top of ReactPHP", "keywords": [ "FBNS", "Client", "PHP" ], "type": "library", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Abyr Valg", "email": "valga.github@abyrga.ru" } ], "autoload": { "psr-4": { "Fbns\\Client\\": "src/" } }, "require": { "php": "~5.6|~7.0", "ext-mbstring": "*", "ext-zlib": "*", "evenement/evenement": "~2.0|~3.0", "react/event-loop": "^0.4.3", "react/promise": "~2.0", "react/socket": "~0.8", "binsoul/net-mqtt": "~0.2", "psr/log": "~1.0" }, "require-dev": { "monolog/monolog": "~1.23", "friendsofphp/php-cs-fixer": "~2.4" }, "suggest": { "ext-event": "For more efficient event loop implementation.", "ext-gmp": "To be able to run this code on x86 PHP builds." }, "scripts": { "codestyle": "php-cs-fixer fix --config=.php_cs" } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula