معرفی شرکت ها


php-phpdocumentor-reflection1-1.0.7-16.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Reflection library to do Static Analysis for PHP Projects (Version 1)
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته php-phpdocumentor-reflection1
نام فایل بسته php-phpdocumentor-reflection1-1.0.7-16.fc37.noarch.rpm
نسخه بسته 1.0.7
انتشار بسته 16.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 22 Jul 2022 06
هاست سازنده buildvm-ppc64le-23.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/phpDocumentor/Reflection
مجوز MIT
حجم دانلود 124K
حجم نصب 414.163K
Using this library it is possible to statically reflect one or more files and create an object graph representing your application's structure, including accompanying in-source documentation using DocBlocks. The information that this library provides is similar to what the (built-in) Reflection extension of PHP provides; there are however several advantages to using this library: * Due to its Static nature it does not execute procedural code in your reflected files where Dynamic Reflection does. * Because the none of the code is interpreted by PHP (and executed) Static Reflection uses less memory. * Can reflect complete files * Can reflect a whole project by reflecting multiple files. * Reflects the contents of a DocBlock instead of just mentioning there is one. * Is capable of analyzing code written for any PHP version (starting at 5.2) up to and including your installed PHP version. Features * [Creates an object graph] containing the structure of your application much like a site map shows the structure of a website. * Can read and interpret code of any PHP version starting with 5.2 up to and including your currently installed version of PHP. * Due it's clean interface it can be in any application without a complex setup. Autoloader: /usr/share/php/phpDocumentor/Reflection1/autoload.php


جایگزین ها

بسته نسخه معماری مخزن
php-phpdocumentor-reflection1-1.0.7-16.fc37.src.rpm 1.0.7 noarch Fedora Everything


نیازمندی

مقدار نام
>= 5.3.3 php(language)
- php-composer(fedora/autoloader)
>= 2.0 php-composer(phpdocumentor/reflection-docblock)
- php-composer(phpdocumentor/reflection-docblock) < 3
>= 1.0.1 php-composer(psr/log)
- php-composer(psr/log) < 2
- php-pcre
- php-spl


ارائه دهنده

مقدار نام
= 0.9.4 bundled(nikic/php-parser)
= 1.0.7 php-composer(phpdocumentor/reflection)
= 1.0.7-16.fc37 php-phpdocumentor-reflection
= 1.0.7-16.fc37 php-phpdocumentor-reflection1


نحوه نصب


نصب پکیج rpm php-phpdocumentor-reflection1:

    dnf install php-phpdocumentor-reflection1-1.0.7-16.fc37.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/php-phpdocumentor-reflection1
/usr/share/doc/php-phpdocumentor-reflection1/README.md
/usr/share/doc/php-phpdocumentor-reflection1/composer.json
/usr/share/licenses/php-phpdocumentor-reflection1
/usr/share/licenses/php-phpdocumentor-reflection1/LICENSE
/usr/share/licenses/php-phpdocumentor-reflection1/LICENSE-PHPParser
/usr/share/php/phpDocumentor/Reflection1
/usr/share/php/phpDocumentor/Reflection1/BaseReflector.php
/usr/share/php/phpDocumentor/Reflection1/ClassReflector
/usr/share/php/phpDocumentor/Reflection1/ClassReflector.php
/usr/share/php/phpDocumentor/Reflection1/ClassReflector/ConstantReflector.php
/usr/share/php/phpDocumentor/Reflection1/ClassReflector/MethodReflector.php
/usr/share/php/phpDocumentor/Reflection1/ClassReflector/PropertyReflector.php
/usr/share/php/phpDocumentor/Reflection1/ConstantReflector.php
/usr/share/php/phpDocumentor/Reflection1/Event
/usr/share/php/phpDocumentor/Reflection1/Event/ExportDocBlockTagEvent.php
/usr/share/php/phpDocumentor/Reflection1/Event/PostDocBlockExtractionEvent.php
/usr/share/php/phpDocumentor/Reflection1/Exception
/usr/share/php/phpDocumentor/Reflection1/Exception.php
/usr/share/php/phpDocumentor/Reflection1/Exception/UnparsableFile.php
/usr/share/php/phpDocumentor/Reflection1/Exception/UnreadableFile.php
/usr/share/php/phpDocumentor/Reflection1/FileReflector.php
/usr/share/php/phpDocumentor/Reflection1/FunctionReflector
/usr/share/php/phpDocumentor/Reflection1/FunctionReflector.php
/usr/share/php/phpDocumentor/Reflection1/FunctionReflector/ArgumentReflector.php
/usr/share/php/phpDocumentor/Reflection1/IncludeReflector.php
/usr/share/php/phpDocumentor/Reflection1/InterfaceReflector.php
/usr/share/php/phpDocumentor/Reflection1/Lexer.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Autoloader.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder/Class.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder/Function.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder/Interface.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder/Method.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder/Param.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Builder/Property.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/BuilderAbstract.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/BuilderFactory.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Comment
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Comment.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Comment/Doc.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Error.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Lexer
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Lexer.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Lexer/Emulative.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Node
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Node.php
/usr/share/php/phpDocumentor/Reflection1/PHPParser/Node/Arg.php
... and 174 more


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-23

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2020-07-28

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild