Join us on an exploration beyond traditional PHP boundaries in this enlightening talk. Delve into practical examples showcasing PHP's versatility in three distinct realms: Infrastructure as Code, WebAssembly (WASM)-based serverless, and browser-based applications.
Discover how PHP can seamlessly adapt to the dynamic landscape of modern development, empowering developers with hands-on insights into its potential across varied domains.
Prepare to embark on a journey where PHP boldly ventures into uncharted territories, pushing the boundaries and changing the terms of fullstack PHP.
A Framework For Lovers of Pure PHP
$ php --ini=diff
Non-default INI settings:
allow_url_include: "0" -> ""
auto_append_file: (none) -> ""
auto_prepend_file: (none) -> ""
display_errors: "1" -> ""
display_startup_errors: "1" -> ""
enable_dl: "1" -> ""
error_reporting: (none) -> "22527"
...Calculate Optimal PHP-FPM Configuration Settings
NativePHP for iOS and Android
This library is a type safe wrapper for PHP Reflection API.
This library is born with the purpose to solve the problem of type safety in PHP Reflection API.
Reflection API is a very powerful tool, but presents some issues.
For example:
- the original
ReflectionClass::getConstantreturnfalseif the constant does not exist or if the constant is equal tofalse. ReflectionClass::newInstancereturn a generic object, but it is possible to know the type of the object.- New interfaces are added to the Reflection API in different PHP versions, so it is not possible to use them in a cross-version way.
Installation
web-fu/reflection is available on Packagist and can be installed
using Composer.
composer require web-fu/reflectionThe SEAL project is a PHP library designed to simplify the process of interacting
with different search engines. It provides a straightforward interface that enables users
to communicate with various search engines, including:
- Elasticsearch
- Opensearch
- Meilisearch
- Algolia
- Loupe
- Solr
- RediSearch
- Typesense
- Memory
- ... missing something? Let us know!
It also provides integration packages for the