Download the PHP package jeankassio/sioner-metadata-extractor without Composer

On this page you can find all versions of the php package jeankassio/sioner-metadata-extractor. 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 sioner-metadata-extractor

Sioner Metadata Extractor

Sioner Metadata Extractor uses Chromedriver to extract metadata from websites with javascript using Symfony/Panther.

Total Downloads License: MIT

Installing Sioner

Use Composer to install Sioner in your project:

`

Dependencies:

Installing ChromeDriver

See the version of the Chrome

Go to: https://chromedriver.chromium.org/downloads

image

Click in your version.

image

Download to your system

Unzip and upload to your server

Finished

Usage

Here is some available metadata that was returned by Sioner Metadata Extractor:

How it works?

Sioner Metadata Extractor can, before running completely in the determined amount of seconds (explained later), quickly run the search for the determined data and obtain this data without the need to use javascript, thus saving its execution time. To do this, just pass the data you want to obtain as mandatory in the first verification as parameter #4

But if that doesn't happen, it will run the Browser with javascript to get the data. The time for which it will run by default is 3 seconds, but you can change this value by setting parameter #2

We get og:image by default of 200x200, and if it's not found, the next image larger than that dimension will be returned. If none match, the largest is returned. But you can also set these values.

And that way you can pass the parameters you want and build the way you want. Watch

Copyright and license

Code released under the MIT license.


All versions of sioner-metadata-extractor with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-dom Version *
ext-libxml Version *
php-webdriver/webdriver Version ^1.8.2
symfony/browser-kit Version ^5.3 || ^6.0
symfony/dependency-injection Version ^5.3 || ^6.0
symfony/deprecation-contracts Version ^2.4 || ^3
symfony/dom-crawler Version ^5.3 || ^6.0
symfony/http-client Version ^5.3 || ^6.0
symfony/http-kernel Version ^5.3 || ^6.0
symfony/process Version ^5.3 || ^6.0
symfony/css-selector Version ^5.3 || ^6.0
symfony/panther Version ^2.0.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 jeankassio/sioner-metadata-extractor contains the following files

Loading the files please wait ....