A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony for Mac

  -  13.8 MB  -  Open Source
Symfony for Mac is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony. The leading PHP framework to create websites and web applications.

Built on top of the Symfony Components. A set of decoupled and reusable components on which the best PHP applications are built, such as Drupal, phpBB, and eZ Publish.

A passionate group of over 600,000 developers from more than 120 countries, all committed to helping PHP surpass the impossible. Embracing and promoting professionalism, best practices, standardization, and interoperability of applications.

Six good reasons to use Symfony for macOS

Reputation
Quickly adopted by professionals active in this field following its launch in 2005, Symfony today is a stable environment that is both well-known and recognized internationally. The number of its references attests to this, as they have grown significantly since its launch. The app is also an active community; developers, integrators, users, and other contributors who participate in the ongoing enrichment of this tool.

Permanence
It was originally created by the interactive agency SensioLabs. Designed by professionals for professionals, Symfony for Mac is first and foremost a pragmatic tool, the features of which address real-world requirements. Permanence is also something that relates to long-term support. Professional web app support is provided by SensioLabs, but there is also an entire ecosystem that has grown up around the app since its launch: the community (Slack, Stack Overflow, etc.) and the many other services companies that have invested in the framework.

References
Intranets, major general public sites, social networks, community sites, management and workflow applications, etc. Examples are not lacking: Hundreds of sites and applications of all sizes and of all types trust the components. This is specifically the case of Yahoo!, Dailymotion, Opensky.com, Exercise.com, and even applications such as phpBB and Drupal.

Innovation
The program is everything that you would come to expect from a framework: speed, flexibility, reusable components, etc. Then there is the structure of what has been developed and the use of best practices. Not bad! But that is not all! Since SensioLabs has developed a habit of shaking up the established order and is always striving for excellence, (and its entire community) has developed a sense of curiosity that goes well beyond PHP. In addition, seeking out ongoing improvement in the productivity of developers, envisioned the “web debug toolbar,” taken from other frameworks, whether PHP or otherwise.

Resources
When using Symfony for macOS, you are assured of never “being alone with your screen.” Whether a question of community support (mailings lists, IRC, etc.) or company support (consulting, training, etc.), you will always find the answers to your questions. Starting from the principle that “an undocumented line is a line that does not exist,” you will also find many works dedicated to the app, which will help you throughout the development of your sites and applications.

Interoperability
The idea behind Symfony: Don’t lock yourself up within Symfony! Allow yourself to build applications that precisely meet your needs! The framework respects the existing “de facto standards” of PHP: PHPUnit, naming conventions for classes, etc. Furthermore, It also allows you to use certain pieces of its software building blocks (dependency injector, translations management, forms management, etc.) without necessarily using the framework in its entirety.

How to Use

Install PHP using Homebrew

Install Composer globally

Create a Symfony project via Composer

Run Symfony server with CLI tool

Develop using your preferred IDE or editor

Test and debug using built-in tools

Deploy via command-line or hosting platform

System Requirements
  • macOS 10.15 (Catalina) or later
  • PHP 8.1 or later
  • Composer 2.x
  • Web server (Apache, Nginx, or Symfony CLI server)
  • At least 4 GB RAM
  • MySQL or PostgreSQL (optional for DB)
PROS
  • Easy to set up with Symfony CLI
  • Powerful built-in debugging tools
  • Extensive documentation and support
  • Flexible architecture for large apps
  • Built-in testing and profiling tools
CONS
  • Requires PHP and Composer setup
  • Configuration can be verbose
  • Heavy for small or simple projects
  • Fewer GUI tools compared to others
Note: Requires PHP.

Also Available: Download Symfony for Windows

Why is this app published on FileHorse? (More info)

What's new in this version:

Fixed:
- [Console] Table counts wrong column width when using colspan and setColumnMaxWidth()
- [Console] Table counts wrong number of padding symbols in renderCell() method when cell contain unicode variant selector
- [Cache] Fix using a ChainAdapter as an adapter for a pool
- [HttpKernel] Fix #[MapUploadedFile] handling for optional file uploads
- [Serializer] Fix collect_denormalization_errors flag in defaultContext
- [TypeInfo] Fix handling ConstFetchNode
- [Uid] Improve entropy of the increment for UUIDv7
- [Console] Fix command option mode (InputOption::VALUE_REQUIRED)
- [VarDumper] Avoid deprecated call in PgSqlCaster
- [TypeInfo] use an EOL-agnostic approach to parse class uses
- [Intl] Fix locale validator when canonicalize is true
- [Notifier] Update fake SMS transports to use contracts event dispatcher
- [FrameworkBundle] also deprecate the internal rate limiter factory alias
- [HttpFoundation] Revert " Emit PHP warning when Response::sendHeaders() is called while output has already been sent"
- [Validator] Add missing HasNamedArguments to some constraints
- [TwigBundle] fix preload unlinked class BinaryOperatorExpressionParser
- [Mailer] [Transport] Send clone of RawMessage instance in RoundRobinTransport
- [DependencyInjection] Fix generating adapters of functional interfaces
- [Serializer] Fix TraceableSerializer when called from a callable inside array_map
- [ObjectMapper] Fix parameter passed to class level transform
- [Serializer] Add support for discriminator map in property normalizer
- [FrameworkBundle] Fix argument not provided to add_bus_name_stamp_middleware
- [DependencyInjection] Fix inlining when public services are involved
- [HttpClient] Limit curl's connection cache size
- [JsonPath] Improve compliance to the RFC test suite
- [FrameworkBundle] Fix allow loose as an email validation mode
- [Messenger] Fix float value for worker memory limit
- [Security] Handle non-callable implementations of FirewallListenerInterface
- [DomCrawler] Allow selecting buttons by their value
- [Validator] flip excluded properties with keys with Doctrine-style constraint config
- [FrameworkBundle] Fixes getting a type error when the secret you are trying to reveal could not be decrypted
- [JsonPath] Fix subexpression evaluation in filters
- Silence E_DEPRECATED and E_USER_DEPRECATED
- [HttpCache] Hit the backend only once after waiting for the cache lock
- [Runtime] fix compatibility with Symfony 7.4
- [JsonPath] Fix support for comma separated indices
- [Form] Keep submitted values when keep_as_list option of collection type is enabled
- [Form] Fix keep_as_list when data is not an array
- [DependencyInjection] Fix ServiceLocatorTagPass indexes handling
- [Form] Fix handling the empty string in NumberToLocalizedStringTransformer
- [Intl] Add missing currency (NOK) localization (en_NO)
- [JsonPath] Better handling of unicode chars in expressions
- [Intl] Ensure data consistency between alpha and numeric codes
- [VarDumper] Fix dumping LazyObjectState when using VarExporter v8
- [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass
- [Security] Keep roles when serializing tokens
- [JsonPath] Always use brackets notation with JsonPath::key()
- [TypeInfo] Fix type alias resolving
- [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass
- [TypeInfo] Fix merging collection value types with union types
- [PhpUnitBridge] Skip bootstrap for PHPUnit >=10
- [FrameworkBundle] don't register SchedulerTriggerNormalizer without symfony/serializer
- [TypeInfo] Handle key-of and value-of types
- [Mailer] use STARTTLS for SMTP with MailerSend
- [Yaml] fix support for years outside of the 32b range on x86 arch on PHP 8.4
- [Ldap] Fix LdapUser::isEqualTo
- [FrameworkBundle] set NamespacedPoolInterface alias to cache.app
- [WebProfilerBundle] Fix toolbar with ajax requests not closing
- [HttpKernel] Fix Symfony 7.3 end of maintenance date
- skip interactive questions asked by Composer
- [HttpKernel] pass log level instead of exception to resolve the logger
- [HttpKernel] Do not superseed private cache-control when no-store is set
- [DependencyInjection] Make YamlDumper quote resolved env vars if necessary
- [Notifier][Clicksend] Fix lack of recipient in case DSN does not have optional LIST_ID param
- [HttpFoundation] Fixed 'Via' header regex