Composer | Symfony | |
---|---|---|
209 | 166 | |
28,617 | 29,782 | |
0.3% | 0.4% | |
9.6 | 10.0 | |
2 days ago | 4 days ago | |
PHP | PHP | |
MIT License | MIT License |
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.
Composer
-
Building a CRUD API with Laravel and Sanctum
Composer for managing PHP dependencies
-
Building a Pokémon API in PHP: A Beginner's Guide
Before we dive into the code, we need to make sure that Composer is installed. Composer is the dependency manager for PHP, and it will help us include the necessary libraries.
-
How to Build a Real-time Chat App with Laravel, Vue.js, and Pusher
Composer installed globally
-
Setting Up A Development Environment For Laravel
Download Composer: Visit Composer’s website and download the Composer-Setup.exe file.
-
ExcelMapper: Simplify Excel Data Importation in Your PHP Projects
Installing ExcelMapper is straightforward using Composer. If you haven't already installed Composer, you can do so here. Once Composer is installed, you can require ExcelMapper in your project:
-
Setting Up a Laravel for Local Development Environment
Composer: This dependency manager is crucial for handling Laravel’s packages. Download and install it from getcomposer.org.
- Composer: A Robust Dependency Manager for PHP Developers
-
Getting Started with Laravel: Your First Application
Install Composer: Laravel requires Composer, a PHP dependency manager, to manage its packages. If you haven't installed it yet, you can download it from getcomposer.org.
-
Using php7-mysql-shim to Address `mysql_*` Function Compatibility in PHP 7
Install Composer: If you don't already have Composer installed, you can install it by following the instructions at getcomposer.org.
-
How to lnstall and Use Composer in PHP Project?
Open a browser and navigate to (https://getcomposer.org/)
Symfony
-
Creating focused domain applications. A Symfony approach (Part 1)
This is the first post of a series that i've decided to create in order to explain how I organize my symfony applications and how I try to write code as domain-oriented as possible. Bellow, you can find the flow diagram that I will use during all the series parts. In each post, I will focus in a concrete part of the diagram and I will try to analyze the processes involved and detect which parts would belong to our domain and how to decouple from the other parts using external layers.
-
Focusing your tests on the domain. A PHPUnit example
The example is built over a Symfony environment and using the PHPUnit library, but the idea is valid for any language or framework.
- Symfony: A Robust and Scalable PHP Framework for Modern Web Applications
-
Integration tests on Symfony with Testcontainers
Today Symfony Framework is one of most mature and stable frameworks in PHP universe and it have various good implemented solutions, as integration tests for example. But, personally I always thought that although is easy to do integration tests itself, to provide external dependencies for test It wasn't always so easy, as databases for example.
- Testes de Integração no Symfony com Testcontainers
-
Symfony 7 vs. .NET Core 8 - Templating
There is one global variable (an AppValriable) accessible in every template, which can give us info about the current request, user, or environment:
-
Creating a React component using Symfony UX
I have been using Angular to build my front-ends for much time and I wanted to try another framework. I usually read a lot of posts and articles about React and I decided to start learning it. As I am a Symfony lover, I decided to start my learning trying to integrate a React component by using the symfony/ux-react component. In this post, I will explain the steps I've followed to achieve it.
-
How to Send Emails with Email API: Practical Examples in Popular Languages and Frameworks
However, it’s recommended to use Symfony for its fast performance, ease of use, flexibility, and strong community support.
-
Why we chose Elixir
Some time ago, I worked with a team to rebuild a company's internal web application, which was based on a very outdated version of Symfony, and was no longer salvageable for several reasons.
-
Creating your own security attribute with Symfony
Symfony security has a great feature to check authorization named Voters. Voters are services which allows you to check user authorization in the way you need. In this article, I would like to share with you another way to define custom authorization checking: Create our custom security attribute Let’s imagine we store user roles out of the User class (the one which implements the Symfony UserInterface) and we have a controller on which we only want to allow ROLE_SUPERUSER users.
What are some alternatives?
Pickle - PHP Extension installer
PHPMailer - The classic email sending library for PHP
Melody - One-file composer scripts
Swoole - 🚀 Coroutine-based concurrency library for PHP
Composer Installers - A Multi-Framework Composer Library Installer
Slim Framework - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
composer-unused - Show unused composer dependencies by scanning your code
Spiral Framework - High-Performance PHP Framework
Climb
ProxiTok - Open source alternative frontend for TikTok made using PHP
Laravel - Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
tesseract-ocr-for-php - A wrapper to work with Tesseract OCR inside PHP.