Glide VS Symfony

Compare Glide vs Symfony and see what are their differences.

Glide

Wonderfully easy on-demand image manipulation library with an HTTP based API. (by thephpleague)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Glide Symfony
7 154
2,527 29,335
0.3% 0.4%
3.3 10.0
17 days ago 4 days ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Glide

Posts with mentions or reviews of Glide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-13.
  • Having issues with WebP compression
    3 projects | /r/Frontend | 13 Sep 2022
    We use https://glide.thephpleague.com/. It's dead easy to crop and resize with it too.
  • Converting images to .webp
    3 projects | /r/symfony | 12 Sep 2022
    Best library for image manipulation is https://glide.thephpleague.com/
  • Creating a package, looking for feedback and suggestions
    2 projects | /r/laravel | 3 Aug 2022
  • How do you handle image optimization, resizing and thumbnail in Laravel?
    6 projects | /r/laravel | 18 Jan 2022
    A solution for self hosted in PHP is Glide: https://glide.thephpleague.com
  • ImageMagick (6.9) vs GD (2.2) on PHP 7.4 (in 2021): Pros & Cons in terms of Security, Performance, and Color Profile Support
    3 projects | /r/PHP | 16 Aug 2021
    You should check out Glide. It provides an easy to use RESTful API for dynamically transforming images on the fly, handles caching them in Flysystem automatically, is easy to integrate in most modern frameworks, and allows you to secure the endpoint via signed URLs, presets and maximum sizes.
  • Srcset and Sizes (2014)
    1 project | news.ycombinator.com | 11 Aug 2021
    This is some pretty powerful stuff. Here's a more information-dense and up-to-date rundown of srcset and sizes: https://bitsofco.de/the-srcset-and-sizes-attributes/

    Notably, it shows how it's possible to use different images based on a portrait or landscape layout of the viewport, which OP doesn't cover. That's not always useful but it's good to know it's there when you might want to use it.

    I was recently (well, several months ago) tasked with improving the Google PageSpeed scores on mobile for a site which has a lot of image-heavy pages. The end solution involved adapting all images to use a image with a WebP alternative for browsers that can show it (Google's tools like it when you use their near-proprietary image format; go figure), plus using srcset and sizes (which can be used on tags inside of tags as well as tags) plus a script which resizes and caches resized versions of large images based on URL parameters (basically an ersatz Glide [0]; I wish I had known it existed when I started). The end result severely reduced page weight for mobile visitors and was successful in raising our PageSpeed scores and appeasing my client.

    [0]: https://glide.thephpleague.com

Symfony

Posts with mentions or reviews of Symfony. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-08.
  • Backend-Genese: Von PHP zu Node.js & TypeScript (Teil 1)
    2 projects | dev.to | 8 May 2024
  • The PHP Orkestra Framework
    7 projects | dev.to | 5 May 2024
    Currently Laravel is the "go to" for new PHP applications to mostly developers today, if not, plain PHP, Slim, Symfony and other frameworks does the job, but for Wordpress, custom PHP boilerplates or/and outdated PHP patterns (aka, single ton) is what we have for work in mostly cases, if not, hacky ways to integrate frameworks as Laravel itself or parts of it to leverage a better code structure.
  • Using interfaces the wrong way
    1 project | dev.to | 24 Mar 2024
    Let's have a look at the class EventSourceHttpClient and try to use it in Symfony\Component\Webhook\Server\Transport. It's an entirely hypothetical example to illustrate the point.
  • Top 12 PHP Frameworks For Web Development in 2024
    13 projects | dev.to | 13 Feb 2024
    Symfony is an open-source PHP framework developed by SensioLabs which has a thriving community of over 300,000 developers with 29k stars and 9.4k forks on GitHub. It provides a set of reusable PHP components and a development methodology for building complex and scalable web applications. It is recommended due to its advanced features and user-friendly environment. The user can also develop microservices.
  • Performance benchmark of PHP runtimes
    7 projects | dev.to | 17 Jan 2024
    Symfony 7
  • Show HN: Mutable.ai – Turn your codebase into a Wiki
    14 projects | news.ycombinator.com | 8 Jan 2024
    Would be great to see for https://github.com/symfony/symfony, thanks! As that's a monorepo it may provide a challenge to the tool.
  • Shopware Changes since the 6.0 Dev Training Videos
    5 projects | dev.to | 12 Dec 2023
    As Shopware is mostly based on the Symfony framework, which is in turn based on the PHP language, we should also consider learning about the basics, which will also be useful for other frameworks apart from Shopware, like Symfonycasts, symfony.com, php.net.
  • is there an easy way to create a safe login page against SQL injection?
    1 project | /r/PHPhelp | 9 Dec 2023
    Use PHP frameworks such as Symfony. It cares about all the stuff.
  • Acquia, My Drupal Startup
    3 projects | news.ycombinator.com | 1 Dec 2023
    Symfony is a PHP framework. https://symfony.com/

    It caused much of the internal of Drupal to be re-written. This included how it was extended. With previous major versions you learned about new features and APIs. They followed mostly existing design patterns so it was easy to learn and updates your extensions for. With Symfony you had to learn whole new systems and ways of doing things. It was like learning something entirely new. And, porting extensions to it was far more work and time.

    Also, the updates made Drupal slower while consuming far more system resources for the same thing. This increased costs to operate.

  • Clean controllers in Symfony (III): request handling
    1 project | dev.to | 11 Oct 2023
    Internally, the kernel executes a controller, that is a callable, passing it an array of arguments. For each of these arguments, Symfony calculates its value using services that implement the ValueResolverInterface1.

What are some alternatives?

When comparing Glide and Symfony you can also consider the following projects:

Intervention Image - PHP Image Processing

PHPMailer - The classic email sending library for PHP

Imagine - PHP Object Oriented image manipulation library

Swoole - 🚀 Coroutine-based concurrency library for PHP

PHP Image Workshop - ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library

Slim Framework - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

Image Hash - 🌄 Perceptual image hashing for PHP

Spiral Framework - High-Performance PHP Framework

GIF Frame Extractor - GifFrameExtractor is a PHP class that separates all the frames (and their duration) of an animated GIF

ProxiTok - Open source alternative frontend for TikTok made using PHP

GIF Creator - GifCreator is a PHP class that creates animated GIF from multiple images

tesseract-ocr-for-php - A wrapper to work with Tesseract OCR inside PHP.