Download the PHP package cnrp/laravel-instagram-feed without Composer

On this page you can find all versions of the php package cnrp/laravel-instagram-feed. 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-instagram-feed

Laravel Instagram Feed

A Laravel package for fetching, storing, and displaying Instagram feeds with Filament integration. This package provides an efficient way to manage Instagram content within your Laravel application.

Features

Installation

You can install the package via composer:

The package will automatically register its service provider.

Configuration

The package comes with a default configuration file. If you need to customize these settings, you can publish the config file:

This will create a config/instagram-feed.php file in your app's configuration directory. The default configuration looks like this:

Configuration Options

Make sure to set the appropriate values in your .env file:

Usage

In Filament Admin Panel

This package provides a Filament page for managing your Instagram feeds. You can access it at /admin/instagram-manager.

  1. Navigate to the Instagram Manager page in your Filament admin panel.
  2. Click on "Add New Profile" to authenticate with Instagram.
  3. Once authenticated, you can view and manage multiple Instagram profiles and their feeds.
  4. Use the "Refresh Feed" button to manually update the feed for a selected profile.

To publish the styles for the Instagram Manager page, run the following command php artisan filament:assets

Programmatic Usage

You can also use the package programmatically:

Models

The package provides the following Eloquent models:

You can interact with these models using standard Eloquent operations.

WebP Conversion

Images are automatically converted to WebP format when stored, improving load times and optimizing storage usage.

Planned Features

License

This package is open-sourced software licensed under the MIT license.

Support

If you encounter any issues or have questions, please open an issue on GitHub.


All versions of laravel-instagram-feed with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.2
livewire/livewire Version ^3.0
spatie/laravel-package-tools Version ^1.16.0
illuminate/support Version ^10.0
intervention/image Version ^3.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 cnrp/laravel-instagram-feed contains the following files

Loading the files please wait ....