Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-phpdocumentor-reflection-1.0.7-1.el7 RPM for noarch

From EPEL 7 for x86_64 / Packages / p

Name: php-phpdocumentor-reflection Distribution: Fedora Project
Version: 1.0.7 Vendor: Fedora Project
Release: 1.el7 Build date: Wed May 11 08:40:01 2016
Group: Development/Libraries Build host: buildhw-03.phx2.fedoraproject.org
Size: 424220 Source RPM: php-phpdocumentor-reflection-1.0.7-1.el7.src.rpm
Packager: Fedora Project
Url: https://github.com/phpDocumentor/Reflection
Summary: Reflection library to do Static Analysis for PHP Projects
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/Reflection/autoload.php

Provides

Requires

License

MIT

Changelog

* Thu Apr 14 2016 Remi Collet <remi@fedoraproject.org> - 1.0.7-1
  - initial package, version 1.0.7
  - bundle nikic/php-parser 0.9.4

Files

/usr/share/doc/php-phpdocumentor-reflection-1.0.7
/usr/share/doc/php-phpdocumentor-reflection-1.0.7/README.md
/usr/share/doc/php-phpdocumentor-reflection-1.0.7/composer.json
/usr/share/licenses/php-phpdocumentor-reflection-1.0.7
/usr/share/licenses/php-phpdocumentor-reflection-1.0.7/LICENSE
/usr/share/licenses/php-phpdocumentor-reflection-1.0.7/LICENSE-PHPParser
/usr/share/php/phpDocumentor/Reflection/BaseReflector.php
/usr/share/php/phpDocumentor/Reflection/ClassReflector
/usr/share/php/phpDocumentor/Reflection/ClassReflector.php
/usr/share/php/phpDocumentor/Reflection/ClassReflector/ConstantReflector.php
/usr/share/php/phpDocumentor/Reflection/ClassReflector/MethodReflector.php
/usr/share/php/phpDocumentor/Reflection/ClassReflector/PropertyReflector.php
/usr/share/php/phpDocumentor/Reflection/ConstantReflector.php
/usr/share/php/phpDocumentor/Reflection/Event
/usr/share/php/phpDocumentor/Reflection/Event/ExportDocBlockTagEvent.php
/usr/share/php/phpDocumentor/Reflection/Event/PostDocBlockExtractionEvent.php
/usr/share/php/phpDocumentor/Reflection/Exception
/usr/share/php/phpDocumentor/Reflection/Exception.php
/usr/share/php/phpDocumentor/Reflection/Exception/UnparsableFile.php
/usr/share/php/phpDocumentor/Reflection/Exception/UnreadableFile.php
/usr/share/php/phpDocumentor/Reflection/FileReflector.php
/usr/share/php/phpDocumentor/Reflection/FunctionReflector
/usr/share/php/phpDocumentor/Reflection/FunctionReflector.php
/usr/share/php/phpDocumentor/Reflection/FunctionReflector/ArgumentReflector.php
/usr/share/php/phpDocumentor/Reflection/IncludeReflector.php
/usr/share/php/phpDocumentor/Reflection/InterfaceReflector.php
/usr/share/php/phpDocumentor/Reflection/Lexer.php
/usr/share/php/phpDocumentor/Reflection/PHPParser
/usr/share/php/phpDocumentor/Reflection/PHPParser/Autoloader.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder/Class.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder/Function.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder/Interface.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder/Method.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder/Param.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Builder/Property.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/BuilderAbstract.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/BuilderFactory.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Comment
/usr/share/php/phpDocumentor/Reflection/PHPParser/Comment.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Comment/Doc.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Error.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Lexer
/usr/share/php/phpDocumentor/Reflection/PHPParser/Lexer.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Lexer/Emulative.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Arg.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Const.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Array.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ArrayDimFetch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ArrayItem.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Assign.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignBitwiseAnd.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignBitwiseOr.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignBitwiseXor.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignConcat.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignDiv.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignMinus.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignMod.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignMul.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignPlus.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignRef.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignShiftLeft.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/AssignShiftRight.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BitwiseAnd.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BitwiseNot.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BitwiseOr.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BitwiseXor.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BooleanAnd.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BooleanNot.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/BooleanOr.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/Array.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/Bool.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/Double.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/Int.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/Object.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/String.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Cast/Unset.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ClassConstFetch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Clone.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Closure.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ClosureUse.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Concat.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ConstFetch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Div.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Empty.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Equal.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ErrorSuppress.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Eval.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Exit.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/FuncCall.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Greater.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/GreaterOrEqual.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Identical.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Include.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Instanceof.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Isset.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/List.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/LogicalAnd.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/LogicalOr.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/LogicalXor.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/MethodCall.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Minus.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Mod.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Mul.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/New.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/NotEqual.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/NotIdentical.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Plus.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/PostDec.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/PostInc.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/PreDec.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/PreInc.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Print.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/PropertyFetch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ShellExec.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ShiftLeft.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/ShiftRight.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Smaller.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/SmallerOrEqual.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/StaticCall.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/StaticPropertyFetch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Ternary.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/UnaryMinus.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/UnaryPlus.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Variable.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Expr/Yield.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Name
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Name.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Name/FullyQualified.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Name/Relative.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Param.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/ClassConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/DNumber.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/DirConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/Encapsed.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/FileConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/FuncConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/LNumber.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/LineConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/MethodConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/NSConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/String.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Scalar/TraitConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Break.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Case.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Catch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Class.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/ClassConst.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/ClassMethod.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Const.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Continue.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Declare.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/DeclareDeclare.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Do.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Echo.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Else.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/ElseIf.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/For.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Foreach.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Function.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Global.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Goto.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/HaltCompiler.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/If.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/InlineHTML.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Interface.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Label.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Namespace.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Property.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/PropertyProperty.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Return.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Static.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/StaticVar.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Switch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Throw.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Trait.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/TraitUse.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/TraitUseAdaptation
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/TraitUseAdaptation.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/TraitUseAdaptation/Alias.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/TraitUseAdaptation/Precedence.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/TryCatch.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Unset.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/Use.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/UseUse.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Node/Stmt/While.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeAbstract.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeDumper.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeTraverser.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeTraverserInterface.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeVisitor
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeVisitor.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeVisitor/NameResolver.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/NodeVisitorAbstract.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Parser.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/PrettyPrinter
/usr/share/php/phpDocumentor/Reflection/PHPParser/PrettyPrinter/Default.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/PrettyPrinter/Zend.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/PrettyPrinterAbstract.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Serializer
/usr/share/php/phpDocumentor/Reflection/PHPParser/Serializer.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Serializer/XML.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Template.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/TemplateLoader.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Unserializer
/usr/share/php/phpDocumentor/Reflection/PHPParser/Unserializer.php
/usr/share/php/phpDocumentor/Reflection/PHPParser/Unserializer/XML.php
/usr/share/php/phpDocumentor/Reflection/PrettyPrinter.php
/usr/share/php/phpDocumentor/Reflection/ReflectionAbstract.php
/usr/share/php/phpDocumentor/Reflection/TraitReflector.php
/usr/share/php/phpDocumentor/Reflection/Traverser.php
/usr/share/php/phpDocumentor/Reflection/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 01:36:02 2024