Download the PHP package sharpapi/sharpapi-php-client without Composer

On this page you can find all versions of the php package sharpapi/sharpapi-php-client. 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 sharpapi-php-client

SharpAPI GitHub cover

⚠️ DEPRECATED: SharpAPI PHP Client SDK

🔴 This Package is No Longer Maintained

This monolithic package (sharpapi/sharpapi-php-client) has been deprecated and replaced with specialized, endpoint-specific packages.

Why the Change?

✅ What Should You Use Instead?

Please migrate to the new specialized packages listed below. Each package is focused on a specific SharpAPI endpoint and provides a cleaner, more maintainable solution.


📦 New Specialized Packages

📝 Content & Marketing Automation

Package Description Installation
php-content-summarize-text AI-powered text summarization composer require sharpapi/php-content-summarize-text
php-content-text-translator Advanced text translator (80+ languages) composer require sharpapi/php-content-text-translator
php-content-paraphrase-text Paraphrase and rephrase content composer require sharpapi/php-content-paraphrase-text
php-content-proofread-grammar Proofread text and check grammar composer require sharpapi/php-content-proofread-grammar
php-content-keywords-tags Generate keywords and tags from content composer require sharpapi/php-content-keywords-tags
php-content-spam-detector Detect spam content with confidence score composer require sharpapi/php-content-spam-detector
php-content-phone-detector Extract and format phone numbers composer require sharpapi/php-content-phone-detector
php-content-url-detector Extract and validate URLs from text composer require sharpapi/php-content-url-detector
php-content-email-detector Extract and validate email addresses composer require sharpapi/php-content-email-detector

🛒 E-commerce

Package Description Installation
php-ecommerce-product-review-sentiment Analyze product review sentiment composer require sharpapi/php-ecommerce-product-review-sentiment
php-ecommerce-product-categorization Categorize products with AI composer require sharpapi/php-ecommerce-product-categorization
php-ecommerce-product-intro-generator Generate product introductions composer require sharpapi/php-ecommerce-product-intro-generator
php-ecommerce-thank-you-email Generate personalized thank you emails composer require sharpapi/php-ecommerce-thank-you-email

🧑‍💻 HR Tech

Package Description Installation
php-hr-related-skills Find related skills with relevance scores composer require sharpapi/php-hr-related-skills
php-hr-related-job-positions Find similar job positions composer require sharpapi/php-hr-related-job-positions
php-hr-job-description-generator Generate professional job descriptions composer require sharpapi/php-hr-job-description-generator

✈️ Travel, Tourism & Hospitality

Package Description Installation
php-travel-review-sentiment Analyze travel review sentiment composer require sharpapi/php-travel-review-sentiment
php-travel-hospitality-categorization Categorize hospitality products composer require sharpapi/php-travel-hospitality-categorization
php-travel-tours-activities-categorization Categorize tours and activities composer require sharpapi/php-travel-tours-activities-categorization

🔍 SEO

Package Description Installation
php-seo-tags-generator Generate SEO and social media META tags composer require sharpapi/php-seo-tags-generator

🛠️ Utilities

Package Description Installation
php-utility-airports Global airports database (30,000+ airports) composer require sharpapi/php-utility-airports
php-utility-job-positions Job positions database API composer require sharpapi/php-utility-job-positions

🔄 Migration Guide

Before (Old Package)

After (New Specialized Package)

Key Differences

  1. Focused Imports: Import only the client you need
  2. Named Parameters: Use modern PHP 8.0+ named arguments
  3. Better Type Safety: Improved type hints and validation
  4. Smaller Footprint: Only install dependencies for features you use

⚠️ Important Notes

For Existing Users

This package will continue to work for projects that already use it. The source code remains unchanged, so your existing implementations won't break.

However, we strongly recommend migrating to the new specialized packages because:

When to Migrate


📚 Resources


💬 Need Help?


📜 Old Documentation (For Reference Only)

Click to expand old documentation (for existing users) ### Installation ### Requirements - PHP >= 8.1 ### Basic Usage For complete documentation, please refer to the specialized packages listed above.

License

The MIT License (MIT). Please see License File for more information.


Thank you for using SharpAPI! Please migrate to our new specialized packages for the best experience.

SharpAPI


All versions of sharpapi-php-client with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.8
kongulov/interact-with-enum Version ^1.0
nesbot/carbon Version ^3.0
spatie/url Version ^2.4
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 sharpapi/sharpapi-php-client contains the following files

Loading the files please wait ...