Download the PHP package partitech/llamacloud without Composer
On this page you can find all versions of the php package partitech/llamacloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download partitech/llamacloud
More information about partitech/llamacloud
Files in partitech/llamacloud
Package llamacloud
Short Description Simple php client for LamaCloud, LlamaParse and LlamaExtract services
License MIT
Informations about the package llamacloud
LlamaCloud PHP Client
This PHP client provides a simple interface to interact with the LlamaParse API service, allowing you to perform a variety of tasks such as uploading files, retrieving job details, and obtaining results in different formats. Currently, this package only supports LlamaParse, but LlamaCloud and LlamaExtract services will be added as soon as we have time for it :).
Features
- Upload files to the LlamaParse service
- Retrieve job statuses and details
- Access job results in various formats (text, raw text, JSON, Markdown, images)
- Generate presigned URLs for downloading results
- Monitor usage and retrieve parsing history
Installation
Install the package via composer:
Usage
-
Get Supported File Extensions Retrieve a list of supported file extensions.
-
Upload File Upload a file to LlamaParse and create a job.
-
Get Usage Data Retrieve usage data for the parsing service.
-
Get Job By ID Retrieve details of a job using its ID.
-
Get Parsing Job Details Get detailed information about a specific parsing job.
-
Get Job Text Result Retrieve the parsed text result of a job.
-
Get Job Raw Text Result Retrieve the raw text result of a parsing job.
-
Get Job JSON Result Retrieve the parsed JSON result of a job.
-
Generate Presigned URL Generate a presigned URL for downloading a file associated with a job.
-
Get Job Image Result Retrieve the image result of a parsing job.
- Get Parsing History Retrieve the parsing history.
Contributions
We welcome contributions to this project! Feel free to fork the repository, submit pull requests, or report any issues. Contributions to support LlamaCloud and LlamaExtract services will be highly appreciated.
License This project is licensed under the MIT License.