framework
:gem: Go! AOP PHP - modern aspect-oriented framework for the new level of software development (by goaop)
Safe
All PHP functions, rewritten to throw exceptions instead of returning false (by thecodingmachine)
framework | Safe | |
---|---|---|
2 | 7 | |
1,663 | 2,422 | |
0.0% | 0.6% | |
8.3 | 9.4 | |
11 months ago | 6 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.
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.
framework
Posts with mentions or reviews of framework.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-06.
-
Strategic options for plugin system in a Synfony app?
The second one, is the using pure AOP approach - https://github.com/goaop/framework (ffi related).
-
Use namespaced functions to replace native functions - github.com/rezen/proxyz
Go!AOP can do that and many more. One drawback is that it doesn't support php8 (yet).
Safe
Posts with mentions or reviews of Safe.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-18.
-
PHP libraries and tools
thecodingmachine/safe: All PHP functions, rewritten to throw exceptions instead of returning false
-
Oh boy here we go again…
There are workarounds with some third party libraries, but yeah, it's a pain.
- Which inconsistences of PHP annoy you the most?
-
Any ideas about why json_encode would return empty for a request on local dev, but not empty on server?
- try not to use the built-in json_encode, as it doesnt have proper error handling. Use instead this: https://github.com/thecodingmachine/safe and Safe\json_encode()
-
Native defer & errdefer
Not what you asked for, in modern codebases it's advised to use things like https://github.com/thecodingmachine/safe
-
Use namespaced functions to replace native functions - github.com/rezen/proxyz
The goal of https://github.com/thecodingmachine/safe is different than proxyz. My goal is a method proxy that allows you to override or watch the behaviour of a function from the "global namespace" effortlessly.
-
preg_last_error() and json_last_error()
Safe-PHP redeclares all core PHP functions (in a new namespace) to throw exceptions properly. I use this on almost every project now.
What are some alternatives?
When comparing framework and Safe you can also consider the following projects:
php-aop - PHP-AOP is a library that adds aspect oriented programming capabilities to PHP.
PHP Dotenv - Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
hyperf - 🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Expose - A beautiful, fully open-source, tunneling service - written in pure PHP
proxyz - Uses namespaced functions to replaced native functions
Symfony VarDumper - Provides mechanisms for walking through any arbitrary PHP variable