Download the PHP package julienlinard/php-carousel without Composer

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

PHP Carousel

๐Ÿ‡ฌ๐Ÿ‡ง Read in English

๐Ÿ’ Support the project

If this bundle is useful to you, consider becoming a sponsor to support the development and maintenance of this open source project.


A modern and performant carousel library for PHP with beautiful designs. Pure CSS/JS native implementation with zero external dependencies.

๐Ÿš€ Installation

Requirements: PHP 8.2 or higher

Optional Dependencies

The core library has zero external dependencies. However, if you want to use Twig or Blade integrations, you need to install the corresponding packages:

For Twig integration:

For Blade integration (Laravel):

Note: These dependencies are optional. The core carousel functionality works without them. They are only needed if you use the Twig or Blade extensions.

โšก Quick Start

Simple Image Carousel

Card Carousel

Testimonial Carousel

๐ŸŽจ Visual Demos

See the carousels in action! Each type is fully customizable and responsive with smooth animations.

Image Carousel

Perfect for hero banners and image galleries with smooth slide transitions.

Card Carousel

Ideal for product listings, blog posts, or feature showcases. Displays multiple items per slide.

Testimonial Carousel

Beautiful fade transitions for customer reviews and testimonials.

Gallery Carousel

Advanced gallery with thumbnail navigation for easy browsing.

๐Ÿ“‹ Features

๐Ÿ“– Documentation

Core Documentation

Advanced Topics

Integration Guides

Examples & Tutorials

Carousel Types

Image Carousel

Perfect for image galleries and hero banners.

Card Carousel

Ideal for product listings, blog posts, or feature cards.

Testimonial Carousel

Perfect for customer reviews and testimonials.

Gallery Carousel

Advanced gallery with thumbnails navigation.

Configuration Options

Advanced Usage

Custom Items

Separate HTML, CSS, and JS

Dark/Light Theme Support

Virtualization for Large Carousels

Custom Transitions and Animations

Export/Import Configuration

Server-Side Rendering (SSR)

SSR Benefits:

Built-in Analytics

A/B Testing Built-in

Multiple Carousels on Same Page

๐ŸŽจ Styling

The carousel uses pure CSS with no external dependencies. All styles are scoped to the carousel container to avoid conflicts.

Custom Styling

You can override styles using CSS:

๐Ÿ“š API Reference

Carousel Class

Static Factory Methods

Instance Methods

CarouselItem Class

Constructor

Static Methods

Instance Methods

๐Ÿ’ก Examples

Example 1: Product Carousel

Example 2: Hero Banner Carousel

Example 3: Customer Testimonials

๐Ÿ”Œ Integrations

Twig Integration

See INTEGRATION_TWIG.md for complete documentation.

Blade Integration (Laravel)

See INTEGRATION_BLADE.md for complete documentation.

๐Ÿงช Tests

Test Coverage:

๐Ÿ“š Additional Documentation

๐Ÿ“ License

MIT License - See the LICENSE file for more details.

๐Ÿค Contributing

Contributions are welcome! Feel free to open an issue or a pull request.

๐Ÿ“ง Support

For any questions or issues, please open an issue on GitHub.

๐Ÿ’ Support the project

If this bundle is useful to you, consider becoming a sponsor to support the development and maintenance of this open source project.


Developed with โค๏ธ by Julien Linard


All versions of php-carousel with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
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 julienlinard/php-carousel contains the following files

Loading the files please wait ...