Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./nikic/../dompdf/../alexandr-mironov/../monolog/../unicodeveloper/../dragonmantank/../telnyx/../filp/../phpstan/../nikic/../psy/.././stripe/stripe-php
الملفات الموجودة في هذا الـ Path:
.
..
.coveralls.github-actions.yml
.editorconfig
.gitignore
.php-cs-fixer.php
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
VERSION
build.php
composer.json
data
init.php
lib
phpdoc.dist.xml
phpstan-baseline.neon
phpstan.neon.dist
update_certs.php

مشاهدة ملف: phpdoc.dist.xml

<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
        configVersion="3"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://www.phpdoc.org"
        xsi:noNamespaceSchemaLocation="data/xsd/phpdoc.xsd"
>
    <paths>
        <output>build/phpdoc</output>
    </paths>
    <version number="3.0.0">
        <folder>latest</folder>
        <api>
            <source dsn=".">
                <path>lib</path>
            </source>
            <output>api</output>
            <ignore hidden="true" symlinks="true">
                <path>build/**/*</path>
                <path>examples/**/*</path>
                <path>tests/**/*</path>
                <path>vendor/**/*</path>
            </ignore>
            <extensions>
                <extension>php</extension>
            </extensions>
            <default-package-name>stripe-php</default-package-name>
        </api>
    </version>
    <template name="default"/>
</phpdocumentor>