Download the PHP package gregpriday/laravel-zyte-api without Composer

On this page you can find all versions of the php package gregpriday/laravel-zyte-api. 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 laravel-zyte-api

Laravel Zyte API

⚠️ Important Notice ⚠️: This package is currently in an early development stage, and breaking changes may be introduced with each new release. While we strive to maintain stability, users should exercise caution and closely review the changelog when upgrading to newer versions. Contributions and feedback are welcome to help improve the package's stability and functionality.

Laravel Zyte API is a powerful Laravel package that seamlessly integrates Zyte's web scraping capabilities into your Laravel applications. With a focus on flexibility and ease of use, this package simplifies the process of extracting data from web pages using Zyte's advanced data extraction API.

Features

Installation

Install the package via Composer by running the following command in your Laravel project directory:

Configuration

To configure your Zyte API key, proxy, and other settings, publish the package configuration file:

This command will create a config/zyte.php file in your project. Open this file to review the available configuration options.

Next, add the following entries to your .env file:

Make sure to replace your-zyte-api-key-here with your actual Zyte API key and your-proxy-url-here with the appropriate proxy URL.

Usage

Extracting Data

To extract data from a URL or multiple URLs, use the extract method:

The extract method accepts the following parameters:

Handling Errors

The package includes built-in retry logic to handle API request failures. If a request fails, it will automatically retry up to 5 times before returning an error message. You can customize the retry behavior by modifying the GuzzleRetryMiddleware configuration in the ZyteApi constructor.

Using the Zyte Proxy

To make requests through the Zyte proxy, you can use the ZyteClient class:

Make sure to set the ZYTE_PROXY value in your .env file to the appropriate proxy URL.

Processors

The package includes a Processors class that provides utility methods for processing extracted data. For example, the htmlToCleanMarkdown method can be used to convert HTML content to clean Markdown format:

Testing

The package includes PHPUnit tests to ensure its functionality. To run the tests, navigate to your project directory and execute:

Make sure to configure your test environment properly to prevent real API calls to Zyte during testing.

Contributing

Contributions to the Laravel Zyte API package are welcome! If you find any bugs, have suggestions for improvements, or want to add new features, please submit a pull request. Ensure that your contributions adhere to the project's coding standards and conventions.

License

The Laravel Zyte API package is open-source software licensed under the MIT License.


All versions of laravel-zyte-api with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
caseyamcl/guzzle_retry_middleware Version ^2.9
guzzlehttp/guzzle Version ^7.8
illuminate/contracts Version ^11.0
league/html-to-markdown Version ^5.1
spatie/laravel-package-tools Version ^1.14.0
symfony/dom-crawler Version ^7.0
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 gregpriday/laravel-zyte-api contains the following files

Loading the files please wait ....