PHP-Unoconv | Object Oriented library

 by   alchemy-fr PHP Version: 0.3.1 License: Non-SPDX

kandi X-RAY | PHP-Unoconv Summary

kandi X-RAY | PHP-Unoconv Summary

PHP-Unoconv is a PHP library. PHP-Unoconv has no bugs, it has no vulnerabilities and it has low support. However PHP-Unoconv has a Non-SPDX License. You can download it from GitHub.

An Object Oriented library which allow easy to use file conversion with Unoconv.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              PHP-Unoconv has a low active ecosystem.
              It has 71 star(s) with 35 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 4 have been closed. On average issues are closed in 197 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of PHP-Unoconv is 0.3.1

            kandi-Quality Quality

              PHP-Unoconv has 0 bugs and 0 code smells.

            kandi-Security Security

              PHP-Unoconv has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              PHP-Unoconv code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              PHP-Unoconv has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              PHP-Unoconv releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              PHP-Unoconv saves you 129 person hours of effort in developing the same functionality from scratch.
              It has 325 lines of code, 22 functions and 10 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed PHP-Unoconv and discovered the below as its top functions. This is intended to give you an instant insight into PHP-Unoconv implemented functionality, and help decide if they suit your requirements.
            • Transcode a file into a file .
            • Register the unoconv .
            • Create unoconv .
            • Get unoconv name
            • Bootstrap the application .
            Get all kandi verified functions for this library.

            PHP-Unoconv Key Features

            No Key Features are available at this moment for PHP-Unoconv.

            PHP-Unoconv Examples and Code Snippets

            PHP Unoconv,Silex Service Provider
            PHPdot img1Lines of Code : 10dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            $app = new Silex\Application();
            $app->register(new Unoconv\UnoconvServiceProvider(), array(
                'unoconv.configuration' => array(
                    'unoconv.binaries' => '/opt/local/unoconv/bin/unoconv',
                    'timeout'          => 42,
                ),
                 
            PHP Unoconv,API Usage
            PHPdot img2Lines of Code : 8dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            $unoconv = Unoconv\Unoconv::create();
            
            $unoconv = Unoconv\Unoconv::create(array(
                'timeout'          => 42,
                'unoconv.binaries' => '/opt/local/unoconv/bin/unoconv',
            ), $logger);
            
            $unoconv->transcode('document.docx', 'pdf', 'document.pd  
            PHP Unoconv,Install
            PHPdot img3Lines of Code : 5dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            {
                "require": {
                    "php-unoconv/php-unoconv": "~0.2"
                }
            }
              

            Community Discussions

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install PHP-Unoconv

            The recommended way to install PHP-Unoconv is through composer.

            Support

            Documentation available at http://php-unoconv.readthedocs.org/.
            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/alchemy-fr/PHP-Unoconv.git

          • CLI

            gh repo clone alchemy-fr/PHP-Unoconv

          • sshUrl

            git@github.com:alchemy-fr/PHP-Unoconv.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