Download the PHP package aspose/barcode without Composer

On this page you can find all versions of the php package aspose/barcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package barcode

Barcode Generation & Recognition via PHP

Aspose.BarCode for PHP via Java is a robust and reliable barcode generation and recognition component, written in PHP and Java. It allows developers to quickly and easily add barcode creation and scanning functionality to their PHP applications.

General Barcode Features

Barcode Recognition Features

Barcode Imaging Features

Barcode Symbologies

Numeric Only: EAN13, EAN8, UPCA, UPCE, ISBN, ISMN, ISSN, Interleaved2of5, Standard2of5, MSI, Code11, Codabar, Postnet, Planet, EAN14(SCC14), SSCC18, ITF14, IATA 2 of 5, DatabarOmniDirectional, DatabarStackedOmniDirectional, DatabarExpandedStacked, DatabarStacked, DatabarLimited, DatabarTruncated\ Alpha-Numeric: GS1Code128, Code128, Code39 Extended, Code39 Standard, Code93 Extended, Code93 Standard, Australia Post, Italian Post 25, Matrix 2 of 5, DatabarExpanded, PatchCode\ 2D Symbologies: PDF417, DataMatrix, Aztec, QR, MicroQR, GS1DataMatrix, Code16K, CompactPDF417, Swiss QR (QR Bill)

Read Barcodes From

Images: JPEG, TIFF, PNG, BMP

Save Barcode Labels As

Images: JPEG, TIFF, PNG, BMP

Get Started with Aspose.BarCode for PHP via Java

Install PHP application into J2SE

  1. Install Java 1.8 or above
  2. Install PHP 7.0 or above into the operating system PATH.
  3. Put aspose-barcode-php-xx.x.jar to certain location, for example folder 'jar'
  4. Prepare JavaBridge. You need to place JavaBridge.jar to a specific path and add it to the classpath. Or you can just point the path to JavaBridge.jar via command -jar path/to/JavaBridge.jar
  5. Launch the JavaBridge by command "%JAVA_HOME%\bin\java" -Djava.ext.dirs=../jar -jar JavaBridge.jar SERVLET_LOCAL:8888 where -Djava.ext.dirs=../jar points to the location of aspose-barcode-php-xx.x.jar and -jar JavaBridge.jar points to the location of JavaBridge.jar You can appoint a port by your choice. We use 8888 just for example to differ from standard servers port numbers.
  6. Test the connection to JavaBridge http://localhost:8888/JavaBridge/java/Java.inc
  7. Deploy php files from folder lib to your web application on webserver For example to C:/xampp/htdocs/Barcode
  8. Add require statement to your php code require_once("http://localhost:8888/JavaBridge/java/Java.inc"); You can find example in examples/php_side/test_assist.php file.
  9. Now you can use the PHP API supplied by Aspose.Barcode PHP classes.

    Install PHP application by using Tomcat

  10. Download and install original Apache Tomcat software and copy JavaBridge.war to its autodeploy folder. For example you can install Tomcat like C:/apache-tomcat-9.0.37 and copy JavaBridge.war to webapps folder of TomcatC:/apache-tomcat-9.0.37/webapps.
  11. Run C:/apache-tomcat-9.0.37/bin/startup.bat, JavaBridge.war will be deployed to C:/apache-tomcat-9.0.37/webapps/JavaBridge.
  12. Copy aspose-barcode-php-xx.x.jar to lib folder, such as C:/apache-tomcat-9.0.37/webapps/JavaBridge/WEB-INF/lib. Restart Tomcat.
  13. Test http://localhost:8080/JavaBridge/java/Java.inc to ensure that PHP works fine.
  14. Deploy php files from the folder 'lib' to your web application on webserver For example to C:/xampp/htdocs/Barcode
  15. Add 'require' statement to your php code require_once("http://localhost:8080/JavaBridge/java/Java.inc"); You can find example in examples/php_side/test_assist.php file.
  16. Now you can use the PHP API supplied by Aspose.Barcode PHP classes.

You can find the installation instructions for php/Java bridge on http://php-java-bridge.sourceforge.net/pjb/installation.php.

Product | Documentation | Blog | API Reference | Search | Free Support | Temporary License


All versions of barcode with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package aspose/barcode contains the following files

Loading the files please wait ....