Perfbase
Perfbase is a PHP performance monitoring and profiling platform for finding the real cause of slow code.
Perfbase supports PHP 7.4 through PHP 8.5.
It works across the wider PHP ecosystem, including Laravel, Symfony, WordPress, custom PHP applications, Composer-based projects, APIs, queues, workers, cron jobs, and CLI scripts.
Instead of only showing high-level request timings or database query totals, Perfbase captures runtime-level PHP traces so developers can see which methods, functions, libraries, framework code, SDK calls, loops, templates, or background tasks are actually consuming time.
This is useful when a request takes 1,200ms but your database profiler only explains 50ms. Perfbase helps uncover the missing time and shows where optimisation work should happen.
Perfbase is designed for PHP developers, agencies, SaaS teams, and businesses running PHP applications in production. It helps debug slow pages, investigate regressions, profile third-party library overh
Learn more
Symfony
Symfony 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, Prestashop, and Laravel.
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.
Learn more
Slim Framework
Slim is an ideal tool to create APIs that consume, repurpose, or publish data. Slim is also a great tool for rapid prototyping. Heck, you can even build full-featured web applications with user interfaces. More importantly, Slim is super fast and has very little code. You don’t always need a kitchen-sink solution like Symfony or Laravel. These are great tools, for sure. But they are often overkill. Instead, Slim provides only a minimal set of tools that do what you need and nothing else. First, you need a web server like Nginx or Apache. A Slim app contains routes that respond to specific HTTP requests. Each route invokes a callback and returns an HTTP response. To get started, you first instantiate and configure the Slim application. Next, you define your application routes.
Learn more
CakePHP
The migration guide has a complete list of what's new in 4.3.0. We recommend you give that page a read when upgrading. While CakePHP 4 contains a number of breaking changes we have prepared an exhaustive migration guide covering all the deprecated and removed features as well as highlighting the shiny new features. CakeDC, the commercial entity behind the CakePHP framework, was established by Larry Masters, the founder of CakePHP. CakeDC offers CakePHP development, consultancy, CakePHP training and code review Services. From startups and social networks to e-commerce and enterprise-level applications, CakeDC provides the highest quality CakePHP development available. The things you need are built-in. Translations, database access, caching, validation, authentication, and much more are all built into one of the original PHP MVC frameworks.
Learn more