Skip to content

asposemarketplace/Aspose-Imaging-Java-for-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspose-Imaging-Java-for-PHP

Project Aspose.Imaging for PHP shows how different tasks can be performed using Aspose.Imaging Java APIs in PHP. This project is aimed to provide useful examples for PHP Developers who want to utilise Aspose.Imaging for Java in their PHP Projects using PHP/Java Bridge.

System Requirements

  • Tomcat Server 8.0 or above installed.
  • PHP/JavaBridge is configured.
  • FastCGI is installed.
  • Downloaded Aspose.Imaging component.

Supported Platforms

  • PHP 5.3 or above
  • Java 1.8 or above

Configure Aspose.Imaging Java for PHP Examples

Method 1
  • Clone the Repository
git clone git@github.com:asposemarketplace/Aspose-Imaging-Java-for-PHP.git
  • Setup the project using composer
composer install
Mothod 2
  • In your PHP Project's composer.json file add following lines
{
    "require": {
        "asposeimaging/aspose_imaging_java_for_php": "dev-master"
    }
}

and run the install command

composer install

Read more about composer on http://www.getcomposer.com

Read more about installation of Tomcat & Java Bridge on http://www.aspose.com/docs/display/imagingjava/2.1.3+Downloads

About

Aspose Imaging Java for PHP Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages