From java / .net to say hello to Php and Symfony ?

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. API Platform

    πŸ•ΈοΈ Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.

    If you are looking to make apis, check out https://api-platform.com . It is based on symfony.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. PHP CPP

    Library to build PHP extensions with C++

    Look at things like how Hydration in PHP can done. Look also at PDO directly and how you can choose to get an array, or object back from the database directly from the driver (https://www.php.net/manual/en/pdostatement.fetchall.php ). Look at how to create a underlaying C++ library that can talk directly to the hardware (http://www.php-cpp.com/ ). Use PHP as a first class Templating language as this is what it was designed to do (https://www.ntchosting.com/encyclopedia/scripting-and-programming/php/php-in/). Pro tip, you don't have to template HTML, PHP can "template" anything that returns a stream.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • API Platform – The API-first framework

    1 project | news.ycombinator.com | 30 Apr 2025
  • API Platform

    1 project | news.ycombinator.com | 30 May 2024
  • Consistent validation with API Platform 3

    2 projects | dev.to | 12 May 2024
  • Shot in the dark

    2 projects | /r/PHP | 12 Jul 2023
  • API Platform (the PHP framework for creating REST and GraphQL APIs) has a brand new website!

    1 project | /r/PHP | 30 Jun 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?