PluginSkeleton | 创建 PHPDish 用到的样例代码。一个 PHPDish 插件应该是一个合法的 Symfony

 by   phpdish PHP Version: Current License: MIT

kandi X-RAY | PluginSkeleton Summary

kandi X-RAY | PluginSkeleton Summary

PluginSkeleton is a PHP library. PluginSkeleton has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

创建 PHPDish 用到的样例代码。一个 PHPDish 插件应该是一个合法的 Symfony 组件。所有的文件结构遵循 Symfony Bundle。.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              PluginSkeleton has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              PluginSkeleton has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of PluginSkeleton is current.

            kandi-Quality Quality

              PluginSkeleton has no bugs reported.

            kandi-Security Security

              PluginSkeleton has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              PluginSkeleton is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              PluginSkeleton releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of PluginSkeleton
            Get all kandi verified functions for this library.

            PluginSkeleton Key Features

            No Key Features are available at this moment for PluginSkeleton.

            PluginSkeleton Examples and Code Snippets

            No Code Snippets are available at this moment for PluginSkeleton.

            Community Discussions

            No Community Discussions are available at this moment for PluginSkeleton.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install PluginSkeleton

            例如:你的插件名称为 phpdish-email-plugin,那么本文件名为 VendorPHPDishEmailPlugin 其中vendor是你的名称代号,表示你是这个插件的提供商。. 注意,在插件的开发阶段,为确保你的插件会被项目加载,你需要把上面提到的加载项也写入到 PHPDish 的 composer.json 文件 里去。.
            在你的 PHPDish 项目下执行下面命令下载代码; $ composer create-project phpdish/plugin-skeleton ProjectName
            重命名 src/AcmePHPDishExamplePlugin.php 文件为你的插件名称; 例如:你的插件名称为 phpdish-email-plugin,那么本文件名为 VendorPHPDishEmailPlugin 其中vendor是你的名称代号,表示你是这个插件的提供商。
            替换命名空间为你的名称开头,如果你不想做这个事情可以省略。
            修改的 composer.json 文件,把这个插件的命名空间写入自动加载; { "autoload": { "psr-4": { "Vendor\\PHPDishEmailPlugin\\": "src/" } }, "autoload-dev": { "psr-4": { "Vendor\\PHPDishEmailPlugin\\Tests\\": "tests/" } }, } 注意,在插件的开发阶段,为确保你的插件会被项目加载,你需要把上面提到的加载项也写入到 PHPDish 的 composer.json 文件 里去。

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/phpdish/PluginSkeleton.git

          • CLI

            gh repo clone phpdish/PluginSkeleton

          • sshUrl

            git@github.com:phpdish/PluginSkeleton.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link