url
stringlengths
11
2.25k
text
stringlengths
88
50k
ts
timestamp[s]date
2026-01-13 08:47:33
2026-01-13 09:30:40
http://hackage.haskell.org/package/semigroupoids-1.2.6.1/
semigroupoids: Haskell 98 semigroupoids: Category sans id Hackage :: [Package] Search  Browse What's new Upload User accounts semigroupoids : Haskell 98 semigroupoids: Category sans id [ bsd2 , comonads , control , library ] [ Propose Tags ] [ Report a vulnerability ] Provides a wide array of semigroupoids and operations for working with semigroupds. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. When working with comonads you often have the <*> portion of an Applicative , but not the pure . This was captured in Uustalu and Vene's "Essence of Dataflow Programming" in the form of the ComonadZip class in the days before Applicative . Apply provides a weaker invariant, but for the comonads used for data flow programming (found in the streams package), this invariant is preserved. Applicative function composition forms a semigroupoid. Similarly many structures are nearly a comonad, but not quite, for instance lists provide a reasonable extend operation in the form of tails , but do not always contain a value. Ideally the following relationships would hold: Traversable <---- Foldable <--- Functor ------> Alt ---------> Plus Semigroupoid | | | | | v v v v v Traversable1 <--- Foldable1 Apply --------> Applicative -> Alternative Category | | | | v v v v Bind ---------> Monad -------> MonadPlus Arrow Apply, Bind, and Extract give rise the Static, Kleisli and Cokleisli semigroupoids respectively. This lets us remove many of the restrictions from various monad transformers as in many cases the binding operation or <*> operation does not require them. Finally, to work with these weaker structures it is beneficial to have containers that can provide stronger guarantees about their contents, so versions of Traversable and Foldable that can be folded with just a Semigroup are added. Modules [ Index ] Data Functor Data.Functor.Alt Data.Functor.Apply Data.Functor.Bind Data.Functor.Bind.Trans Data.Functor.Plus Semigroup Data.Semigroup.Foldable Data.Semigroup.Traversable Data.Semigroupoid Data.Semigroupoid.Dual Data.Semigroupoid.Static Traversable Data.Traversable.Instances Downloads semigroupoids-1.2.6.1.tar.gz [ browse ] (Cabal source package) Package description ( revised from the package) Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'. Maintainer's Corner Package maintainers EdwardKmett , EricMertens , ryanglscott For package maintainers and hackage trustees edit package information Candidates 5.2.1 Versions [ RSS ] 1.0.0 , 1.1.0 , 1.1.1 , 1.1.2 , 1.1.3 , 1.2.0 , 1.2.1 , 1.2.2 , 1.2.2.1 , 1.2.2.2 , 1.2.2.3 , 1.2.2.4 , 1.2.4 , 1.2.5 , 1.2.6 , 1.2.6.1 , 1.2.6.2 , 1.3 , 1.3.1 , 1.3.1.1 , 1.3.1.2 , 1.3.2 , 1.3.2.1 , 1.3.3 , 1.3.4 , 3.0 , 3.0.0.1 , 3.0.0.2 , 3.0.1 , 3.0.2 , 3.0.3 , 3.1 , 4.0 , 4.0.1 , 4.0.2 , 4.0.2.1 , 4.0.3 , 4.0.4 , 4.2 , 4.3 , 4.5 , 5 , 5.0.0.1 , 5.0.0.2 , 5.0.0.3 , 5.0.0.4 , 5.0.1 , 5.1 , 5.2 , 5.2.1 , 5.2.2 , 5.3 , 5.3.1 , 5.3.2 , 5.3.3 , 5.3.4 , 5.3.5 , 5.3.6 , 5.3.7 , 6 , 6.0.0.1 , 6.0.1 , 6.0.2 ( info ) Dependencies base (>=4 && <4.6) , comonad (>=1.1.1.1 && <1.2) , containers (>=0.3 && <0.5) , contravariant (>=0.1.2 && <0.2) , semigroups (>=0.8 && <0.9) , transformers (>=0.2 && <0.3) [ details ] License BSD-3-Clause Copyright Copyright (C) 2011 Edward A. Kmett Author Edward A. Kmett Maintainer Edward A. Kmett <ekmett@gmail.com> Uploaded by EdwardKmett at 2012-02-04T02:17:48Z Revised Revision 1 made by HerbertValerioRiedel at 2015-01-03T09:39:00Z Stability provisional --> Category Control , Comonads Home page http://github.com/ekmett/semigroupoids Source repo head: git clone git://github.com/ekmett/semigroupoids.git Distributions Arch: 6.0.1 , Debian: 5.3.4 , Fedora: 6.0.1 , FreeBSD: 5.0.0.3 , LTSHaskell: 6.0.1 , NixOS: 6.0.1 , Stackage: 6.0.2 , openSUSE: 6.0.1 Reverse Dependencies 216 direct, 9047 indirect [ details ] Downloads 309284 total (292 in the last 30 days) Rating 2.5 (votes: 9) [estimated by Bayesian average ] Your Rating λ λ λ Status Docs uploaded by user Build status unknown [ no reports yet ] Produced by hackage and Cabal 3.16.1.0.
2026-01-13T09:30:30
https://blog.frankel.ch//me
A Java geek A Java geek Me Books Speaking Mentions Focus Nicolas Fränkel Nicolas Fränkel is a technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions. 815 posts • Jan 11, 2026 cloudflare tailscale networking From Cloudflare Zero-trust to Tailscale I have spent some time last year implementing Cloudflare Tunnels on my Home Assistant and my Synology NAS. On Mastodon, I had not one but two commenters advertising for Tailscale: Post by @ [email protected] View on Mastodon I decided to give it a try and migrate my servers and devices to Tailscale. In this post, I want to describe how I did. Thanks to Heiko Does and higgins for prompting me to look further! What is Tailscale, how and why? A Zero Trust identity-based connectivity Nicolas Fränkel Jan 4, 2026 2025 retrospective 2025 in retrospective From the beginning, the focus of this blog has been technical, very rarely organizational. I broke this unwritten rule once in 2015. I began writing retrospectives in 2023 on the year that had passed. Let’s continue the tradition, but with a wider scope than before. The situation warrants it. More chaos It’s a hard realization to admit, but the world is spiraling deeper and deeper into chaos. Russia’s invasion of Ukraine has now dragged into its third year, and still, neithe Nicolas Fränkel Dec 14, 2025 conferences review YOW! 2025 I have been eyeing the YOW! conferences for probably more than a decade. They occur in Australia, and feature top industry experts. I was thus overjoyed when they invited me to speak on the YOW! tour earlier this year. Here’s a summary of my amazing time there. My participation YOW! takes place in three different cities: Melbourne, Brisbane, and Sidney. I presented my brand new talk on WebAssembly on Kubernetes in each city. It stems from an earlier article, which I reworked and updated Nicolas Fränkel Dec 7, 2025 rust Yet another Rust ownership tutorial One of the most important concepts to master in Rust is ownership and borrowing. Tons and tons of articles are solely dedicated to this narrow subject. This one tries to explain the concept with examples. I hope it helps you. Ownership is a set of rules that govern how a Rust program manages memory. All programs have to manage the way they use a computer’s memory while running. Some languages have garbage collection that regularly looks for no-longer-used memory as the program runs; in other Nicolas Fränkel Nov 30, 2025 cloudflare cloudflare tunnel otp authentication My second Cloudflare Tunnel I decided to stop using Twitter, but for my own content and supporting Ukraine against its barbarian invaders, I understood the contemporary media landscape was quite fragmented. I bet on Mastodon, Bluesky, and LinkedIn. My flow is the following: when I read a piece I find interesting, I schedule it for publication. The problem is that every social media platform has a different scheduler: Mastodon has the Mastodon scheduler, LinkedIn has an in-built feature, and Bluesky has…​ nothing Nicolas Fränkel Nov 23, 2025 rust My first real Rust project I have been learning Rust for a couple of years, and using it for pet projects and demos alike. Working for a JVM-heavy company, I thought it would be my fate forever. Last week, I had a nice surprise: I convinced my management that using Rust for a particular project was the right choice. It’s not a huge project, but I want to describe my experience using Rust in a 'real' project. The project Our main software platform has baked-in health sensors for monitoring. These sensors are expos Nicolas Fränkel Nov 16, 2025 libraries opinion Are you really wasting your time in Java without these 10 libraries? I recently read and shared You’re Wasting Time in Java Without These 10 Libraries. I commented on it a bit in my newsletter, but given the amount and intensity of reactions, I think a full-blown post is in order. The referenced libraries are: Project LombokMapStructJUnit 5 & MockitoSLF4J with LogbackApache Commons Lang & Google GuavaJacksonHibernate ValidatorSpring FrameworkApache HttpClient / OkHttpLiquibase or Flyway Lombok Project Lombok is a java library that automatically plugs Nicolas Fränkel Nov 9, 2025 xml xsd validation xerces XML Schema Validation 1.1 in Java This week, I received an interesting task: dusting off a legacy Java application. The application analyzes specific XML files in proprietary format. I know XML doesn’t sound sexy to junior developers, but it has an amazing benefit. One can validate a file against a grammar. Such grammar is called an XSD, the acronym for XML Schema Definition. Fun fact: you write XSDs in XML. In this post, I explain the problem, what I tried, and the final working solution. The problem The good thing i Nicolas Fränkel Nov 2, 2025 software engineering dependency Choosing a dependency Fun fact, I thought I had already written this post, but when I wanted to reference it, I found out that I didn’t. In this post, I’d like to describe my approach when choosing a dependency. I’ll first define what I mean by dependency in the context of this post. Then, I’ll list a grid of several criteria to analyze possible dependencies with. What is a dependency? A dependency is literally something your software depends on: infrastructure such as a filesystem or a dat Nicolas Fränkel Oct 26, 2025 asciidoc asciidoctor markdown technical writing AsciiDoc over Markdown I taught myself HTML a long time ago, on a software called HotDog (Pro?). There wasn’t such a thing as WYSIWYG capabilities at the time. However, HotDog had an amazing feature: the toolbar had all HTML tags (there weren’t that many at the time) as buttons, and you could learn them by clicking on them and watching the results. The only downside was that you had to click on another button to close the tag. Then came Dreamweaver. It was the first WYSIWYG editor, and it immediately beca Nicolas Fränkel Page 1 of 82 Older Posts » A Java geek © 2008-2026 v. 5b16467961644fa8c544edc69945279567428532/12688862354 Latest Posts
2026-01-13T09:30:30
https://www.php.net/manual/ru/zip.installation.php
PHP: Установка - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Типы ресурсов » « Требования Руководство по PHP Справочник функций Модули сжатия и архивации Zip Установка и настройка Язык: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Установка Системы Linux Доступ к этим функциям открывается только в PHP, который скомпилировали через параметр конфигурации --with-zip для поддержки модуля ZIP. До PHP 7.4.0 модуль libzip входил в состав PHP, и для компиляции модуля требовался параметр конфигурации --enable-zip . Начиная с PHP 7.3.0 сборка со встроенным модулем libzip не рекомендуется, но всё ещё доступна при добавлении параметра --without-libzip . Разработчики добавили параметр конфигурации --with-libzip=DIR , для системной установки модуля libzip. Требование к минимальной версии модуля — libzip 0.11, а рекомендуется версия 0.11.2 или новее. Windows Начиная с PHP 8.2.0 модуль будет работать, только если DLL-библиотеку php_zip.dll включили в файле php.ini . Раньше этот модуль встраивался в PHP. Установка через репозиторий PECL Информацию об установке этого PECL-модуля даёт глава руководства « Установка PECL-модулей ». Дополнительная информация о новых версиях, скачивании, исходных файлах, о разработчике и журнале изменений доступна по адресу: » https://pecl.php.net/package/zip . Нашли ошибку? Инструкция • Исправление • Сообщение об ошибке + Добавить Примечания пользователей 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + Добавить Установка и настройка Требования Установка Типы ресурсов Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://getcomposer.org/sponsor/
Composer Home Getting Started Download Documentation Browse Packages Sponsoring Composer & Packagist.org Composer and Packagist.org serve millions of PHP developers worldwide, handling billions of package installs every year. Keeping this critical infrastructure running, secure, and continuously improved requires sustainable funding. How We Fund Open Source We have built a sustainable model: Revenue from Private Packagist subscriptions directly fund the development and operations of Composer and Packagist.org. This approach allows us to maintain our independence and focus our energy on building great tools rather than constant fundraising. Private Packagist offers businesses private package hosting, enhanced security and compliance features, mirroring of other third party repositories, and advanced dependency management tools. When you subscribe, you're not just getting powerful features for your team, you are directly supporting the open source ecosystem you depend on. Support the Ecosystem For businesses and teams: If your company relies on Composer and Packagist.org, subscribing to Private Packagist is the most impactful way to support continued development while gaining valuable features that improve your workflow and security posture. For individuals and smaller contributions: We also welcome support through GitHub Sponsors , which is perfect for individual developers or one-time contributions. For larger partnerships or custom arrangements: We're happy to discuss tailored solutions. Reach out to us at contact@packagist.org . Every subscription and donation helps us keep Composer and Packagist.org free, fast, and reliable for the entire PHP community. Thank you for your support! Composer and all content on this site are released under the MIT license .
2026-01-13T09:30:30
https://www.php.net/manual/pt_BR/zip.installation.php
PHP: Instalação - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Tipos de Recurso » « Dependências Manual do PHP Referência das Funções Extensões de Arquivo e Compressão Zip Instalação/Configuração Selecione a língua: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Instalação Sistemas Linux Para usar estas funções, o PHP deve ser compilado com suporte ZIP usando-se a opção de configuração --with-zip . Antes do PHP 7.4.0, libzip era incluída no PHP, e para compilar a extensão era necessário usar a opção de configuração --enable-zip . Compilar com a libzip inclusa era desencorajado a partir do PHP 7.3.0, mas ainda possível, usando-se a opção de configuração --without-libzip . Um opção de configuração --with-libzip=DIR foi adicionada para usar uma instalação libzip de sistema. A versão 0.11 da libzip é requerida, com 0.11.2 ou posterior recomendada. Windows A partir do PHP 8.2.0, a DLL php_zip.dll precisa ser ativada no php.ini . Anteriormente, esta extensão era interna. Instalação via PECL Informações para instalar esta extensão PECL podem ser encontradas no capítulo Instalação de Extensões PECL do manual. Informações adicionais, como novas versões, downloads, arquivos fontes, informações do mantenedor e um CHANGELOG, podem ser encontradas aqui: » https://pecl.php.net/package/zip . Melhore Esta Página Aprenda Como Melhorar Esta Página • Envie uma Solicitação de Modificação • Reporte um Problema + adicionar nota Notas de Usuários 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + adicionar nota Instalação/Configuração Dependências Instalação Tipos de Recurso Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/en/wrappers.ssh2.php
PHP: ssh2:// - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box rar:// » « phar:// PHP Manual Language Reference Supported Protocols and Wrappers Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other ssh2:// ssh2:// — Secure Shell 2 Description ssh2.shell:// ssh2.exec:// ssh2.tunnel:// ssh2.sftp:// ssh2.scp:// (PECL) Note : This wrapper is not enabled by default In order to use the ssh2.*:// wrappers, the » SSH2 extension available from » PECL must be installed. In addition to accepting traditional URI login details, the ssh2 wrappers will also reuse open connections by passing the connection resource in the host portion of the URL. Usage ssh2.shell://user:pass@example.com:22/xterm ssh2.exec://user:pass@example.com:22/usr/local/bin/somecmd ssh2.tunnel://user:pass@example.com:22/192.168.0.1:14 ssh2.sftp://user:pass@example.com:22/path/to/filename Options Wrapper Summary Attribute ssh2.shell ssh2.exec ssh2.tunnel ssh2.sftp ssh2.scp Restricted by allow_url_fopen Yes Yes Yes Yes Yes Allows Reading Yes Yes Yes Yes Yes Allows Writing Yes Yes Yes Yes No Allows Appending No No No Yes (When supported by server) No Allows Simultaneous Reading and Writing Yes Yes Yes Yes No Supports stat() No No No Yes No Supports unlink() No No No Yes No Supports rename() No No No Yes No Supports mkdir() No No No Yes No Supports rmdir() No No No Yes No Context options Name Usage Default session Preconnected ssh2 resource to be reused   sftp Preallocated sftp resource to be reused   methods Key exchange, hostkey, cipher, compression, and MAC methods to use   callbacks     username Username to connect as   password Password to use with password authentication   pubkey_file Name of public key file to use for authentication   privkey_file Name of private key file to use for authentication   env Associate array of environment variables to set   term Terminal emulation type to request when allocating a pty   term_width Width of terminal requested when allocating a pty   term_height Height of terminal requested when allocating a pty   term_units Units to use with term_width and term_height SSH2_TERM_UNIT_CHARS Examples Example #1 Opening a stream from an active connection <?php $session = ssh2_connect ( 'example.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/.ssh/id_rsa.pub' , '/home/username/.ssh/id_rsa' , 'secret' ); $stream = fopen ( "ssh2.tunnel:// $session /remote.example.com:1234" , 'r' ); ?> Example #2 This $session variable must be kept available! In order to use the ssh2.*://$session wrappers, the $session resource variable must be kept. The code below will not have the desired effect: <?php $session = ssh2_connect ( 'example.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/.ssh/id_rsa.pub' , '/home/username/.ssh/id_rsa' , 'secret' ); $connection_string = "ssh2.sftp:// $session /" ; unset( $session ); $stream = fopen ( $connection_string . "path/to/file" , 'r' ); ?> unset() closes the session, because $connection_string does not hold a reference to the $session variable, just a string cast derived from it. This also happens when the unset() is implicit because of leaving scope (like in a function). Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 4 notes up down 8 exptom ¶ 12 years ago The "password" context option can also be used to provide the passphrase for the keyfile supplied by "privkey_file" and "pubkey_file". Note this bug: https://bugs.php.net/bug.php?id=58573 Encrypted keys may not work unless you build libssh2 against openssl. (It only worked for me on Debian Wheezy once I recompiled the library). up down 8 bluej100 at gmail dot com ¶ 12 years ago Be aware that opendir is currently broken on sftp root directories, but you can work around it by appending a dot. See https://bugs.php.net/bug.php?id=64169 and http://stackoverflow.com/a/16238476/69173. up down 3 guilhem at no dot spam dot answeb dot net ¶ 8 years ago Please beware of a PHP bug, noted by thomas at gielfeldt dot dk, that you must intval() the connection variable before putting it in the connection string : <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $connection ); // See: https://bugs.php.net/bug.php?id=73597 $stream = fopen ( "ssh2.s ftp:// " . intval ( $sftp ) . "/path/to/file" , 'r' ); ?> up down -2 thomas at gielfeldt dot dk ¶ 8 years ago <?php // Connect with public key. $session = ssh2_connect ( 'example.com' , 22 ); $result = ssh2_auth_pubkey_file ( $session , 'remote-username' , '/home/local-username/.ssh/id_rsa.pub' , '/home/local-username/.ssh/id_rsa' , 'secret' ); // Setup sftp stream wrapper $sftp = ssh2_sftp ( $session ); // See: https://bugs.php.net/bug.php?id=73597 $connection_string = 'ssh2.s ftp:// ' . intval ( $sftp ); // List files in remote homedir. $i = new \RecursiveDirectoryIterator ( " $connection_string /home/remote-username" ); $r = new \RecursiveIteratorIterator ( $i ); foreach ( $r as $f ) { print $f -> getPathname () . "\n" ; } ?> + add a note Supported Protocols and Wrappers file:// http:// ftp:// php:// zlib:// data:// glob:// phar:// ssh2:// rar:// ogg:// expect:// Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
http://hackage.haskell.org/package/semigroupoids-3.0.2
semigroupoids: Haskell 98 semigroupoids: Category sans id Hackage :: [Package] Search  Browse What's new Upload User accounts semigroupoids : Haskell 98 semigroupoids: Category sans id [ bsd2 , comonads , control , library ] [ Propose Tags ] [ Report a vulnerability ] Provides a wide array of semigroupoids and operations for working with semigroupds. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. When working with comonads you often have the <*> portion of an Applicative , but not the pure . This was captured in Uustalu and Vene's "Essence of Dataflow Programming" in the form of the ComonadZip class in the days before Applicative . Apply provides a weaker invariant, but for the comonads used for data flow programming (found in the streams package), this invariant is preserved. Applicative function composition forms a semigroupoid. Similarly many structures are nearly a comonad, but not quite, for instance lists provide a reasonable extend operation in the form of tails , but do not always contain a value. Ideally the following relationships would hold: Traversable <---- Foldable <--- Functor ------> Alt ---------> Plus Semigroupoid | | | | | v v v v v Traversable1 <--- Foldable1 Apply --------> Applicative -> Alternative Category | | | | v v v v Bind ---------> Monad -------> MonadPlus Arrow Apply, Bind, and Extend (not shown) give rise the Static, Kleisli and Cokleisli semigroupoids respectively. This lets us remove many of the restrictions from various monad transformers as in many cases the binding operation or <*> operation does not require them. Finally, to work with these weaker structures it is beneficial to have containers that can provide stronger guarantees about their contents, so versions of Traversable and Foldable that can be folded with just a Semigroup are added. Modules [ Index ] Data Functor Data.Functor.Alt Data.Functor.Apply Data.Functor.Bind Data.Functor.Bind.Trans Data.Functor.Extend Data.Functor.Plus Semigroup Data.Semigroup.Foldable Data.Semigroup.Traversable Data.Semigroupoid Data.Semigroupoid.Dual Data.Semigroupoid.Static Traversable Data.Traversable.Instances Downloads semigroupoids-3.0.2.tar.gz [ browse ] (Cabal source package) Package description ( revised from the package) Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'. Maintainer's Corner Package maintainers EdwardKmett , EricMertens , ryanglscott For package maintainers and hackage trustees edit package information Candidates 5.2.1 Versions [ RSS ] 1.0.0 , 1.1.0 , 1.1.1 , 1.1.2 , 1.1.3 , 1.2.0 , 1.2.1 , 1.2.2 , 1.2.2.1 , 1.2.2.2 , 1.2.2.3 , 1.2.2.4 , 1.2.4 , 1.2.5 , 1.2.6 , 1.2.6.1 , 1.2.6.2 , 1.3 , 1.3.1 , 1.3.1.1 , 1.3.1.2 , 1.3.2 , 1.3.2.1 , 1.3.3 , 1.3.4 , 3.0 , 3.0.0.1 , 3.0.0.2 , 3.0.1 , 3.0.2 , 3.0.3 , 3.1 , 4.0 , 4.0.1 , 4.0.2 , 4.0.2.1 , 4.0.3 , 4.0.4 , 4.2 , 4.3 , 4.5 , 5 , 5.0.0.1 , 5.0.0.2 , 5.0.0.3 , 5.0.0.4 , 5.0.1 , 5.1 , 5.2 , 5.2.1 , 5.2.2 , 5.3 , 5.3.1 , 5.3.2 , 5.3.3 , 5.3.4 , 5.3.5 , 5.3.6 , 5.3.7 , 6 , 6.0.0.1 , 6.0.1 , 6.0.2 ( info ) Dependencies base (>=4 && <4.18) , comonad (>=3 && <4) , containers (>=0.3 && <0.6) , contravariant (>=0.2.0.1 && <1) , semigroups (>=0.8.3.1 && <1) , transformers (>=0.2 && <0.4) [ details ] License BSD-3-Clause Copyright Copyright (C) 2011 Edward A. Kmett Author Edward A. Kmett Maintainer Edward A. Kmett <ekmett@gmail.com> Uploaded by EdwardKmett at 2013-02-03T10:30:54Z Revised Revision 1 made by ryanglscott at 2023-02-02T15:15:31Z Stability provisional --> Category Control , Comonads Home page http://github.com/ekmett/semigroupoids Bug tracker http://github.com/ekmett/semigroupoids/issues Source repo head: git clone git://github.com/ekmett/semigroupoids.git Distributions Arch: 6.0.1 , Debian: 5.3.4 , Fedora: 6.0.1 , FreeBSD: 5.0.0.3 , LTSHaskell: 6.0.1 , NixOS: 6.0.1 , Stackage: 6.0.2 , openSUSE: 6.0.1 Reverse Dependencies 216 direct, 9047 indirect [ details ] Downloads 309284 total (292 in the last 30 days) Rating 2.5 (votes: 9) [estimated by Bayesian average ] Your Rating λ λ λ Status Docs uploaded by user Build status unknown [ no reports yet ] Produced by hackage and Cabal 3.16.1.0.
2026-01-13T09:30:30
https://packagist.org/packages/symfony/string
symfony/string - Packagist.org Toggle navigation Packagist.org The PHP Package Repository Browse Submit Create account Sign in Remember me Use Github Log in No account yet? Create one now! Search by symfony / string Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way Maintainers Details github.com/symfony/string Homepage Source Fund package maintenance! fabpot nicolas-grekas symfony.com/sponsor Tidelift Installs : 686 416 641 Dependents : 745 Suggesters : 5 Security : 0 Stars : 1 782 Watchers : 7 Forks : 19 pkg:composer/symfony/string v8.0.1 2025-12-01 09:13 UTC Requires php: >=8.4 symfony/polyfill-ctype : ^1.8 symfony/polyfill-intl-grapheme : ^1.33 symfony/polyfill-intl-normalizer : ^1.0 symfony/polyfill-mbstring : ^1.0 Requires (Dev) symfony/emoji : ^7.4|^8.0 symfony/http-client : ^7.4|^8.0 symfony/intl : ^7.4|^8.0 symfony/translation-contracts : ^2.5|^3.0 symfony/var-exporter : ^7.4|^8.0 Suggests None Provides None Conflicts symfony/translation-contracts : <2.5 Replaces None MIT ba65a969ac918ce0cc3edfac6cdde847eba231dc Nicolas Grekas <p .woop @tchwork.com> Symfony Community i18n utf8 utf-8 string unicode grapheme 8.1.x-dev 8.0.x-dev v8.0.1 v8.0.0 v8.0.0-RC1 v8.0.0-BETA1 7.4.x-dev v7.4.0 v7.4.0-RC1 v7.4.0-BETA1 7.3.x-dev v7.3.8 v7.3.4 v7.3.3 v7.3.2 v7.3.0 v7.3.0-RC1 v7.3.0-BETA1 7.2.x-dev v7.2.9 v7.2.6 v7.2.0 v7.2.0-RC1 v7.2.0-BETA1 7.1.x-dev v7.1.8 v7.1.6 v7.1.5 v7.1.4 v7.1.3 v7.1.2 v7.1.1 v7.1.0 v7.1.0-RC1 v7.1.0-BETA1 7.0.x-dev v7.0.10 v7.0.9 v7.0.8 v7.0.7 v7.0.4 v7.0.3 v7.0.2 v7.0.0 v7.0.0-RC2 v7.0.0-RC1 v7.0.0-BETA3 v7.0.0-BETA1 6.4.x-dev v6.4.30 v6.4.26 v6.4.25 v6.4.24 v6.4.21 v6.4.15 v6.4.13 v6.4.12 v6.4.11 v6.4.10 v6.4.9 v6.4.8 v6.4.7 v6.4.4 v6.4.3 v6.4.2 v6.4.0 v6.4.0-RC2 v6.4.0-RC1 v6.4.0-BETA3 v6.4.0-BETA1 6.3.x-dev v6.3.12 v6.3.11 v6.3.9 v6.3.8 v6.3.5 v6.3.2 v6.3.0 v6.3.0-RC1 v6.3.0-BETA1 6.2.x-dev v6.2.13 v6.2.8 v6.2.7 v6.2.5 v6.2.2 v6.2.0 v6.2.0-RC1 v6.2.0-BETA3 v6.2.0-BETA2 v6.2.0-BETA1 6.1.x-dev v6.1.11 v6.1.9 v6.1.7 v6.1.6 v6.1.5 v6.1.4 v6.1.3 v6.1.2 v6.1.0 v6.1.0-RC1 v6.1.0-BETA2 v6.1.0-BETA1 6.0.x-dev v6.0.19 v6.0.17 v6.0.15 v6.0.14 v6.0.13 v6.0.12 v6.0.11 v6.0.10 v6.0.9 v6.0.8 v6.0.3 v6.0.2 v6.0.1 v6.0.0 v6.0.0-RC1 v6.0.0-BETA1 5.4.x-dev v5.4.47 v5.4.45 v5.4.44 v5.4.43 v5.4.42 v5.4.41 v5.4.40 v5.4.39 v5.4.36 v5.4.35 v5.4.34 v5.4.32 v5.4.31 v5.4.29 v5.4.26 v5.4.22 v5.4.21 v5.4.19 v5.4.17 v5.4.15 v5.4.14 v5.4.13 v5.4.12 v5.4.11 v5.4.10 v5.4.9 v5.4.8 v5.4.3 v5.4.2 v5.4.0 v5.4.0-RC1 v5.4.0-BETA1 5.3.x-dev v5.3.14 v5.3.13 v5.3.10 v5.3.7 v5.3.3 v5.3.2 v5.3.0 v5.3.0-RC1 v5.3.0-BETA4 v5.3.0-BETA3 v5.3.0-BETA1 5.2.x-dev v5.2.11 v5.2.10 v5.2.8 v5.2.6 v5.2.4 v5.2.3 v5.2.2 v5.2.1 v5.2.0 v5.2.0-RC2 v5.2.0-RC1 v5.2.0-BETA3 v5.2.0-BETA2 v5.2.0-BETA1 5.1.x-dev v5.1.11 v5.1.10 v5.1.9 v5.1.8 v5.1.7 v5.1.6 v5.1.5 v5.1.4 v5.1.3 v5.1.2 v5.1.1 v5.1.0 v5.1.0-RC2 v5.1.0-RC1 v5.1.0-BETA1 5.0.x-dev v5.0.11 v5.0.10 v5.0.9 v5.0.8 v5.0.7 v5.0.6 v5.0.5 v5.0.4 v5.0.3 v5.0.2 v5.0.1 v5.0.0 v5.0.0-RC1 v5.0.0-BETA2 v5.0.0-BETA1 This package is auto-updated. Last update: 2026-01-12 13:00:27 UTC README The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way. Resources Documentation Contributing Report issues and send Pull Requests in the main Symfony repository About Packagist.org Atom/RSS Feeds Statistics Browse Packages API Mirrors Status Dashboard provides maintenance and hosting provides bandwidth and CDN provides malware detection provides monitoring Sponsor Packagist.org & Composer
2026-01-13T09:30:30
https://dev.to/shreyvijayvargiya/how-we-build-website-templates-29gi#security
How we build website templates - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse shrey vijayvargiya Posted on Nov 7, 2025           How we build website templates # websitedevelopment # templates # nextjs # frontend Hello and welcome to the new blog In today's section, we will be discussing how to build the website templates. The story begins with working on multiple projects at the same time, which most developers do. I'ven't found one developer who works on one project at a time. And I truly believe it's not a wrong or time-wasting activity unless most of your work is not going into vain, pushing you back to poverty. But on a lighter note, every day hard work pays off, that's what my uncle told me when I got quite a low rank in a competition exam. Handling multiple projects is not time-wasting but can help you learn time management effectively, and one good way is to quickly launch the product in the market. To launch any product in the market, one needs frontend websites that most of the software developers from a C programming background hate to do, and that is why this blog into picture. So building frontend websites in 2025 includes a few things React or Nextjs as a frontend framework JSX or React as a language because HTML and CSS, and JS are no longer the developer's choice Tailwind CSS for styling and for responsiveness, we handle using CSS Icons mainly using react-icons and lucide-react Deployments go to Vercel for FREE deployment, that is all our templates demo URL ends with .vercel.app 😁, check  http://eternal-landing-page.vercel.app/ Moving ahead with frontend, I prefer using Nextjs because of couple of reasons Quick server-side API if backend is needed Compatibility with Vercel Marketplace adoptability  Every template comes with a landing page and a few other pages as follows Landing page About page Blogs page Blog page Subscribe page or form Legal pages (Cookies, Privacy, T&Cs) Contact pages Services Dashboards Pricing page Subscription form Login/Sign up form or pages etc. It totally depends on the template category and purpose. For example, for building an AI agent template for developers to bring the AI product's frontend website, then we need all pages, except the dashboards Dashboards are mainly required for CRM templates. Check our react crm dashboard template for the same. I was using Nextjs latest version, so my directory looks the same. The first part is to create sections for landing pages, and the simplest chronology for landing pages is explained below Navbar Hero sections About section Features/Services Testimonials Pricing FAQs Contact Form Footer containing social links Each section has its own data and UI to render, which again depends on the template. For example, for our Eternal AI landing page, we have more than 5/6 sections, as shown in the image below Ignore a few files, such as LightEffect, PageLayout, LoginForm, and BackgroundDots rest all our sections for our landing page. It helps to maintain code. One can definitely edit and add all in one file, inside a section tag. Since Nextjs give file-based routing, the privacy and cookie and blogs folders are the routes of the template, blogs page, cookie page and privacy page. For example, the code added below is the Hero section for our landing page, which I've split into files to handle decoupling and to reuse. import { ArrowRight } from "lucide-react"; import { motion } from "framer-motion"; const HeroSection = ({ onOpenLogin }) => { return ( <motion.section id="about" className="my-16 z-50 scroll-mt-20" initial={{ opacity: 0, y: 50 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, amount: 0.3 }} transition={{ duration: 0.6 }} > <div className="text-center cursor-pointer py-2 px-4 mb-4 justify-center rounded-full border border-zinc-800 bg-gradient-to-tr from-black to-zinc-950/90 text-zinc-400 w-fit mx-auto flex gap-1 items-center"> <span className="inline-block w-4 h-4 align-middle mr-1"> <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" > <rect width="32" height="32" rx="7" fill="#FF6600" /> <path d="M10.645 8.5h2.105l3.25 6.195L19.197 8.5h1.977l-4.346 8.452V23.5h-1.782v-6.537L10.645 8.5Z" fill="white" /> </svg> </span> <span className="text-xs font-medium">Backed by YC</span> </div> <br /> <div className="max-w-5xl mx-auto text-center"> <h2 className="text-5xl font-extrabold text-zinc-100 mx-auto break-words"> Ecosystem for <span className="ml-4 py-4 px-8 relative group rounded-full bg-gradient-to-r from-blue-900 to-transparent ring-4 ring-blue-900 shadow-zinc-700 shadow-xl"> AI Agents </span> </h2> <p className="text-zinc-400 my-8 max-w-md mx-auto"> Create intelligent agents to automate, analyze, and make decisions. </p> <div className="flex gap-4 justify-center my-10"> <button onClick={() => onOpenLogin?.()} className="relative flex gap-1 items-center p-2 rounded-full group bg-white text-black hover:text-white transition-all duration-300 ease-in cursor-pointer" > <div className="absolute left-0 bottom-0 w-0 z-0 invisible group-hover:visible transition-all duration-300 ease-in group-hover:w-full bg-blue-800 rounded-full h-full" /> <ArrowRight className="w-5 h-5 p-1 bg-blue-800 z-40 group-hover:bg-transparent rounded-full text-zinc-100 transition-all duration-300 ease-in" /> <span className="z-50 text-sm">Get Started</span> </button> <button className={`w-fit py-2 px-4 rounded-full text-sm font-medium transition-all duration-300 hover:bg-zinc-200 bg-zinc-950 text-white hover:text-black hover:shadow-xl`} > Learn more </button> </div> </div> </motion.section> ); }; export default HeroSection; Enter fullscreen mode Exit fullscreen mode Similarly, the blogs page code looks like the below "use client"; import { useState } from "react"; import Link from "next/link"; import { ArrowRight, Calendar, Clock } from "lucide-react"; import BackgroundDots from "../LandingPage/components/BackgroundDots"; import Navbar from "../LandingPage/components/Navbar"; import MobileMenu from "../LandingPage/components/MobileMenu"; import Footer from "../LandingPage/components/Footer"; // Helper function to convert title to URL slug const titleToSlug = (title) => { return title .toLowerCase() .replace(/[^a-z0-9]+/g, "-") .replace(/(^-|-$)/g, ""); }; // Sample blog data const blogs = [ { title: "The Future of Artificial Intelligence in Business", excerpt: "Discover how AI is revolutionizing the way businesses operate, from automation to intelligent decision-making processes that drive unprecedented growth.", date: "March 15, 2024", readTime: "8 min read", }, { title: "Building Scalable Applications with Modern Web Technologies", excerpt: "Explore the latest frameworks and tools that enable developers to create robust, scalable applications that can handle millions of users effortlessly.", date: "March 22, 2024", readTime: "12 min read", }, { title: "Design Thinking: Creating User-Centered Experiences", excerpt: "Learn the principles of design thinking and how to apply them to create intuitive, engaging user experiences that truly resonate with your audience.", date: "March 28, 2024", readTime: "10 min read", }, { title: "Machine Learning: From Theory to Production", excerpt: "A comprehensive guide to deploying machine learning models in production environments, covering best practices, monitoring, and maintaining AI systems at scale.", date: "April 5, 2024", readTime: "15 min read", }, { title: "React Performance Optimization Techniques", excerpt: "Discover advanced React optimization strategies including code splitting, memoization, and lazy loading to build faster, more efficient applications.", date: "April 12, 2024", readTime: "11 min read", }, { title: "The Psychology of User Interface Design", excerpt: "Explore how cognitive psychology principles influence interface design and learn to create interfaces that align with human mental models and behavior patterns.", date: "April 18, 2024", readTime: "9 min read", }, ]; const BlogsPage = () => { const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false); const scrollToSection = (sectionId) => { if (typeof window === "undefined") return; const element = document.getElementById(sectionId); if (element) { const offset = 80; const elementPosition = element.getBoundingClientRect().top; const offsetPosition = elementPosition + window.pageYOffset - offset; window.scrollTo({ top: offsetPosition, behavior: "smooth", }); } }; return ( <div className="relative w-full h-full bg-black min-h-screen"> <BackgroundDots /> <div className="absolute inset-0 top-0 left-0 right-0 bottom-0 opacity-5 pointer-events-none" style={{ zIndex: 0 }} > <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" preserveAspectRatio="none" viewBox="0 0 1400 1400" > <filter id="a"> <feTurbulence type="fractalNoise" baseFrequency=".65" numOctaves="3" stitchTiles="stitch" ></feTurbulence> </filter> <rect width="100%" height="100%" filter="url(#a)"></rect> </svg> </div> <Navbar isMobileMenuOpen={isMobileMenuOpen} setIsMobileMenuOpen={setIsMobileMenuOpen} scrollToSection={scrollToSection} /> <MobileMenu isMobileMenuOpen={isMobileMenuOpen} setIsMobileMenuOpen={setIsMobileMenuOpen} scrollToSection={scrollToSection} /> <main className="relative z-10 pt-24 pb-20"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div className="text-center mb-16"> <h1 className="text-5xl md:text-6xl font-bold text-white mb-4"> Our Blog </h1> <p className="text-xl text-zinc-400 max-w-2xl mx-auto"> Insights, tutorials, and stories about technology, design, and innovation </p> </div> <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> {blogs.map((blog, index) => { const slug = titleToSlug(blog.title); return ( <Link key={index} href={`/blogs/${slug}`} className="group"> <article className="bg-gradient-to-r from-black to-zinc-950/60 backdrop-blur-sm hover:shadow-2xl hover:shadow-zinc-800 rounded-2xl p-6 transition-all duration-300 h-full flex flex-col"> <div className="flex-1"> <h2 className="text-2xl font-bold hover:text-white mb-3 text-zinc-200 transition-colors"> {blog.title} </h2> <p className="text-zinc-400 mb-4 line-clamp-3"> {blog.excerpt} </p> </div> <div className="flex items-center justify-between text-sm text-zinc-500 mb-4"> <div className="flex items-center gap-2"> <Calendar className="w-4 h-4" /> <span>{blog.date}</span> </div> <div className="flex items-center gap-2"> <Clock className="w-4 h-4" /> <span>{blog.readTime}</span> </div> </div> <div className="flex items-center gap-2 text-zinc-200 group-hover:gap-4 transition-all"> <span className="text-sm font-medium">Read more</span> <ArrowRight className="w-4 h-4 group-hover:translate-x-1 transition-transform" /> </div> </article> </Link> ); })} </div> </div> </main> <Footer /> </div> ); }; export default BlogsPage; Enter fullscreen mode Exit fullscreen mode By the way, how we show each blog page along with content is shown in the image below Nextjs handle dynamic file routing, so the slug becomes a dynamic URL route, for example, yourdomain.com/blogs/{title of the blog}. For this URL, the slug is equal to "title of the blog" In this way, one can add all blogs to one different file, for example, a markdown file content and render them using a dynamic file routing. This is quite good for server-side blog SEO in production. check blogs Once this is completed, we will have mainly all the pages ready. The next and tricky part is to add good CSS that is styling and some proper user experience, like a toast. Tailwind CSS mainly handle everything from responsive to styling to adding themes and colours. Motion design is handled using framer-motion, an npm package by the framer team or using GSAP core, another JavaScript animating library. But one can certainly use anime.js or react-spring, or others. For login/sign up, we prefer the same folder-based routing or mainly add the login/sign form inside overlays like Modals I am obsessed with Design, and that is why I try to add a better user interface, even if it's a footer, because if the user has scrolled to the last, make sure you leave him with something to remember Footer section code as shown below, copy-paste it you will feel good how easy is to get your own footer import { Heater } from "lucide-react"; import Link from "next/link"; import { navigationItems } from "../constants"; const Footer = () => { return ( <footer className="relative w-full bg-gradient-to-r from-black to-zinc-950 border-t border-zinc-800 z-10"> <div className="w-full mx-auto p-10 bg-gradient-to-r from-black to-zinc-950 grid md:grid-cols-2 grid-cols-1 items-start justify-center transition-all duration-300 ease-in-out"> <div className="max-w-xl mx-auto "> <Link href="/" className="flex items-center gap-2 mb-2"> <Heater className="w-5 h-5 text-white" /> <span className="text-white font-semibold text-lg">Eternal</span> </Link> <p className="text-zinc-500 text-xs"> © {new Date().getFullYear()} Eternal. All rights reserved. </p> </div> <div className="grid grid-cols-1 md:grid-cols-3 justify-center md:justify-start gap-8 mb-8"> <div> <h5 className="text-white font-semibold mb-4 text-sm uppercase tracking-wider"> Navigation </h5> <ul className="space-y-3"> {navigationItems.map((item) => ( <li key={item.label}> <Link href={item.href} className="text-zinc-400 hover:text-white transition-colors text-sm" > {item.label} </Link> </li> ))} </ul> </div> <div> <h5 className="text-white font-semibold mb-4 text-sm uppercase tracking-wider"> Legal </h5> <ul className="space-y-3"> <li> <Link href="/privacy" className="text-zinc-400 hover:text-white transition-colors text-sm" > Privacy Policy </Link> </li> <li> <a href="#terms" className="text-zinc-400 hover:text-white transition-colors text-sm" > Terms of Service </a> </li> <li> <Link href="/cookie" className="text-zinc-400 hover:text-white transition-colors text-sm" > Cookie Policy </Link> </li> <li> <a href="#security" className="text-zinc-400 hover:text-white transition-colors text-sm" > Security </a> </li> </ul> </div> <div> <h5 className="text-white font-semibold mb-4 text-sm uppercase tracking-wider"> Social </h5> <ul className="space-y-3"> <li> <a href="https://linkedin.com/company/eternal" target="_blank" rel="noopener noreferrer" className="text-zinc-400 hover:text-blue-400 transition-colors text-sm" > LinkedIn </a> </li> <li> <a href="https://twitter.com/eternal" target="_blank" rel="noopener noreferrer" className="text-zinc-400 hover:text-blue-400 transition-colors text-sm" > Twitter </a> </li> <li> <a href="https://instagram.com/eternal" target="_blank" rel="noopener noreferrer" className="text-zinc-400 hover:text-pink-400 transition-colors text-sm" > Instagram </a> </li> </ul> </div> </div> </div> <div className="relative h-fit pt-10 text-center rounded-[4em]"> <p className="md:text-[12em] text-7xl shadow-xlfont-bold font-mono uppercase text-transparent bg-clip-text bg-gradient-to-tr from-black to-white"> Eternal </p> </div> </footer> ); }; export default Footer; Enter fullscreen mode Exit fullscreen mode Take care of the navigationItems array on your own. I prefer to use .map and filter method, then adding hard-coded the same thing twice or thrice, just the production practice of writing performant code Moving ahead, once that is done, we mainly need to check the responsiveness and handle it using Tailwind CSS classes such as md, lg, xl, xxl, 2xl, sm, xxs, xs, and each can be understood by their name. Deployment is one click away if using vercel, just push the repository to Github and connect Github to Vercel to import and deploy the repository for a quick demo in production. Each of the details about pages and sections is in the template and the README file of each template I made to help developers quickly bring up the frontend website. Feel free to try the same way for building your own template, or else check our templates. See you at the next one Shrey Top comments (5) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand   Neurabot Neurabot Neurabot Follow Longlife learner. Fall in love with oriented-programming C++/Python. Leading many projects in fields. Location Cameroon Pronouns He Work CEO at valone Joined Feb 27, 2024 • Nov 19 '25 Dropdown menu Copy link Hide Thank you much. it can help us. Like comment: Like comment: 2  likes Like Comment button Reply Collapse Expand   Neurabot Neurabot Neurabot Follow Longlife learner. Fall in love with oriented-programming C++/Python. Leading many projects in fields. Location Cameroon Pronouns He Work CEO at valone Joined Feb 27, 2024 • Nov 26 '25 Dropdown menu Copy link Hide I have a problem. How can I made a modern form and fill it with checked inputs in Javascript and HTML/CSS? Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   shrey vijayvargiya shrey vijayvargiya shrey vijayvargiya Follow Just an artist with the keys Location India Education Masters in Biotechnology Joined Feb 23, 2021 • Nov 27 '25 Dropdown menu Copy link Hide For building forms in React, check Tanstack Form or React Hook Form is also good, for building a custom form with a custom checkbox, go with CSS like input::checked styling and so on Like comment: Like comment: 1  like Like Comment button Reply Collapse Expand   Neurabot Neurabot Neurabot Follow Longlife learner. Fall in love with oriented-programming C++/Python. Leading many projects in fields. Location Cameroon Pronouns He Work CEO at valone Joined Feb 27, 2024 • Dec 4 '25 Dropdown menu Copy link Hide Cool. Useful Like comment: Like comment: 2  likes Like Thread Thread   shrey vijayvargiya shrey vijayvargiya shrey vijayvargiya Follow Just an artist with the keys Location India Education Masters in Biotechnology Joined Feb 23, 2021 • Dec 5 '25 Dropdown menu Copy link Hide Yeah Like comment: Like comment: 2  likes Like Comment button Reply Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse shrey vijayvargiya Follow Just an artist with the keys Location India Education Masters in Biotechnology Joined Feb 23, 2021 More from shrey vijayvargiya How to get your next SAAS Idea and make money online # sass # nextjs # programming # webdev 🚀 Build Stunning Websites in Minutes with GetTemplate.website # webdev # javascript # react # frontend Lemon Squeey React Next.js Payments # webdev # opensource # stripe # nextjs 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . DEV Community © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T09:30:30
https://blog.frankel.ch/speaking/
Speaking A Java geek Me Books Speaking Mentions Focus Speaking 18 events • 20 talks December 2025 YOW! Brisbane Australia Brisbane WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. December 2025 YOW! Brisbane Australia Brisbane WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. December 2025 YOW! Melbourne Australia Melbourne WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. September 2025 GOTO Copenhagen Denmark Copenhagen WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. September 2025 DeveloperWeek Cloud X Online Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. August 2025 Kansas City Developer Conference USA Kansas City Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. June 2025 Code Europe Poland Warsaw End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. June 2025 Voxxed Days Luxembourg Luxembourg Luxembourg End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. May 2025 KCD Istanbul Turkey Istanbul End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. May 2025 jPrime Bulgaria Sofia Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. May 2025 jPrime Bulgaria Sofia End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. May 2025 GeeCon Poland Cracow End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. April 2025 Dublin JUG Ireland Dublin Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. April 2025 Dublin JUG Ireland Dublin End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. April 2025 Manchester Java Community United Kingdom Manchester Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. April 2025 London Java Community United Kingdom London Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. March 2025 Incontro DevOps Italia Italy Bologna Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. March 2025 Cloud Native Day Oslo Norway Olslo Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. February 2025 rheinJUG - Java User Group Düsseldorf Germany Dusseldorf Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. February 2025 Belgian Java User Group Belgium Bruxelles Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture.  2025  2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 A Java geek © 2008-2026 v. 5b16467961644fa8c544edc69945279567428532/12688862354 Latest Posts
2026-01-13T09:30:30
https://www.php.net/manual/tr/zip.installation.php
PHP: Kurulum - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Özkaynak Türleri » « Gereksinimler PHP Kılavuzu İşlev Başvuru Kılavuzu Sıkıştırma ve Arşivleme Eklentileri Zip Yapılandırma/Kurulum Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Kurulum Linux sistemleri Bu işlevleri kullanmak için PHP'nin --with-zip yapılandırma seçeneği kullanılarak zip desteğiyle derlenmesi gerekir. PHP 7.4.0 öncesinde libzip PHP paketinin içinde gelirdi ve eklentinin derlenmesi --enable-zip yapılandırma seçeneğiyle sağlanırdı. PHP 7.3.0 ve sonrasında, PHP paketinde gelen libzip kullanılarak derleme önerilmemekte olup yapılandırmaya --without-libzip seçeneği eklenerek bu sağlanabilir. Sistem libzip kurulumunu kullanmak için --with-libzip=DİZİN yapılandırma seçeneği eklenmiştir. Libzip 0.11 gerekli olup, 0.11.2 ve sonrasının kullanımı önerilir. Windows PHP 8.2.0 ve sonrasında, php_zip.dll php.ini içinde etkin olmalıdır. Evvelce bu eklenti yerleşikti. PECL üzerinden kurulum Bu PECL eklentisini kurma bilgisi kılavuzun PECL eklentisinin kurulması başlıklı faslında bulunabilir. Yeni dağıtımlar, indirmeler, kaynak dosyaları, sürdürücü bilgileri ve CHANGELOG gibi ek bilgiler şu adreste bulunabilir: » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note Yapılandırma/Kurulum Gereksinimler Kurulum Özkaynak Türleri Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/es/zip.installation.php
PHP: Instalación - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Tipos de recursos » « Requerimientos Manual de PHP Referencia de funciones Extensiones de compresión y archivos Zip Instalación/Configuración Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Instalación Sistemas Linux Para usar estas funciones, PHP debe compilarse con soporte ZIP utilizando la opción de configuración --with-zip . Antes de PHP 7.4.0, libzip estaba incluida con PHP, y para compilar la extensión se necesitaba usar la opción de configuración --enable-zip . Compilar contra la libzip incluida estaba desaconsejado a partir de PHP 7.3.0, pero aún era posible usando la opción de configuración --without-libzip . Se ha añadido una opción de configuración --with-libzip=DIR para usar una instalación de libzip del sistema. Se requiere la versión 0.11 de libzip, recomendándose la 0.11.2 o superior. Windows A partir de PHP 8.2.0, el archivo php_zip.dll DLL debe ser habilitado en php.ini . Anteriormente, esta extensión estaba integrada. Instalación mediante PECL Información sobre la instalación de estas extensiones PECL puede ser encontrada en el capítulo del manual titulado Instalación de extensiones PECL . Otra información como notas sobre nuevas versiones, descargas, fuentes de archivos, información sobre los mantenedores así como un CHANGELOG, pueden ser encontradas aquí: » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note Instalación/Configuración Requerimientos Instalación Tipos de recursos Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/ja/zip.installation.php
PHP: インストール手順 - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box リソース型 » « 要件 PHP マニュアル 関数リファレンス 圧縮およびアーカイブ Zip インストール/設定 Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other インストール手順 Linux システム これらの関数を利用するには、設定オプション --with-zip を使用して ZIP サポートを有効にして PHP をコンパイルしなければなりません。 PHP 7.4.0 より前のバージョンでは、libzip は PHP にバンドルされていました。 拡張モジュールをコンパイルするには、 --enable-zip オプションを使う必要がありました。 PHP 7.3.0 以降では、バンドルされている libzip を使って PHP をビルドすることは推奨されなくなりました。 しかし、 --without-libzip オプションを configure オプションに追加することで バンドルされている libzip を使えていました。 --with-libzip=DIR オプションが追加されています。 これを指定すると、システムにインストールされた libzip を利用します。 これには、libzip 0.11 以降が必要です。0.11.2 以降を推奨します。 Windows PHP 8.2.0 以降では、 php_zip.dll を php.ini で有効にする必要があります。 それより前のバージョンでは、この拡張モジュールは標準で PHP に組み込まれていました。 PECL 経由でのインストール この PECL 拡張モジュールをインストールする方法は、 マニュアルの PECL 拡張モジュールのインストール という章にあります。 新規リリース・ダウンロード・ソースファイル・管理者情報・CHANGELOG といった関連する情報については、次の場所にあります。 » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note インストール/設定 要件 インストール手順 リソース型 Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://mastodon.top/@frankel
Nicolas Fränkel 🇪🇺🇺🇦🇬🇪 (@frankel@mastodon.top) - Mastodon.top Pour utiliser Mastodon, veuillez activer JavaScript. Sinon, essayez l’une des applications natives pour Mastodon pour votre plate-forme.
2026-01-13T09:30:30
https://json-schema.org/slack
Slack Product Pricing Support Download Slack Create a new workspace Find your workspace Sign in Menu Product Pricing Support Download the Slack app Sign in Create a new workspace <style type="text/css"> nav.top { position: relative; } #page_contents > h1 { width: 920px; margin-right: auto; margin-left: auto; } h2, .align_margin { padding-left: 50px; } .card { width: 920px; margin: 0 auto; .card { width: 880px; } } .linux_col { display: none; } .platform_icon { display: none; } </style> We're very sorry, but your browser is not supported! Please upgrade to a supported browser , or try one of our apps. Desktop Apps Mac See system requirements v4.47.72 Windows See system requirements v4.47.69 Linux See system requirements v4.47.69 Mobile Apps iOS Android Don't see the platform you're looking for? Let us know. Using Slack Product Enterprise Pricing Support Slack Guides Slack Marketplace API Slack Jobs Customers Developers Events Blog Legal Privacy Security Terms of Service Policies Handy Links Download desktop app Download mobile app Brand Guidelines Slack at Work Status Contact Us
2026-01-13T09:30:30
https://scholar.google.co.uk/citations?view_op=metrics_intro&hl=en&oe=ASCII
Google 학술 검색 통계 로드 중... 현재 시스템이 작동되지 않습니다. 나중에 다시 시도해 주세요. 죄송합니다. 현재 Internet Explorer 버전에서는 일부 기능이 작동하지 않을 수 있습니다. 최적의 상태로 사용하려면 Chrome 또는 Mozilla Firefox 를 사용해 주세요. 내 프로필 내 서재 통계 알리미 설정 로그인 Google 학술 검색 통계 로그인 통계 상위 저작물 지난 5년간 최다 인용 저작물 자세히 알아보기 발행처 h5-색인 h5-중앙값 1. Nature 490 784 2. IEEE/CVF Conference on Computer Vision and Pattern Recognition 450 702 3. The New England Journal of Medicine 441 854 4. Science 415 653 5. Nature Communications 399 509 6. The Lancet 375 712 7. Neural Information Processing Systems 371 637 8. International Conference on Learning Representations 362 652 9. Advanced Materials 330 440 10. Cell 317 528 모두 보기 공공 접근 의무제출 연구비 지원 기관을 위한 요약 통계 자세히 알아보기 재정 지원 기관 공개 자료 1. National Natural Science Foundation of China - 캐시된 페이지 50% 2. US National Institutes of Health - 캐시된 페이지 74% 3. European Commission - 캐시된 페이지 88% 4. US National Science Foundation - 캐시된 페이지 64% 5. German Research Foundation - 캐시된 페이지 61% 6. Government of Spain - 캐시된 페이지 81% 7. US Department of Energy - 캐시된 페이지 73% 8. Natural Sciences and Engineering Research Council of Canada - 캐시된 페이지 56% 9. Department of Science & Technology, India - 캐시된 페이지 56% 모두 보기 개인정보처리방침 약관 도움말 학술검색 정보 검색 도움말
2026-01-13T09:30:30
https://blog.frankel.ch/speaking/
Speaking A Java geek Me Books Speaking Mentions Focus Speaking 18 events • 20 talks December 2025 YOW! Brisbane Australia Brisbane WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. December 2025 YOW! Brisbane Australia Brisbane WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. December 2025 YOW! Melbourne Australia Melbourne WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. September 2025 GOTO Copenhagen Denmark Copenhagen WebAssembly on Kubernetes WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. This talk explores why and how to leverage WebAssembly within Kubernetes environments to create scalable, high-performance, and secure applications. September 2025 DeveloperWeek Cloud X Online Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. August 2025 Kansas City Developer Conference USA Kansas City Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. June 2025 Code Europe Poland Warsaw End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. June 2025 Voxxed Days Luxembourg Luxembourg Luxembourg End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. May 2025 KCD Istanbul Turkey Istanbul End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. May 2025 jPrime Bulgaria Sofia Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. May 2025 jPrime Bulgaria Sofia End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. May 2025 GeeCon Poland Cracow End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. April 2025 Dublin JUG Ireland Dublin Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. April 2025 Dublin JUG Ireland Dublin End-to-End Pull Request Testing on Kubernetes: A Walkthrough As applications increasingly rely on Kubernetes for deployment, ensuring seamless integration and end-to-end testing during pull requests is crucial. This talk dives into the practical steps of building a robust CI/CD pipeline that mirrors production environments, enabling reliable and efficient testing within your Kubernetes ecosystem. We’ll explore how to: * Set up foundational unit and integration tests using modern tools like Testcontainers and GitHub Workflows. * Integrate Google Kubernetes Engine (GKE) to emulate a production-grade cluster for testing. * Isolate test environments, ensuring parallel runs and minimizing interference. * Attendees will gain actionable insights to create scalable and maintainable testing pipelines via an existing working example. April 2025 Manchester Java Community United Kingdom Manchester Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. April 2025 London Java Community United Kingdom London Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. March 2025 Incontro DevOps Italia Italy Bologna Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. March 2025 Cloud Native Day Oslo Norway Olslo Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. February 2025 rheinJUG - Java User Group Düsseldorf Germany Dusseldorf Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture. February 2025 Belgian Java User Group Belgium Bruxelles Practical introduction to OpenTelemetry tracing Tracking a request’s flow across different components in distributed systems is essential. With the rise of microservices, their importance has risen to critical levels. Some proprietary tools for tracking have been used already: Jaeger and Zipkin naturally come to mind. Observability is built on three pillars: logging, metrics, and tracing. OpenTelemetry is a joint effort to bring an open standard to them. Jaeger and Zipkin joined the effort so that they are now OpenTelemetry compatible. In this talk, I’ll describe the above in more detail and showcase a (simple) use case to demo how you could benefit from OpenTelemetry in your distributed architecture.  2025  2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 A Java geek © 2008-2026 v. 5b16467961644fa8c544edc69945279567428532/12688862354 Latest Posts
2026-01-13T09:30:30
https://www.route4me.com/
Best Route Planning And Route Optimization Software Speak to a Routing Expert: Speak to a Friendly Routing Expert Now: +1-888-552-9045 Se Habla Español CONTACT US Platform Platform Overview Deliver service customers trust Route Planning Create reliable routes in seconds Dispatch & Tracking Execute with confidence every day Driver Efficiency Arrive on time, every time Business Operations Automate last mile workflows Customer Experience Earn customer loyalty Mobile Apps Business Insights Integrations Telematics Commercial Routing Add-Ons Professional Services Premium Support Solutions Grow Your Business Master increasing complexity Improve Service Exceed customer expectations Increase Efficiency Streamline delivery and service Deploy Now Easy set up, expert support Industries Big and Bulky Business Services Food and Beverage Franchise Government Services Oil and Gas Parcel and Courier Property Services Rx and Healthcare Utilities and Energy Waste Management For Drivers Multi-stop Route Planner Get home on time, every time Commercial Vehicle Navigation Worry-free truck routes Explore About Route4Me Leadership Team Our Users Partner Programs Academic Programs Environmental Blog Articles Case Studies eBooks News Videos Support Portal Getting Started Admins Route Planners Dispatchers Drivers Developers TV Get Started Contact +1-888-552-9045 Speak to routing expert now Live Chat Get answers instantly Support Portal Get help with our platform Contact Us Other ways to reach us Sign In Search Contact +1-888-552-9045 Speak to routing expert now Live Chat Get answers instantly Support Portal Get help with our platform Contact Us Other ways to reach us Sign In Simplify Last Mile Transportation Industrial Grade Route Planning And Route Optimization Software Try Now EXPLORE PLATFORM Your browser doesn't support HTML5 video. 3B+ Miles Optimized 750M+ Destinations Visited 30M+ Routes Planned 40K+ Happy Customers The Route4Me Last Mile Transportation Platform The Route4Me platform automates and integrates mission-critical last mile workflows, empowering route planners, dispatchers, drivers, and managers to take your business to the next level. It’s Not The Route, It’s The Optimization! The Definitive Guide To Last Mile Route Optimization Routing resides at the center of a much larger fulfillment process that begins with a customer need and doesn’t end until that need is satisfied. Read our guide to learn how last mile optimization links upstream and downstream business processes across the supply chain, improving efficiency, utilization and profitability, while ensuring customer service excellence. Get the guide Route4Me Platform Overview The Route4Me last mile transportation platform with enterprise-grade route optimization technology helps you master complexity at scale, so you can focus on growing your business and satisfying your customers. Learn how our patented, proven routing engine and powerful workflow automation ensure accurate, efficient last mile execution. DOWNLOAD NOW Explore The Route4Me Last Mile Transportation Platform Route Planning Plan reliable routes in seconds Dispatch & Tracking Execute with confidence Driver Efficiency Arrive on time, every time Business Operations Automate last mile workflows Customer Experience Earn customer loyalty Business Insights Measure, manage, master Platform Integrations Simple, seamless infrastructure Mobile Applications Choose iOS, Android or Zebra 40,000+ Happy Global Customers 12 Transformational Examples Of Last Mile Excellence The Definitive Guide To Last Mile Route Optimization Find out how companies like yours use route optimization to achieve service excellence and drive profitable growth. Different businesses have different routing challenges. There is no one-size-fits-all solution. Explore these twelve transformational stories to understand what will work best for your business. Get the guide Consistently Rated the Best Route Planning & Route Optimization Software Helping Businesses Succeed In The Last Mile For 10+ Years Last Mile Transportation Solutions For Your Business Grow Your Business Master increasing complexity Improve Service Exceed customer expectations Increase Efficiency Streamline delivery and service Deploy Now Easy set up, expert support Professional Services Unlock the full potential Grow Your Business Master increasing complexity Improve Service Exceed customer expectations Increase Efficiency Streamline delivery and service Deploy Now Easy set up, expert support Professional Services Unlock the full potential Grow Your Business Master increasing complexity Improve Service Exceed customer expectations Increase Efficiency Streamline delivery and service Deploy Now Easy set up, expert support Professional Services Unlock the full potential What is Route Optimization New to the route planning game? This instructive video is your first stop to success with multi-stop Route Planning & Route Optimization software. Our dynamic route optimization technology lets you plan routes in seconds. WATCH VIDEO LEARN MORE Unlock The Full Potential Of Last Mile Transportation Our route optimization experts deliver tailored solutions that help customers reduce fuel, labor and maintenance costs in their last mile operations, while improving performance and customer satisfaction. We can help you rebalance routes, zones and territories, perform a comprehensive network optimization, establish baseline KPIs and create performance dashboards. Learn about route4me professional services Earn Five-Star Reviews With Last Mile Service Excellence The Definitive Guide To Last Mile Route Optimization Discover how last mile route optimization improves revenue and retention by enabling a tightly managed customer experience that ensures on-time service, time window compliance, and real-time notifications. Read The Definitive Guide To Last Mile Route Optimization to discover how smart workforce guidance and automation balances customer requirements with other business constraints, so you can set and exceed customer expectations. Get the guide Protect Your Fleet With Commercial Truck Routing & Navigation Minimize the risk of accidents, keep drivers and customers safe, and avoid fines with commercial truck routing & navigation software from Route4Me. Eliminate unexpected delays and ensure on-time arrival at every destination. Plus, track route compliance to ensure planned routes are always followed. LEARN MORE Last Mile Transportation At Work Regional Meat Distributor Transforms Delivery Operations With VIRATA Group Food & Beverage Delivery CASE STUDY Medzoomer Breaks Barriers To Growth With Last Mile Optimization Rx Delivery and Healthcare Services CASE STUDY ZoomAround Tees Up Growth With Route Optimization Big And Bulky Delivery Route Optimization CASE STUDY The FruitGuys' Fresh Approach Ensures 100% Customer Satisfaction Food and Beverage Delivery CASE STUDY URMC Delivery Services Scale Rapidly Overcoming Barriers to Growth Rx Delivery and Healthcare Services CASE STUDY Sweeping Corporation Accelerates Growth With Common Last Mile Process Facility And Property Services Route Optimization CASE STUDY Atlanta Retailers Association Optimizes Member Engagement Business Services Route Optimization CASE STUDY Million Deliveries' Last Mile Operation Is Flexible By Design Parcel Delivery And Courier Routing CASE STUDY Increase Productivity Across Your Operation Mobile Routing Apps For Businesses Give drivers and employees the tools they need to stay productive. Optimize and dispatch routes and orders easily. Load vehicles efficiently, ensure safe navigation, and manage service and delivery workflows, all with perfect transparency along the way. Use data collected by the mobile routing app to continuously improve your operations. LEARN MORE Every mile you save helps save the planet Route4Me® Is committed to building Carbon-neutral Last Mile™ solutions and we believe world class route planning is a critical component of any sustainability program. LEARN MORE Last Mile Transportation Resources Explore our blog for last mile route planners and business owners. What Is Dynamic Route Optimization Effortlessly create efficient routes for continually changing schedules. What is Route Optimization? Boost delivery and service operations with automated route planning. How to Plan Recurring Routes Cater to your most consistent customers and master your repeat business. Route Planning Best Practices Save time and money by integrating best practices into your operations. What is Final Mile Delivery? Learn what you need to know about last mile delivery. How To Create An Optimized Route Understand the basics of route optimization and learn to create optimized routes. About Us Home About Leadership Our Values Our Users Environmental Route4Me Academic Premium Support Contact Get Started Routing Resources What Is Route Optimization? Multiple Stop Route Planning Delivery Route Planning Service Route Planning Route Management Commercial Vehicle Routing Route App For Businesses Route App For Drivers iPhone Route Planner App Android Route Planner App Get Started Knowledge Base Training Case Studies Route4Me FAQ Free Route Planner Developers Route4Me API Documentation Software Integrations Telematics Integrations GitHub Tutorials Get an API Key Engage Route Planning Blog Brand Guidelines Route4MeTV Resource Center Press Coverage eBooks © 2009-2026 Route4Me, Inc English English Español Français Português Terms of Service Privacy Policy SMS Policy Professional Services Agreement
2026-01-13T09:30:30
https://www.llc.org/
LLC.org - How to Start an LLC Skip to content Form an LLC LLC Guides Guides How to Check if a Business Name is Taken What is a Registered Agent? What are Articles of Organization? What is a Certificate of Good Standing? What to Know About Operating Agreements What is an EIN and Who Needs One? How to Apply for a Business License What is an Annual Report and Who Needs to File One? DBAs: Everything You Need to Know How to dissolve an LLC Business structures Business Structures – Different Types and What to Know About Them Everything You Should Know About Setting Up a Sole Proprietorship Everything You Should Know About Setting Up a Corporation Everything You Should Know About Setting Up a Partnership LLC vs Sole Proprietorship – What is the difference? LLC vs Corporation – What is the difference? LLC vs S Corp – What is the difference? Best LLC services Best Best LLC Services (2023) Best Registered Agent Services (2023) Best Incorporation Services for Small Businesses (2023) Best Business Name Generators (2023) Reviews Northwest Registered Agent Review (2023) ZenBusiness Review (2023) Incfile Review (2023) Swyft Filings Review (2023) BizFilings Review (2023) See all How to start an LLC Forming an LLC isn’t difficult, but there are a series of things that must be done to set one up. See below to learn more about the specific requirements in your state. Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming Get Started Step-by-step guides for launching an LLC 1 Run a business name search Whether you settled on a name years ago or are still weighing your options, there are several rules to be aware of. For starters, the business name must have “LLC” or “Limited Liability Company” in the title. Learn more 2 Choose a registered agent A registered agent is a person or company that accepts official documents for a company. For instance, a registered agent could receive tax documents, file updates from the secretary of state’s office, or legal documents.  Learn more 3 Create an operating agreement An operating agreement explains how a business is run and should include the company’s hierarchy, an explanation of how decisions are made, and a summary of day-to-day operations. The document should also provide financial direction, explaining how profits and losses are managed. Learn more 4 Create Articles of Organization When establishing an LLC, articles of organization are filed with the state in which it is organized in order to be officially recognized and sanctioned by that state. Learn more 5 Obtain an EIN Most businesses need an EIN, or an employer identification number, to function. This nine-digit number is issued by the IRS and is required for many financial transactions including paying taxes, hiring employees, or applying for a bank loan. Learn more 6 Look into business licenses Depending on your business, it likely needs one or several licenses to operate. Each state is different in its requirements. Check with state and local officials to see which business licenses are required. Learn more 7 File an annual report Most states require LLCs to file an annual report with the state. The report is meant to keep state officials informed about your business and points of contact. Should the state need to reach business owners to deliver notices or updates, the report provides that contact information. Learn more 8 Maintain good standing A Certificate of Good Standing serves as proof that the entity exists and is authorized to transact business in the state. It means that the entity has filed all reports and fees with the Secretary of State’s office. Learn more 9 Estimate LLC costs There are various fees that come with forming an LLC. The exact amount varies from state to state. Learn more Related posts How to Start an LLC (Step-by-Step Guide) Read more Best LLC Services (2024) Read more Best Registered Agent Services (2024) Read more Northwest Registered Agent Review (2024) Read more ZenBusiness Review (2024) Read more Best Business Name Generators (2024) Read more Business Structures – Different Types and What to Know About Them Read more Frequently Asked Questions Can I serve as my LLCs registered agents? Yes. The owner of an LLC can serve as his or her company’s registered agent. The registered agent is responsible for accepting important notices on behalf of the company. To name yourself, simply list your name and address on the Articles of Organization.  If at any point you’d like to elect another person or pay a registered agent service to fill this role, you can file an update (usually called a Statement of Change) with the secretary of state’s office.  How much does it cost to form an LLC? The cost to form an LLC varies by state. Most states require owners to pay a filing fee when they register. This filing fee can range from $50 to $500. The average fee is $132, but it’s important to research the cost in your state.  If an owner decides to work with a business formation company, which can file the formation paperwork on behalf of a company owner, expect to pay a flat fee to file the document as well as the state’s filing fee. Is an EIN the same as a federal employer identification number? Yes, the two terms mean the same thing. The IRS website can provide an EIN. Is an attorney required to set up an LLC? No, the owner can file the paperwork for his or her own business. However, an owner can seek the advice of a lawyer or work with a business formation company to have the document filed with the state as well. How is an LLC maintained? In most states, an LLC must file an annual report and pay a filing fee or franchise tax. The rules vary by state. How do you find out what’s required in your state? The best place to start is to search the secretary of state’s website. To form an LLC, must it be registered with the state? Yes, if you plan on doing business in the state and want to obtain the perks of an LLC, like limited liability and pass-through taxation, you must register the company with the state by filing formation documents usually known as Articles of Organization. Who manages an LLC? Typically, a manager is selected from within the company or hired from outside. Owners are called members. If one owner is selected, the LLC is referred to as single-member LLC. A board of directors isn’t necessary for an LLC. Find out how to start an LLC in your state Click on the state below to get started Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming Select an area Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming About Home Contact Us Press Privacy Policy Terms of Use Quick links How to Start an LLC (Step-by-Step Guide) LLC Costs Registered Agent Services Business Name Search Reviews Northwest Registered Agent Review (2023) ZenBusiness Review (2023) Incfile Review (2023) Swyft Filings Review (2023) Copyright © 2024 - LLC.org - All rights reserved
2026-01-13T09:30:30
https://packagist.org/login/
Log in - Packagist.org Toggle navigation Packagist.org The PHP Package Repository Browse Submit Create account Sign in Remember me Use Github Log in No account yet? Create one now! Packagist.org is the main Composer repository. It aggregates public PHP packages installable with Composer. Search by Sign in Username / Email Password Forgot password? Remember me Log in with GitHub About Packagist.org Atom/RSS Feeds Statistics Browse Packages API Mirrors Status Dashboard provides maintenance and hosting provides bandwidth and CDN provides malware detection provides monitoring Sponsor Packagist.org & Composer
2026-01-13T09:30:30
https://hackmd.io/c/tutorials/?utm_source=blog&utm_medium=footer
HackMD Tutorial Book - HackMD HackMD Tutorial Book === **[中文版](/c/tutorials-tw)** - [Welcome](/s/tutorials) - [Features](/s/features) - [Markdown quick start guide](/UFLeoGd_SmGy8acWOTs6JA) Feel free to leave comments below to request for (or contribute) tutorials on certain topics. You can also leave comments below each tutorial to ask for clarifications or report bugs. If you want a quick overview of all features, visit [features](/features) :::info Support email: :email: support@hackmd.io ::: New Feature 🔥 --- - [Paragraph Citations](/@docs/paragraph_citations_en) - [Guided comment](/@docs/guided_comment_en) - [Paragraph bookmark](/@docs/paragraph_bookmark_en) - [Link Preview](/@docs/link_preview_en) - [Show edit history](/@docs/show_editing_history_en) - [Copy paragraph link](/@docs/paragraph_link_copy_en) API 🦾 [close] --- - [How to issue/revoke an API token?](/@docs/issue-revoke-api-token-en) - [Developer Portal](/@hackmd-api/developer-portal?utm_source=tutorial&utm_medium=book-section) [target=_blank] Introduction [close] --- - [Registration and binding](/@docs/registration_and_binding_en) - [Choose your interface language](/@docs/interface-language-en) - [Workspace introduction](/@docs/workspace-introduction-en) - [Dark Mode](/@docs/how-to-set-dark-mode-en) - [Profile page](/@docs/personal-profile-page-en) - [Create note & Navigation bar intro](/@docs/createnotes_n_navigationbar_en) - [View note directory](/@docs/view-en) - [How to edit metadata of a note](/@docs/how-to-edit-metadata-of-a-note-en) - [How to edit title and tags](/@docs/how-to-edit-title-and-tags-en) Tips for using HackMD [close] --- - [How to use Tag List and Tag Filter](/@docs/how-to-use-tag-list-filter-en) - [How to Follow](/@docs/how-to-follow-en) - [Spotlight](/@hackmd/spotlight-en) - [Use Regular Expression to search in text editor](/@docs/regular-expression-to-search-en) - [Tips for editing on mobile phone](/@docs/rJ5BU988A) - [Embed another note](/@docs/embed-another-note-en) - [Keyboard shortcuts](/@docs/keyboard-shortcuts) - [Offline Access](/@docs/offline-access-en) Text Editor [close] --- - [Basic Formatting: Title, Quotation, Bold Text](/@docs/basic_formatting_en) - [Highlighting, color blocks, and collapsing](/@docs/enhance_content_en) - [Insert image in notes](/@docs/insert-image-in-team-note) - [Embed YouTube, link notes, and more](/@docs/insert-external-media-en) - [Search and replace](/@docs/search-and-replace-en) - [Emoji cheat sheet](https://hackmdio.github.io/emoji-datasource-finder/) [target=_blank] - [Changing text color :grin:](/@docs/change-text-color-en) - [How to create table](/@docs/how-to-create-table-en) - [How to paste table from Excel ](/@docs/paste-table-from-excel-en) - [Copy and paste code into your notes](/@docs/insert-code-into-note-en) <!-- - [Tips on Mobile](/zr2FvF_URe2HhgWddVvmdQ) --> Book Mode & Slide Mode 📍 [close] --- - [How to create a book](/@docs/create-a-book-en) - [How to create a slide deck](/@docs/create-slides-en) Creating graphs 🖍️ [close] --- - [How to use MathJax & UML](/@docs/use-mathjax-and-UML-en) - [How to create flowchart](/@docs/flowchart-en) - [How to create pie chart](/@docs/pie-chart-en) - [How to create Gantt chart](/@docs/gantt-chart-en) <!--Drawing musical notation --> Notes Management & Template 📚 [close] --- - [Note permission](/@docs/note-permission-en) - [Deleting and Restoring Notes](/@docs/delete-note-en) - [Folder :open_file_folder:](/@docs/folder-en) - [How to use template](/@docs/how-to-use-template-en) - [Note Versions](/@docs/save-version-en) - [How to export & import notes](/@docs/export-and-import-notes-en) - [How to export to PDF](/@docs/export-to-pdf-en) - [How to import from/export to Arweave](/@docs/export-import-arweave-en) - [Publish with permalink](/@docs/publish-notes-with-permalink-en) Team Workspace 🚀 [close] --- - [What is Team?](/@docs/what-is-team) - [Create and manage Team](/@docs/create-and-manage-team) - [Manage Team notes](/@docs/manage-team-notes) - [Insert image in Team notes](/@docs/insert-image-in-team-note) - [Unlock Team member limit](/@docs/unlock-team-member-limit) - [How to Transfer Team Ownership](/@docs/transfer-team-ownership-en) Collaboration 🤝 [close] --- - [Invite others to a private note](/@docs/invite-others-to-a-private-note-en) - [Live Host a Collaborative Session](/@docs/hosting-a-collaborative-session-en) - [Use comments to collaborate asynchronously](/@docs/comment-to-collaborate-en) - [Hide and Resolve comments](/@docs/hide-resolve-comment-en) - [How to Raise a Suggest Edit](/@docs/suggest-edit-en) Pricing and Payment 💍 [close] --- - [Personal Prime subscription and management](/@docs/Personal-Prime-subscription-management-en) - [Subscribe to Team Prime Plan](/@docs/unlock-team-member-limit) - [FAQ about yearly payment](/@docs/yearly-payment-faq-en) - [How to apply for non-profit sponsorship?](/@docs/NPOplan) <!-- [About Personal & Team Prime plan] --> <!-- [Failed payment](/tLIgOkh7SgGLdf_b7eNagw) --> Account [close] --- - [How to merge accounts?](/@docs/merge-accounts-en) - [How to delete my account](/@docs/delete-my-account-en) Advance Features 🛠️ [close] --- - [How to sync with GitHub](/@docs/sync-a-note-with-github) - [Command line tool: hackmd-cli](/@docs/hackmd-cli) - [Browser extension: HackMD-it](/@docs/browser-extension-en) - [How to turn on the feature preview](/@docs/feature-preview) {"breaks":true,"title":"HackMD Tutorial Book","description":"Learn how to use HackMD with tutorials covering all aspects of the powerful markdown editor.","image":"https://hackmd.io/_uploads/SyBv-nInC.jpg","contributors":"[{\"id\":\"9fb45a0a-ff1a-49af-9ba3-dc411256dc2b\",\"add\":2247,\"del\":1352},{\"id\":\"61af98f4-b303-4819-b08b-aa32cf6677a8\",\"add\":788,\"del\":336},{\"id\":\"b69c1c71-1f6f-41b4-b230-8f8f857d1db7\",\"add\":92,\"del\":0},{\"id\":\"3ab19145-8243-4557-8f3e-70a733b710c0\",\"add\":364,\"del\":0},{\"id\":\"7252c271-4d52-435d-b724-900478f7cef4\",\"add\":1247,\"del\":365,\"latestUpdatedAt\":null},{\"id\":\"6d3b4625-23c8-4275-a28e-cdc2cb546eda\",\"add\":466,\"del\":49},{\"id\":\"23942b32-8d81-4d00-ae9b-702abb782e84\",\"add\":125,\"del\":32},{\"id\":\"d7bc100e-ab59-4c37-948d-734e8e215f68\",\"add\":18415,\"del\":16696,\"latestUpdatedAt\":1758769504470},{\"id\":\"1fb5b07b-07b2-4267-92c0-d31539e3d000\",\"add\":154,\"del\":38}]"} Unavailable offline " data-placement="bottom" data-toggle="tooltip" data-html="true" > Unavailable offline " data-placement="bottom" data-toggle="tooltip" data-html="true" > Expand menu
2026-01-13T09:30:30
http://getcomposer.org/download/
Composer Home Getting Started Download Documentation Browse Packages Secure & reliable package repository Download Composer Latest: v2.9.3 To quickly install Composer in the current directory, run the following script in your terminal. To automate the installation, use the guide on installing Composer programmatically . php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === 'c8b085408188070d5f52bcfe4ecfbee5f727afa458b2573b8eaaf77b3419b0bf2768dc67c86944da1544f06fa544fd47') { echo 'Installer verified'.PHP_EOL; } else { echo 'Installer corrupt'.PHP_EOL; unlink('composer-setup.php'); exit(1); }" php composer-setup.php php -r "unlink('composer-setup.php');" This installer script will simply check some php.ini settings, warn you if they are set incorrectly, and then download the latest composer.phar in the current directory. The 4 lines above will, in order: Download the installer to the current directory Verify the installer SHA-384, which you can also cross-check here Run the installer Remove the installer Most likely, you want to put the composer.phar into a directory on your PATH, so you can simply call composer from any directory ( Global install ), using for example: sudo mv composer.phar /usr/local/bin/composer For details, see the instructions on how to install Composer globally . WARNING: Please do not redistribute the install code. It will change with every version of the installer. Instead, please link to this page or check how to install Composer programmatically . Notable Installer Options --install-dir You can install composer to a specific directory by using the --install-dir option and providing a target directory. Example: php composer-setup.php --install-dir=bin --filename You can specify the filename (default: composer.phar ) using the --filename option. Example: php composer-setup.php --filename=composer --version You can install composer to a specific release by using the --version option and providing a target release. Example: php composer-setup.php --version=1.0.0-alpha8 --preview, --snapshot, --1 (EOL), --2, --2.2 (LTS) Select a specific version channel instead of the default latest stable. See "Download channels" below for more details. Example: php composer-setup.php --2.2 --help The installer provides more options for specific environments, use the --help option to see all of them. Download channels By default the installer and composer self-update will download the latest stable version only. You may select a different download channel though. If you would like to help test pre-release versions you can use the --preview flag on either the installer or self-update. For snapshot builds, which are done from the latest Composer commit, you can use the --snapshot flag. To programmatically install specific major versions you can use the --1 or --2 flag. To select the latest 2.2 LTS you can use --2.2 . Maintenance policy Bug fixes are only guaranteed to be provided for the latest feature release. Critical bug and security fixes are also provided for active LTS releases (currently 2.2 ). Manual Download If you prefer to download the phar manually, here are the available versions: Latest Stable ( sha256 / sha256sum / asc ) for PHP 7.2+ users Latest Preview (alpha/beta/RC) ( sha256 / sha256sum / asc ) Latest Snapshot ( sha256 / sha256sum ) Latest 2.x ( sha256 / sha256sum / asc ) Latest 2.2.x LTS ( sha256 / sha256sum / asc ) for PHP 5.3 to 7.1. For PHP 7.2+ please use the latest version instead of LTS. See the LTS version support policy for more information. Composer (composer.phar) versions history 2.9.3 2025-12-30 sha256sum 3b3f9503a2d46590170e45edd29734197e797cea545b396d0b2823cac8ef4643 asc changelog 2.9.2 2025-11-19 sha256sum 471f2d857abf0ec18af7b055e61472214d91adb24f9bdbbb864c1c64faad7dd6 asc changelog 2.9.1 2025-11-13 sha256sum 1f9c85291820f8496ca95cd49028002db328e7fa99b4f548e8afa7f6774540f7 asc changelog 2.9.0 2025-11-13 sha256sum 9c3982569587a4d976486635d4b5bbe794156b37b8b205131b00607045332ef1 asc changelog 2.9.0-RC1 2025-11-07 sha256sum 06ec92c8c547e730a207d77e8083634c4a87c9739b794adbeb48faea40552ce0 asc changelog 2.8.12 2025-09-19 sha256sum f446ea719708bb85fcbf4ef18def5d0515f1f9b4d703f6d820c9c1656e10a2f2 asc changelog 2.8.11 2025-08-21 sha256sum 257a969e9a9d27e0e45cfe954835c17a76033ba84a388e0f472db83eded65a8b asc changelog 2.8.10 2025-07-10 sha256sum 28dbb6bd8bef31479c7985b774c130a8bda37dbe63c35b56f6cb6bc377427573 asc changelog 2.8.9 2025-05-13 sha256sum 8e8829ec2b97fcb05158236984bc252bef902e7b8ff65555a1eeda4ec13fb82b asc changelog 2.8.8 2025-04-04 sha256sum 957263e284b9f7a13d7f475dc65f3614d151b0c4dcc7e8761f7e7f749447fb68 asc changelog 2.8.7 2025-04-03 sha256sum 2528507840901565fe6cecd19c7e9f8983b8d91b5eb4bab1599b14254401e675 asc changelog 2.8.6 2025-02-25 sha256sum becc28b909d2cca563e7caee1e488063312af36b1f2e31db64f417723b8c4026 asc changelog 2.8.5 2025-01-21 sha256sum 9cef18212e222351aeb476b81de7b2a5383f775336474467bf5c7ccfe84ab0cc asc changelog 2.8.4 2024-12-11 sha256sum c4c4e2e1beab0ea04e0bd042a5dbba9feda1fbf5eda0d36203958edd343c0a8a asc changelog 2.8.3 2024-11-17 sha256sum 8323b4105c6e166d47c9db93209370083f9e421743636e108c37d8c1126386ef asc changelog 2.8.2 2024-10-29 sha256sum 9ed076041e269820c6c4223d66c5325fcaddc7f4b4317b3ba936812a965857ed asc changelog 2.8.1 2024-10-04 sha256sum 930b376fbd2147a623ea7b704eb9d3b8b0d6072992207aa0535aa21f6f05378e asc changelog 2.8.0 2024-10-02 sha256sum 1b23f2a31cb05f0e8ae29b5723fc5edf37e565106d6fae2cf23f298efa9c8981 asc changelog 2.7.9 2024-09-04 sha256sum b6de5e65c199d80ba11897fbe1364e063e858d483f6a81a176c4d60f2b1d6347 asc changelog 2.7.8 2024-08-22 sha256sum 3da35dc2abb99d8ef3fdb1dec3166c39189f7cb29974a225e7bbca04c1b2c6e0 asc changelog 2.7.7 2024-06-10 sha256sum aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be asc changelog 2.7.6 2024-05-04 sha256sum 29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08 asc changelog 2.7.5 2024-05-03 sha256sum 0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77 asc changelog 2.7.4 2024-04-22 sha256sum ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9 asc changelog 2.7.3 2024-04-19 sha256sum fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4 asc changelog 2.7.2 2024-03-11 sha256sum 049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac asc changelog 2.7.1 2024-02-09 sha256sum 1ffd0be3f27e237b1ae47f9e8f29f96ac7f50a0bd9eef4f88cdbe94dd04bfff0 asc changelog 2.7.0 2024-02-08 sha256sum 2fc501cbef1891379523ee4989d37bf04798415a05f8eb44ae75acb2fdf2596f asc changelog 2.6.6 2023-12-08 sha256sum 72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314 asc changelog 2.6.5 2023-10-06 sha256sum 9a18e1a3aadbcb94c1bafd6c4a98ff931f4b43a456ef48575130466e19f05dd6 asc changelog 2.6.4 2023-09-29 sha256sum 5a39f3e2ce5ba391ee3fecb227faf21390f5b7ed5c56f14cab9e1c3048bcf8b8 asc changelog 2.6.3 2023-09-15 sha256sum e58a390cac0df45ccf5a3d95ae94fa239eded8b7907fa2c8f752f020304fc9b1 asc changelog 2.6.2 2023-09-03 sha256sum 88c84d4a53fcf1c27d6762e1d5d6b70d57c6dc9d2e2314fd09dbf86bf61e1aef asc changelog 2.6.1 2023-09-01 sha256sum 216bd5a516b544783fdce1a9e3a1eeb41f0aa9f0edb20dcd04f2846df64d3661 asc changelog 2.6.0 2023-09-01 sha256sum 3b190c1cb72670fc033a4831e68c02068c0300616bde4d6ef4d1a183b7d33cc4 asc changelog 2.5.8 2023-06-09 sha256sum f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5 asc changelog 2.5.7 2023-05-24 sha256sum 9256c4c1c803b9d0cb7a66a1ab6c737e48c43cc6df7b8ec9ec2497a724bf44de asc changelog 2.5.6 2023-05-24 sha256sum 79021fbedfb2b383d606d0cf2161eb2b034099ca4794ffa572e8575f7c5dabc8 asc changelog 2.5.5 2023-03-21 sha256sum 566a6d1cf4be1cc3ac882d2a2a13817ffae54e60f5aa7c9137434810a5809ffc asc changelog 2.5.4 2023-02-15 sha256sum 91ce6cbf9463eae86ae9d5c21d42faa601a519f3fbb2b623a55ee24678079bd3 asc changelog 2.5.3 2023-02-10 sha256sum 2e1061821951c6a5ece033a025d06296d4a1d056fee2f4bebd35815cf4b1b0f9 asc changelog 2.5.2 2023-02-04 sha256sum 0844c3dd85bbfa039d33fbda58ae65a38a9f615fcba76948aed75bf94d7606ca asc changelog 2.5.1 2022-12-22 sha256sum f1b94fee11a5bd6a1aae5d77c8da269df27c705fcc806ebf4c8c2e6fa8645c20 asc changelog 2.5.0 2022-12-20 sha256sum b571610e5451785f76389a08e9575d91c3d6e38fee1df7a9708fe307013c8424 asc changelog 2.4.4 2022-10-27 sha256sum c252c2a2219956f88089ffc242b42c8cb9300a368fd3890d63940e4fc9652345 asc changelog 2.4.3 2022-10-14 sha256sum 26d72f2790502bc9b22209e1cec1e0e43d33b368606ad227d327cccb388b609a asc changelog 2.4.2 2022-09-14 sha256sum 8fe98a01050c92cc6812b8ead3bd5b6e0bcdc575ce7a93b242bde497a31d7732 asc changelog 2.4.1 2022-08-20 sha256sum ea8cf6308ec76ff9645c3818841a7588096b9dc2767345fbd4bd492dd8a6dca6 asc changelog 2.4.0 2022-08-16 sha256sum 1cdc74f74965908d0e98d00feeca37c23b86da51170a3a11a1538d89ff44d4dd asc changelog 2.4.0-RC1 2022-07-21 sha256sum 320ad515ec2bfd96f84898eeab5db5bc9305f140b946cbbe0f2290e82029db82 asc changelog 2.3.10 2022-07-13 sha256sum d808272f284fa8e0f8b470703e1438ac8f362030bbc9d12e29530277d767aff0 asc changelog 2.3.9 2022-07-05 sha256sum 0ec0cd63115cad28307e4b796350712e3cb77db992399aeb4a18a9c0680d7de2 asc changelog 2.3.8 2022-07-01 sha256sum c6ab768ad3239c4d4cc4f39f8ff7462925e088cd441e5bdb749fbf6efe049769 asc changelog 2.3.7 2022-06-06 sha256sum 3f2d46787d51070f922bf991aa08324566f726f186076c2a5e4e8b01a8ea3fd0 asc changelog 2.3.6 2022-06-01 sha256sum 188e079d509156130d30204c9c8b3f00134dbbc6afadc2f37ed05d02646a47dc asc changelog 2.3.5 2022-04-13 sha256sum 3b3b5a899c06a46aec280727bdf50aad14334f6bc40436ea76b07b650870d8f4 asc changelog 2.3.4 2022-04-07 sha256sum 1fc8fc5b43f081fe76fa85eb5a213412e55f54a60bae4880bc96521ae482d6c3 asc changelog 2.3.3 2022-04-01 sha256sum d6931ec2b38b41bd0ad62f9d157908e6688bac091bbf0bd6a619c1067b922402 asc changelog 2.3.2 2022-03-30 sha256sum 8ec134fe04ee52cd6465384c535ec61107368d4866ade9e995dcb96d8676f0c3 asc changelog 2.3.1 2022-03-30 sha256sum 35088e641c5e0f463652b20425e2a623095f539fb3a038ba8dccf1ce07f0eca9 asc changelog 2.3.0 2022-03-30 sha256sum 07d7d2adeaccd97eefa96c26bc6742b465b808b77bbf4246cf2b556970c2bcb1 asc changelog 2.3.0-RC2 2022-03-20 sha256sum 8e533738ad90e9fa4811348fda361a38f544c420f5a4ea17ed6ed64edd7509fe asc changelog 2.3.0-RC1 2022-03-16 sha256sum eb34514c87d16bad4cb7e45eca41df36b728ec8cf9c3a0487e6ac21bda96a132 asc changelog 2.2.26 2025-12-30 sha256sum 2f889b1d19666af6081448a526539f73b1d95d10f745536afd8132acb13743f3 asc changelog 2.2.25 2024-12-11 sha256sum 8b3f41253363f0645402d1951d6e7f02adedeef29c16de6074763e463e25c23f asc changelog 2.2.24 2024-06-10 sha256sum b0c383b1f430a80a74c006f20199d1e0226848a0a90afa5c0a7d01fb90ee9075 asc changelog 2.2.23 2024-02-08 sha256sum 060ff6b6b8bfb60a943c94954cc4e8bf3e780ff33ecd7c7d9eb2f43241f39740 asc changelog 2.2.22 2023-09-29 sha256sum 7d3500cc8c9a74b47e14103de150ac95c25ca227b39ffc89cb3a8b495b5db1d2 asc changelog 2.2.21 2023-02-15 sha256sum 5211584ad39af26704da9f6209bc5d8104a2d576e80ce9c7ed8368ddd779d0af asc changelog 2.2.20 2023-02-10 sha256sum d16bb62fd408109583e8f0c237909d4b1b32fb14ab9cfc15847d11086ba51dec asc changelog 2.2.19 2023-02-04 sha256sum 325a7cb79ba2d34b27789b314504a8a028d1dde5a495445942bf66f5c19b30b1 asc changelog 2.2.18 2022-08-20 sha256sum 28a8d9740d615137a8c01d32aef9184db16f543fca36db038501a294d8e95b24 asc changelog 2.2.17 2022-07-13 sha256sum ec034d3d92c94ab63ebdf1a2bfa9f5e34cb08b043dae91958c6fcb2f47170cea asc changelog 2.2.16 2022-07-05 sha256sum 06932837764594c4864f913615d5ece24e8f0c40b8f074a5e00eacb23d3ae2c9 asc changelog 2.2.15 2022-07-01 sha256sum c83adb636c9e5eb22c6c7ccd8c3e54a3ee515f849caef0ec46d378637c4fab32 asc changelog 2.2.14 2022-06-06 sha256sum 84433f01bcd778f59ec150a1cdd4991c3d9b6cf74bcb7b6c18cdcd1e5efed9d4 asc changelog 2.2.13 2022-05-25 sha256sum 4c3a6cbe00ad0aaae965523033d511fdf558ff7ff673749d925b7860c1807637 asc changelog 2.2.12 2022-04-13 sha256sum 1ce90687eb3f89a99c059d45dd419d08430ed249468544b932b1dad7fb22dda0 asc changelog 2.2.11 2022-04-01 sha256sum 87c4aa2955437245fe510e6b2c794b17aba9ff6761a832fda4785863a23c5ba4 asc changelog 2.2.10 2022-03-29 sha256sum dc9dfdd2ffb1180d785b5a3d581c946ec6da135f55c9959f21b96fea7d7fb12d asc changelog 2.2.9 2022-03-15 sha256sum 48f9fdc9ad93904fee96550b45ae03a51f69718502ee855da894b4ad71d2dfe0 asc changelog 2.2.8 2022-03-15 sha256sum e1e1c580a237c739ecc1be57cf512e6b741faaa566439257d19ecd739ddfefaf asc changelog 2.2.7 2022-02-25 sha256sum 10040ded663541990eef8ce1f6fa44cb3b4a47e145efb8e9e59907a15068033d asc changelog 2.2.6 2022-02-04 sha256sum 1d58486b891e59e9e064c0d54bb38538f74d6014f75481542c69ad84d4e97704 asc changelog 2.2.5 2022-01-21 sha256sum 81ef304a70c957d6f05a7659f03b00eb50df6155195f51118459b2e49c96c3f3 asc changelog 2.2.4 2022-01-08 sha256sum ba04e246960d193237d5ed6542bd78456898e7787fafb586f500c6807af7458d asc changelog 2.2.3 2021-12-31 sha256sum 721cc27f81c6485fff70e6f56b9f2aadae770a1f8974a384c34e35987a230d8c asc changelog 2.2.2 2021-12-29 sha256sum 7391e020cd3ed1a158fd6cfc0b79d7c005854396536b5499e58fc6eedb544b4e asc changelog 2.2.1 2021-12-22 sha256sum 1d2067cd8a4df546498b04817b0fa3827f291d564bcde29254e8d6d2db15f896 asc changelog 2.2.0 2021-12-22 sha256sum f7928b5465ad14c49901174d72c701d74ee278479ae19a44f6a46839e2d87d4d asc changelog 2.2.0-RC1 2021-12-08 sha256sum c86b1e37ecb73aa19306a6db8693ed002a202d16604f9f2093d6321ceb23afca asc changelog 2.1.14 2021-11-30 sha256sum d44a904520f9aaa766e8b4b05d2d9a766ad9a6f03fa1a48518224aad703061a4 asc changelog 2.1.12 2021-11-09 sha256sum ae3ec292dd04b4e468aea1e5db4d085f169d8a803aabeb99707f69e9454bf218 asc changelog 2.1.11 2021-11-02 sha256sum fdb587131f8a11fcd475c9949ca340cc58a4b50cce6833caa8118b759a4ad1a3 asc changelog 2.1.10 2021-10-29 sha256sum cb8b04cc6a6fb167403f7495e8539650eb555657aa48873f115383bcd8f0b18d asc changelog 2.1.9 2021-10-05 sha256sum 4d00b70e146c17d663ad2f9a21ebb4c9d52b021b1ac15f648b4d371c04d648ba asc changelog 2.1.8 2021-09-15 sha256sum 77b8aca1b41174a67f27be066558f8a96f489916f4cded2bead3cab6a3f33590 asc changelog 2.1.7 2021-09-14 sha256sum 2936587e1babafa50d15eacf9fe775e825ed2e1f051c61acd3fa4f6af7720e94 asc changelog 2.1.6 2021-08-19 sha256sum 72524ccebcb071968eb83284507225fdba59f223719b2b3f333d76c8a9ac6b72 asc changelog 2.1.5 2021-07-23 sha256sum be95557cc36eeb82da0f4340a469bad56b57f742d2891892dcb2f8b0179790ec asc changelog 2.1.4 2021-07-22 sha256sum 3c8f521888ccb51becae522e263dbfd17169fbf3d4716685858b2c7e7684f4ae asc changelog 2.1.3 2021-06-09 sha256sum f8a72e98dec8da736d8dac66761ca0a8fbde913753e9a43f34112367f5174d11 asc changelog 2.1.2 2021-06-07 sha256sum 2dec01094a6bd571dcc0ed796b6e180aca3833646834b66eb743b7d66787a43d asc changelog 2.1.1 2021-06-04 sha256sum 445a577f3d7966ed2327182380047a38179068ad1292f6b88de4e071920121ce asc changelog 2.1.0 2021-06-03 sha256sum 2f8e8f684db5d6bd36a549629f3676e48f008624f499b13dfc7afa2f9cbde16e asc changelog 2.1.0-RC1 2021-06-02 sha256sum 5e1413b44cd517af3f4d9ff5a66e6e053c0769eef30588bcd4f941209ed5a6be asc changelog 2.0.14 2021-05-21 sha256sum 29454b41558968ca634bf5e2d4d07ff2275d91b637a76d7a05e6747d36dd3473 asc changelog 2.0.13 2021-04-27 sha256sum 116fdf07cc926af646635a6abc92d88aff7b02a5dc36538f81c50a7d27366dbf asc changelog 2.0.12 2021-04-01 sha256sum 82ea8c1537cfaceb7e56f6004c7ccdf99ddafce7237c07374d920e635730a631 asc changelog 2.0.11 2021-02-24 sha256sum d6eee0d4637f4bd82bdae098fceda300dcb3ec35bf502604fbe7510933b8f952 asc changelog 2.0.10 2021-02-23 sha256sum 72a5a68d12f315d74d931462413f7e114cd77b4be1a6b9494141dda93410751a asc changelog 2.0.9 2021-01-27 sha256sum 8e91344a5ca2fc0fb583c50f195a1f36918908561c4ea3d6f01a4ef01c3b8560 asc changelog 2.0.8 2020-12-03 sha256sum 2021f0d52b446e0efe3c548cc058ab5671fa38cdbcf814e7911c7e9d71d61538 asc changelog 2.0.7 2020-11-13 sha256sum 0a060e8caf1d5cde55c4562fd68369b08cf231b8fd30da9c8f994b111557ebe9 asc changelog 2.0.6 2020-11-07 sha256sum e5e39d8fa699ddb09844f6b4388280ff2c805fef0a7c26580c5bbc91ac35091b asc changelog 2.0.5 2020-11-06 sha256sum e786d1d997efc1eb463d7447394b6ad17a144afcf8e505a3ce3cb0f60c3302f9 asc changelog 2.0.4 2020-10-30 sha256sum c3b2bc477429c923c69f7f9b137e06b2a93c6a1e192d40ffad1741ee5d54760d asc changelog 2.0.3 2020-10-28 sha256sum 5d377e9b504dc9f6c9228d81c321ba85290512cdb396a12d3708b0cd30d2e20c asc changelog 2.0.2 2020-10-25 sha256sum 5e122edd0f2a4fb01172b6b1c156b3d252d9205105b4ad169a4b09913ba6a859 changelog 2.0.1 2020-10-24 sha256sum 4b4b118cc54662e4813ba86efb215fdb19c5b29944c5919b4f2803c915aa2234 changelog 2.0.0 2020-10-24 sha256sum 139657aa2b37867800292724145e3c4895f7755d845758b403dc329d17bdd285 changelog 2.0.0-RC2 2020-10-14 sha256sum 337b69c2fbf56c158538b7521bea6b09c42a29d39c4b8b25e55d21ba1440f807 changelog 2.0.0-RC1 2020-09-10 sha256sum 0d3a60be9515c87d6c061899ddaa23aa1476b34f7c0f75e562a928f58019f973 changelog 2.0.0-alpha3 2020-08-03 sha256sum 56acbd0b4c3314dac87a04fe44fe55bdfc117da38dfee8fd29528093d1e704bf changelog 2.0.0-alpha2 2020-06-24 sha256sum 6490fc59e48bf1ea5f3301cde071a56dc63e9a7dbb5540a94501bec570cabd5d changelog 2.0.0-alpha1 2020-06-03 sha256sum 22ff90cd50d331bfab5c4eef35b5290a83a5bf7fadf52d47b72aade01e893920 changelog 1.10.27 2023-09-29 sha256sum 230d28fb29f3c6c07ab2382390bef313e36de17868b2bd23b2e070554cae23d2 changelog 1.10.26 2022-04-13 sha256sum cbfe1f85276c57abe464d934503d935aa213494ac286275c8dfabfa91e3dbdc4 changelog 1.10.25 2022-01-21 sha256sum 6b089bd8b78b00c3c15d7b13353fbcbdf16a3f5248203c9a3e76f13948f2de92 changelog 1.10.24 2021-12-09 sha256sum 542ce16add6fd5ecfb0049dd49a0214e69a966a602b42c215adb19438c13a890 changelog 1.10.23 2021-10-05 sha256sum 2fc3ae370a979602a3bc2c950a38db02e51b4ca2072f7b8e15a518b443b835e7 changelog 1.10.22 2021-04-27 sha256sum 6127ae192d3b56cd6758c7c72fe2ac6868ecc835dae1451a004aca10ab1e0700 changelog 1.10.21 2021-04-01 sha256sum 1477d56da4a941de4203982c05b8a371ee4a9f2bb88a69f1b31c75d6bd6b8306 changelog 1.10.20 2021-01-27 sha256sum e70b1024c194e07db02275dd26ed511ce620ede45c1e237b3ef51d5f8171348d changelog 1.10.19 2020-12-04 sha256sum 688bf8f868643b420dded326614fcdf969572ac8ad7fbbb92c28a631157d39e8 changelog 1.10.18 2020-12-03 sha256sum 322d769490aedb12f95fa5f32e2c20f5753b07700a259472db427ddcf843884b changelog 1.10.17 2020-10-30 sha256sum 6fa00eba5103ce6750f94f87af8356e12cc45d5bbb11a140533790cf60725f1c changelog 1.10.16 2020-10-24 sha256sum e494bb438e44b9e4782c16940b229a8c46ea8a3baa9b908bf9db310cd0171ee2 changelog 1.10.15 2020-10-13 sha256sum a69df12e86a0a18fbedfc91a33d5f9acc5cf939576e0258326074fc1b2ee1aea changelog 1.10.14 2020-10-13 sha256sum ec8c97badf06c1d51bdc2fe16d75bc7306a08a112b12a34563ff8da5d6621db7 changelog 1.10.13 2020-09-09 sha256sum 5ca7445cfd48dd27c5a84aa005a47b4d9fd91132313830609875df3a6973708f changelog 1.10.12 2020-09-08 sha256sum ad32ebf620bffabe1e680802da610e8ba2eea4ecbbd76df973ce47d2ff192cba changelog 1.10.11 2020-09-08 sha256sum 6c4e61d21d2dd2c30da5e8dc244b302939678abaca82196eb0cf5ed7c9f4b143 changelog 1.10.10 2020-08-03 sha256sum 8f16aa77b1236ed40855d8d141c0a939d108a939c8e73f9f32eadd3f05f181b9 changelog 1.10.9 2020-07-16 sha256sum 70d6b9c3e0774b398a372dcb7f89dfe22fc25884e6e09ebf277286dd64cfaf35 changelog 1.10.8 2020-06-24 sha256sum 4c40737f5d5f36d04f8b2df37171c6a1ff520efcadcb8626cc7c30bd4c5178e5 changelog 1.10.7 2020-06-03 sha256sum b94b872729668de5b5fbf62f16ff588d2a23480dda88c0e45cb43b721b75ae29 changelog 1.10.6 2020-05-06 sha256sum 29bdac1bda34d8902b9f9e4f5816de08879b8f3fafad901e4283519cdefbee7b changelog 1.10.5 2020-04-10 sha256sum d5f3fddd0be28a5fc9bf2634a06f51bc9bd581fabda93fee7ca8ca781ae43129 changelog 1.10.4 2020-04-09 sha256sum 642df93a823f7d45ea544b337542a405ceb3e6c0b7b04d48574801ca364bfa9a changelog 1.10.3 2020-04-09 sha256sum 2e162689cbb198943be915247c3cb34ba7810f9ee3c608288c6775668b22a98d changelog 1.10.2 2020-04-09 sha256sum 1faea4a90f74692a765181a3025ada7c8ed1a8f87ca3fae229471876841d8484 changelog 1.10.1 2020-03-13 sha256sum 1831f266580f221189dc04d4b58d7fc50c934ffc3a0eca89ecb4a53aa44867e2 changelog 1.10.0 2020-03-10 sha256sum 8ced713bde2d89468c3385588daf27dc6fc7bc7619f95239068608d303700b09 changelog 1.10.0-RC 2020-02-14 sha256sum 58c5d690ec1ee348efed8d59e529dd322bca1d4f588d08eb20100f1c855bade4 changelog 1.9.3 2020-02-04 sha256sum 551655c2fc81f4106508f42bbc4b24eabd34b022b13bc1e7d9642bf483d0a7d4 changelog 1.9.2 2020-01-14 sha256sum 58753998712ae435915a452d701ae28a9389653bbf36b3b6adf24e03d90a9467 changelog 1.9.1 2019-11-01 sha256sum 1f210b9037fcf82670d75892dfc44400f13fe9ada7af9e787f93e50e3b764111 changelog 1.9.0 2019-08-02 sha256sum c9dff69d092bdec14dee64df6677e7430163509798895fbd54891c166c5c0875 changelog 1.8.6 2019-06-11 sha256sum b66f9b53db72c5117408defe8a1e00515fe749e97ce1b0ae8bdaa6a5a43dd542 changelog 1.8.5 2019-04-09 sha256sum 4e4c1cd74b54a26618699f3190e6f5fc63bb308b13fa660f71f2a2df047c0e17 changelog 1.8.4 2019-02-11 sha256sum 1722826c8fbeaf2d6cdd31c9c9af38694d6383a0f2bf476fe6bbd30939de058a changelog 1.8.3 2019-01-30 sha256sum 5733ae9516e9185b7c3328d16dac75f3475f8ef137572dfb497f0f298157df33 changelog 1.8.2 2019-01-29 sha256sum 489025eb489a2a70b8cdd7acd53f530e7be22a342b8c971a9d73091b898c7aed changelog 1.8.1 2019-01-29 sha256sum ded65cb32160648146a264eaf4b4919308b3f1fdc8e38a0dde8406396860dfab changelog 1.8.0 2018-12-03 sha256sum 0901a84d56f6d6ae8f8b96b0c131d4f51ccaf169d491813d2bcedf2a6e4cefa6 changelog 1.7.3 2018-11-01 sha256sum bc6cbcd2c0fbc03c7ab87442b5f1fbc9407f0b9900bddc10d755bdc81bbe7b6e changelog 1.7.2 2018-08-16 sha256sum ec3428d049ae8877f7d102c2ee050dbd51a160fc2dde323f3e126a3b3846750e changelog 1.7.1 2018-08-07 sha256sum 1c0e95dc3f33985f9eeabb6f57896c0f9d46b7c9e70ad7bf2210a5508869a8fa changelog 1.7.0 2018-08-03 sha256sum 88068af567884a6266ef255d3d17053f583c9074dc75161b7a35eda8e553849a changelog 1.7.0-RC 2018-07-24 sha256sum 902d97573567b72a07754b20c64949ba878bb85571c0d3e5c6ddae66ffb278c0 changelog 1.6.5 2018-05-04 sha256sum 67bebe9df9866a795078bb2cf21798d8b0214f2e0b2fd81f2e907a8ef0be3434 changelog 1.6.4 2018-04-13 sha256sum 8d0d9246f68532cc8fd6a47a58d195f0c849d26430f93c397a3176fc2d971ded changelog 1.6.3 2018-01-31 sha256sum 52cb7bbbaee720471e3b34c8ae6db53a38f0b759c06078a80080db739e4dcab6 changelog 1.6.2 2018-01-05 sha256sum 6ec386528e64186dfe4e3a68a4be57992f931459209fd3d45dde64f5efb25276 changelog 1.6.1 2018-01-04 sha256sum 71b6701ab75c93d0986b3e906d9d2586f0ae1b3e611583210a9542021861f581 changelog 1.6.0 2018-01-04 sha256sum 45031b4ae95bb6f4bdd33704a1932bfb8b56f5a590ee16b4946f481903c28fd1 changelog 1.6.0-RC 2017-12-19 sha256sum fbbc2a8085331976ff08a7920230a30e38b847b1f3bfbae54e1c0ea6676b2fae changelog 1.5.6 2017-12-18 sha256sum 25e75d72818c4f1d46b3ae47a8deaaf4ef25c87198329d4a6ee53601b00459e5 changelog 1.5.5 2017-12-01 sha256sum 8ef8c4fb73c8cc1e950119799aec31e0ae5913dab8dd8f53d9c2e3985ac3ad2b changelog 1.5.4 2017-12-01 sha256sum b85461bb94c1abf1ccaa6832a7992c08d2d851f844c575626766554bd96de8c3 changelog 1.5.3 2017-11-30 sha256sum f50e3b1d7daa6afc532341e52735db32819310cb2f63cb166f69dc7e074a657e changelog 1.5.2 2017-09-11 sha256sum c0a5519c768ef854913206d45bd360efc2eb4a3e6eb1e1c7d0a4b5e0d3bbb31f changelog 1.5.1 2017-08-09 sha256sum 2745e7b8cced2e97f84b9e9cb0f9c401702f47cecea5a67f095ac4fa1a44fb80 changelog 1.5.0 2017-08-08 sha256sum 8a9f570241f1f858529c13f4d09d38b3379fe1a1d27cb74bc71093f1a8f1b225 changelog 1.4.3 2017-08-06 sha256sum 03fc40c59e1e5711d61d6f340e9159ac94701107e0fe05aa795b611d004bdf35 changelog 1.4.2 2017-05-17 sha256sum 6b1945c3ee477f12be508a5bb41a5025d57de5510bcf94855ae6a4d59f3d86f4 changelog 1.4.1 2017-03-10 sha256sum abd277cc3453be980bb48cbffe9d1f7422ca1ef4bc0b7d035fda87cea4d55cbc changelog 1.4.0 2017-03-08 sha256sum 2e2d851f9ff3c9b526bfecc2e7f020cc7a74d8f64fbb403061d13f23f091a137 changelog 1.3.3 2017-03-08 sha256sum 2a63562e756a27b0f0391461bcf06306b3cfdaef54beec3728dde94e94a99d96 changelog 1.3.2 2017-01-27 sha256sum 6a4f761aa34bb69fca86bc411a5e9836ca8246f0fcd29f3804b174fee9fb0569 changelog 1.3.1 2017-01-07 sha256sum f3e0faddf49039edf40ab62c497e0926286e8871a50228fd90ea91dcebbd15c3 changelog 1.3.0 2016-12-23 sha256sum 92ce3125cae2015c5c1f7657e78a6e239ff47b714eb1418288abf45d55f3be27 changelog 1.3.0-RC 2016-12-11 sha256sum e21e98f17932a49a00bfbb1397b62c79f4e22937b09ff4d2fec92fca82381011 changelog 1.2.4 2016-12-06 sha256sum 3c900579659b79a4e528722e35bd160c86090e370e9cb41cc07c7a22c674c657 changelog 1.2.3 2016-12-01 sha256sum 3378c1422bffa09c29714aefd3240b963ce7731e71ae8894d9c7991101325cb8 changelog 1.2.2 2016-11-03 sha256sum c6ae4e099351233f5f82ade9738475eec6587aadf9ffe66fec4c350b329fbb32 changelog 1.2.1 2016-09-12 sha256sum c2e04040b807a8530e5c83de56bdaaf63a0f183f8fd449bbe6e41f660e647427 changelog 1.2.0 2016-07-18 sha256sum dc80131545ed7f7b1369ae058824587f0718892f6a84bd86cfb0f28ab5e39095 changelog 1.2.0-RC 2016-07-04 sha256sum 1e1dddd7fbccd5de565cfb0429020d4f9f95a6207b48952d939aadcf891d2fdc changelog 1.1.3 2016-06-26 sha256sum 4349ef555c8478b8fe148b10957bc40d696ce7b8cdeb7d50d3d684a854dca5cc changelog 1.1.2 2016-05-31 sha256sum 7af2409080619e2ba98e78d7675710c23acf2ccf088d4439a4f79c33ed85c505 changelog 1.1.1 2016-05-17 sha256sum 7f26efee06de5a1a061b6b1e330f5acc9ee69976d1551118c45b21f358cbc332 changelog 1.1.0 2016-05-10 sha256sum d8e1d21081b7076dfc9a570620e082111ab196dabd83780e50025c52d62b801c changelog 1.1.0-RC 2016-04-29 sha256sum 31e771ed24f3db45019a073fe9e43a6a8e75249962012955cd105ebec0a08100 changelog 1.0.3 2016-04-29 sha256sum 78c5c0e3f41dcd4d6ee532d9ae7e23afa33bdd409d8824dff026f3991d6ad70a changelog 1.0.2 2016-04-21 sha256sum 264673ccee900b22192605b8c74ecb77c45a5197347edacd142699866c478f4c changelog 1.0.1 2016-04-18 sha256sum de069dae8c7bf01adedc925d3ac2358e5318a1b05580b001aa04e585fa55d8c0 changelog 1.0.0 2016-04-05 sha256sum 1acc000cf23bd9d19e1590c2edeb44fb915f88d85f1798925ec989c601db0bd6 changelog 1.0.0-beta2 2016-03-27 sha256sum 128f8c7ad49a71e4abda885ca52c603e370d5cbed85479ae1eab4a58a398a6a4 changelog 1.0.0-beta1 2016-03-03 sha256sum 4344038a546bd0e9e2c4fa53bced1c7faef1bcccab09b2276ddd5cc01e4e022a changelog 1.0.0-alpha11 2015-11-14 sha256sum 47347f16d366145eafb45d2e800012dc80cb8fc08d1d299849825c51465381ac changelog 1.0.0-alpha10 2015-04-14 sha256sum 9f2c7d0364bc743bcde9cfe1fe84749e5ac38c46d47cf42966ce499135fd4628 changelog 1.0.0-alpha9 2014-12-07 sha256sum 33ef1c07649bc1e135e73f0944415753233faf803cff493006f8bd9e744ff1f4 changelog 1.0.0-alpha8 2014-01-06 sha256sum 1c73973d7cfb73f3e6b425b943a3e1459f5199984f37f008c48cf2b671dd3f2b changelog 1.0.0-alpha7 2013-05-04 sha256sum 8fb4ac2da72856394b4bdd65d470797b23c27d496821a456046527fe6ccc9786 changelog 1.0.0-alpha6 2012-10-23 sha256sum eacac2a637de230e6091fdb45e893705049f929c271a5dc90d2c9eac0f44c5c4 changelog 1.0.0-alpha5 2012-08-18 sha256sum 7e0fd9248b0f03ddbb3d20d4be2d130fecce432b66ff96f6e99a906f85d82796 changelog 1.0.0-alpha4 2012-07-04 sha256sum b1f5737a3916ad34f74566be51d21f3597d9aebaa382d942c5bda4d1338008b3 changelog 1.0.0-alpha3 2012-05-13 sha256sum 7cac0a430602342a60949e580d49fefde57b5ff53d4b488e18d78aabf57eef19 changelog 1.0.0-alpha2 2012-04-03 sha256sum acc373396d66d0083231a9d90691886e894ccca778398258e44c3dab60db2363 changelog 1.0.0-alpha1 2012-03-01 sha256sum dd703cf132b2a6bb9b2a407ef8834cab9f433cf04f252f1a125b09f8f7a46912 changelog Composer and all content on this site are released under the MIT license .
2026-01-13T09:30:30
https://json-schema.org/slack
Slack Product Pricing Support Download Slack Create a new workspace Find your workspace Sign in Menu Product Pricing Support Download the Slack app Sign in Create a new workspace <style type="text/css"> nav.top { position: relative; } #page_contents > h1 { width: 920px; margin-right: auto; margin-left: auto; } h2, .align_margin { padding-left: 50px; } .card { width: 920px; margin: 0 auto; .card { width: 880px; } } .linux_col { display: none; } .platform_icon { display: none; } </style> We're very sorry, but your browser is not supported! Please upgrade to a supported browser , or try one of our apps. Desktop Apps Mac See system requirements v4.47.72 Windows See system requirements v4.47.69 Linux See system requirements v4.47.69 Mobile Apps iOS Android Don't see the platform you're looking for? Let us know. Using Slack Product Enterprise Pricing Support Slack Guides Slack Marketplace API Slack Jobs Customers Developers Events Blog Legal Privacy Security Terms of Service Policies Handy Links Download desktop app Download mobile app Brand Guidelines Slack at Work Status Contact Us
2026-01-13T09:30:30
https://json-schema.org/slack
Slack Product Pricing Support Download Slack Create a new workspace Find your workspace Sign in Menu Product Pricing Support Download the Slack app Sign in Create a new workspace <style type="text/css"> nav.top { position: relative; } #page_contents > h1 { width: 920px; margin-right: auto; margin-left: auto; } h2, .align_margin { padding-left: 50px; } .card { width: 920px; margin: 0 auto; .card { width: 880px; } } .linux_col { display: none; } .platform_icon { display: none; } </style> We're very sorry, but your browser is not supported! Please upgrade to a supported browser , or try one of our apps. Desktop Apps Mac See system requirements v4.47.72 Windows See system requirements v4.47.69 Linux See system requirements v4.47.69 Mobile Apps iOS Android Don't see the platform you're looking for? Let us know. Using Slack Product Enterprise Pricing Support Slack Guides Slack Marketplace API Slack Jobs Customers Developers Events Blog Legal Privacy Security Terms of Service Policies Handy Links Download desktop app Download mobile app Brand Guidelines Slack at Work Status Contact Us
2026-01-13T09:30:30
https://packagist.org/search/?tags=console
Packagist.org Toggle navigation Packagist.org The PHP Package Repository Browse Submit Create account Sign in Remember me Use Github Log in No account yet? Create one now! Packagist.org is the main Composer repository. It aggregates public PHP packages installable with Composer. Search by About Packagist.org Atom/RSS Feeds Statistics Browse Packages API Mirrors Status Dashboard provides maintenance and hosting provides bandwidth and CDN provides malware detection provides monitoring Sponsor Packagist.org & Composer
2026-01-13T09:30:30
https://json-schema.org/blog/posts/oracle-case-study
How Oracle is Bridging the Gap Between JSON Schema and Relational Databases Specification Docs Tools Blog Community Search System Light Dark Star on GitHub Friday, February 7, 2025 · 22 min read How Oracle is Bridging the Gap Between JSON Schema and Relational Databases Go back to blog Loïc Lefèvre on this page JSON Data Guide Data Validation Performance Improvement Relational Model Evolution Conclusion As modern multi-model databases increasingly support JSON, it's time to explore what role JSON schema will play. In this post, we'll dive into the newly developed "Database Vocabulary" , a proposed extension to the official JSON schema specification, developed by Oracle (with inputs from the MySQL and PostgreSQL teams). This vocabulary addresses key database tasks, including validation, type coercion/casting, and metadata preservation, making it easier to manage JSON in databases effectively and bridging the gap with existing relational data. Regardless of whether you are a JSON developer or a relational model developer, you'll learn something reading this post! Oracle Database 23ai fully implements this new vocabulary, and we'll describe not only the concepts but we'll also see real-world examples of JSON schema validation in action and how to describe database objects in JSON schema. JSON Data Guide With Oracle Database 12cR2 (2017), we've introduced the concept of a JSON data guide ; that lets you discover information about the structure and content of existing JSON documents stored in JSON columns inside the database. Let's look at the following example which creates a table blog_posts with a column data of type JSON and inserts one JSON document: sql 1 create table blog_posts ( 2 data json -- BINARY JSON 3 ) ; 4 5 insert into blog_posts( data ) values ( 6 json { 7 'title ': 'New Blog Post', 8 'content ': 'This is the content of the blog post...', 9 'publishedDate ': '2023-08-25T15:00:00Z ', 10 'author ': { 11 'username ': 'authoruser ', 12 'email ': ' [email protected] ' 13 }, 14 'tags ': [ 'Technology ', 'Programming '] 15 } 16 ) ; 17 commit ; 18 We can query the table and retrieve JSON values using the SQL dot notation to navigate the JSON document hierarchy. Attributes within the JSON document can simply be referenced by .<attribute name> : sql 1 select -- field names are case sensitive 2 p .data .title , 3 p .data .author .username .string () as username, 4 p .data .tags [1] .string () as "array_field[1]" 5 from blog_posts p; 6 The item method string() allows explicit casting of the JSON field value. Alongside string() are other casting methods like number() , date() , etc. However, nothing prevents us from inserting unexpected data! sql 1 insert into blog_posts( data ) values ( '{ "garbageDocument":true }' ); 2 commit ; 3 4 select data from blog_posts; 5 Results: DATA {   "title": "New Blog Post",   "content": "This is the content of the blog post...",   "publishedDate":"2023-08-25T15:00:00Z",   "author": {     "username":"authoruser",     "email":" [email protected] "   },   "tags": [ "Technology", "Programming" ] } {   "garbageDocument":true } This is where, JSON schemas can help, and the JSON_DATAGUIDE() function can generate one from a set of already existing JSON document(s): sql 1 select json _dataguide( 2 data , 3 dbms_json . format_schema , 4 dbms_json . pretty 5 ) as json_schema 6 from blog_posts; 7 Results: data { " type " : "object" , " o:length " : 1 , " properties " : { " tags " : { " type " : "array" , " o:length " : 1 , " items " : { " type " : "string" , " o:length " : 16 } } , " title " : { " type " : "string" , " o:length " : 16 } , " author " : { " type " : "object" , " o:length " : 1 , " properties " : { " email " : { " type " : "string" , " o:length " : 32 } , " username " : { " type " : "string" , " o:length " : 16 } } } , " content " : { " type " : "string" , " o:length " : 64 } , " publishedDate " : { " type " : "string" , " o:length " : 32 } , " garbageDocument " : { " type " : "boolean" , " o:length " : 4 } } }  We can see that the garbageDocument field was properly detected and added to the set of accepted JSON fields for the JSON schema. Data Validation The most obvious use case for JSON schema is JSON data validation. The Oracle Database 23ai brings the new PL/SQL package DBMS_JSON_SCHEMA which can be used to validate JSON schemas and JSON data. The dbms_json_schema.is_schema_valid() function can tell us if a given JSON schema itself is valid: sql 1 -- Validate the generated JSON schema 2 select dbms_json_schema.is _schema_valid( 3 ( 4 -- Generate JSON Data Guide / Schema from data column 5 select json_dataguide ( 6 data , 7 dbms_json . format_schema , 8 dbms_json . pretty 9 ) as json_schema 10 from blog_posts 11 ) 12 ) = 1 as is_schema_valid; 13 Another function dbms_json_schema.validate_report() validates a JSON document against a JSON schema and generates a validation report, including validation errors, if there are any: sql 1 -- Validate current JSON data with a simple JSON schema 2 select dbms_json_schema.validate_report( 3 data, 4 json( '{ 5 "type" : "object" , 6 "properties" : { 7 "tags" : { 8 "type" : "array" , 9 "items" : { 10 "type" : "string" 11 } 12 } 13 } 14 }' ) 15 ) as report 16 from blog_posts; 17 Results: REPORT {   "valid": true,   "errors": [] } {   "valid": true,   "errors": [] } With the simplistic JSON schema, no validation errors are present. Let's use a more complex JSON schema (based on the Blog post example from the JSON schema website itself): sql 1 select dbms_json_schema.validate_report( 2 data, 3 json('{ 4 "$id" : "https://example.com/blog-post.schema.json" , 5 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 6 "description" : "A representation of a blog post" , 7 "type" : "object" , 8 "required" : [ "title" , "content" , "author" ], 9 "properties" : { 10 "title" : { 11 "type" : "string" 12 }, 13 "content" : { 14 "type" : "string" 15 }, 16 "publishedDate" : { 17 "type" : "string" , 18 "format" : "date-time" 19 }, 20 "author" : { 21 "$ref" : "https://example.com/user-profile.schema.json" 22 }, 23 "tags" : { 24 "type" : "array" , 25 "items" : { 26 "type" : "string" 27 } 28 } 29 }, 30 "$def" : { 31 "$id" : "https://example.com/user-profile.schema.json" , 32 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 33 "description" : "A representation of a user profile" , 34 "type" : "object" , 35 "required" : [ "username" , "email" ], 36 "properties" : { 37 "username" : { 38 "type" : "string" 39 }, 40 "email" : { 41 "type" : "string" , 42 "format" : "email" 43 }, 44 "fullName" : { 45 "type" : "string" 46 }, 47 "age" : { 48 "type" : "integer" , 49 "minimum" : 0 50 }, 51 "location" : { 52 "type" : "string" 53 }, 54 "interests" : { 55 "type" : "array" , 56 "items" : { 57 "type" : "string" 58 } 59 } 60 } 61 } 62 }') 63 ) as report 64 from blog_posts; 65 Results: REPORT {   "valid": true,   "errors": [] } {   "valid": false,   "errors": [     {       "schemaPath": "$",       "instancePath": "$",       "code": "JZN-00501",       "error": "JSON schema validation failed"     }, {       "schemaPath": "$.required",       "instancePath": "$",       "code": "JZN-00515",       "error": "required properties not found: 'title', 'content', 'author'"     }   ] } Now we can see that the second JSON document shows several validation errors, namely the missing fields title , content and author . If you don't want or need to know the validation error details, you may simply use the dbms_json_schema.is_valid() function. Finally, you can leverage the dbms_json_schema.describe() function to generate JSON schemas from existing relational objects such as tables, views, and JSON Relational Duality Views (more on that later). sql 1 -- Get the JSON schema from a relational table! 2 select dbms_json_schema.describe( 'BLOG_POSTS' ) as json_schema; 3 Results: JSON_SCHEMA {   "title": "BLOG_POSTS",   "dbObject": "APIDAYS.BLOG_POSTS",   "type": "object",   "dbObjectType": "table",   "properties": {     "DATA": {}   } } Client-side validation using JSON Schema Now that we are able to create and retrieve JSON schemas from the database, we may consider the database as a central repository for JSON schemas that can be used by clients (backends and frontends) to validate JSON data. Below, you can see a quick overview of a demo available in this GitHub repository : Using Oracle REST Data Services , we can indeed expose a JSON schema to a frontend via REST. Below, we are using the json-schema-form library to build an input form from a JSON schema where title , description , and check constraints are used to define input fields and associated validation rules. Let's drill down into this example: We'll start by creating a basic relational table that will store products: sql 1 -- drop table if exists products purge; 2 3 create table products ( 4 name varchar2(100) not null primary key 5 constraint minimal_name_length check (length(name) >= 3), 6 price number not null 7 constraint strictly_positive_price check (price > 0), 8 quantity number not null 9 constraint non_negative_quantity check (quantity >= 0) 10 ); 11 12 insert into products (name, price, quantity) 13 values ('Cake mould', 9.99, 15), 14 ('Wooden spatula', 4.99, 42); 15 commit; 16 This table has 3 columns. Each column has a named check constraint ensuring inserted values are conform with business rules (strictly positive prices, etc.). If we retrieve the JSON schema corresponding to this relational table using dbms_json_schema.describe() , we'll also get these check constraints translated into the JSON schema format: sql 1 -- JSON Schema of PRODUCTS table 2 -- Contains check constraints! 3 select dbms_json_schema.describe( 'PRODUCTS' ) as json_schema; 4 Results: data { " title " : "PRODUCTS" , " dbObject " : "APIDAYS.PRODUCTS" , " type " : "object" , " dbObjectType " : "table" , " properties " : { " NAME " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 100 , " allOf " : [ { " minLength " : 3 } ] } , " PRICE " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " exclusiveMinimum " : 0 } ] } , " QUANTITY " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " minimum " : 0 } ] } } , " required " : [ "NAME" , "PRICE" , "QUANTITY" ] , " dbPrimaryKey " : [ "NAME" ] }  One thing we remark is the absence of title and description attributes for our 3 columns but considering JSON schemas are also JSON documents, we may enrich the JSON schema with the missing values. Database Schema Annotations Starting with the Oracle Database 23ai, you can leverage Schema Annotations to annotate database objects (columns, tables, views, indexes, etc.). Consider the following schema annotations: sql 1 ALTER TABLE products MODIFY name ANNOTATIONS ( 2 ADD OR REPLACE "title" 'Name' , 3 ADD OR REPLACE "description" 'Product name (max length: 100)' , 4 ADD OR REPLACE "minLength" '3' 5 ); 6 7 ALTER TABLE products MODIFY price ANNOTATIONS ( 8 ADD OR REPLACE "title" 'Price' , 9 ADD OR REPLACE "description" 'Product price strictly positive' , 10 ADD OR REPLACE "minimum" '0.01' 11 ); 12 13 ALTER TABLE products MODIFY quantity ANNOTATIONS ( 14 ADD OR REPLACE "title" 'Quantity' , 15 ADD OR REPLACE "description" 'Quantity of products >= 0' , 16 ADD OR REPLACE "minimum" '0' 17 ); 18 These schema annotations provide additional information for each relational columns. Note that the minimum and minLength ones are here to work around a current json-schema-form library limitation (hopefully, this open issue will be solved soon). These annotations are stored inside the database dictionary and can be retrieved via the user_annotations_usage dictionary view: sql 1 -- View annotations 2 select column_name , annotation_name, annotation_value 3 from user_annotations_usage 4 where object_name= 'PRODUCTS' 5 and object_type= 'TABLE' 6 order by 1 , 2 ; 7 Results: COLUMN_NAME ANNOTATION_NAME ANNOTATION_VALUE NAME description Product name (max length: 100) NAME minLength 3 NAME title Name PRICE description Product price strictly positive PRICE minimum 0.01 PRICE title Price QUANTITY description Quantity of products >= 0 QUANTITY minimum 0 QUANTITY title Quantity To mix both, the table JSON schema with these column level annotations, we can use the following PL/SQL function: sql 1 -- Annotate JSON Schema with column level annotations 2 -- p_table_name: the table name to work on 3 create or replace function getAnnotatedJSONSchema( p_table_name in varchar2 ) 4 return json 5 as 6 schema clob; -- the original JSON schema 7 l_schema JSON_OBJECT_T; -- the JSON schema as DOM to modify 8 l_properties JSON_OBJECT_T; -- the "properties" JSON object entry of the JSON schema 9 l_keys JSON_KEY_LIST; -- the list of JSON field names of "properties" JSON object 10 l_column JSON_OBJECT_T; -- the JSON object to modify (for each column of the table) 11 begin 12 -- get JSON schema of table 13 select json_serialize( dbms_json_schema.describe( p_table_name ) 14 returning clob ) into schema ; 15 16 -- create a DOM object 17 l_schema := JSON_OBJECT_T.parse( schema ); 18 -- access the "properties" JSON schema field that lists all the table columns 19 l_properties := l_schema.get_Object( 'properties' ); 20 -- get all the field names of this "properties" DOM: the table columns 21 l_keys := l_properties.get_Keys(); 22 23 -- loop over all the columns... 24 for i in 1. .l_keys.count loop 25 l_column := l_properties.get_Object( l_keys(i) ); 26 27 -- now retrieve from the database dictionary, all the annotations 28 -- associated with this table column 29 for c in ( select ANNOTATION_NAME, ANNOTATION_VALUE 30 from user_annotations_usage 31 where object_name=p_table_name 32 and object_type= 'TABLE' 33 and column_name =l_keys(i)) 34 loop 35 -- add each annotation found as a new key/value pair to the JSON schema 36 -- for that table column 37 l_column.put( c.ANNOTATION_NAME, c.ANNOTATION_VALUE ); 38 end loop ; 39 end loop ; 40 41 -- returns the annotated JSON schema 42 return l_schema.to_json; 43 end ; 44 / 45 Then one can use the function as below: sql 1 select getAnnotatedJSONSchema ( 'PRODUCTS' ) ; 2 Results: data { " title " : "PRODUCTS" , " dbObject " : "APIDAYS.PRODUCTS" , " type " : "object" , " dbObjectType " : "table" , " properties " : { " NAME " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 100 , " allOf " : [ { " minLength " : 3 } ] , " title " : "Name" , " description " : "Product name (max length: 100)" , " minLength " : "3" } , " PRICE " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " exclusiveMinimum " : 0 } ] , " description " : "Product price strictly positive" , " minimum " : "0.01" , " title " : "Price" } , " QUANTITY " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " minimum " : 0 } ] , " title " : "Quantity" , " description " : "Quantity of products >= 0" , " minimum " : "0" } } , " required " : [ "NAME" , "PRICE" , "QUANTITY" ] , " dbPrimaryKey " : [ "NAME" ] }  GET method The previous SQL query can then be used as the parameterized template for our REST end point for the GET method: sql 1 -- Run only once: 2 BEGIN 3 ORDS.ENABLE_SCHEMA( 4 p_enabled => TRUE , 5 -- database user/schema 6 p_schema => 'APIDAYS' , 7 p_url_mapping_type => 'BASE_PATH' , 8 p_url_mapping_pattern => 'apidays' , 9 p_auto_rest_auth => FALSE ) ; 10 11 ORDS.DEFINE_MODULE( 12 p_module_name => 'apidays' , 13 p_base_path => '/schema_repository/' , 14 p_items_per_page => 25 , 15 p_status => 'PUBLISHED' , 16 p_comments => NULL) ; 17 18 ORDS.DEFINE_TEMPLATE( 19 p_module_name => 'apidays' , 20 p_pattern => 'products' , 21 p_priority => 0 , 22 p_etag_type => 'HASH' , 23 p_etag_query => NULL, 24 p_comments => NULL) ; 25 26 ORDS.DEFINE_HANDLER( 27 p_module_name => 'apidays' , 28 p_pattern => 'products' , 29 p_method => 'GET' , 30 p_source_type => 'json/item' , 31 p_mimes_allowed => NULL, 32 p_comments => NULL, 33 p_source => 34 'select getAnnotatedJSONSchema( ''PRODUCTS'' ) as schema') ; 35 36 COMMIT ; 37 38 END ; 39 / 40 In the GitHub repositoy , you'll find the src/ORDS.js module that demonstrates using this REST method: js 1 import axios from 'axios' ; 2 3 function ORDS ( ) {} 4 5 ORDS.prototype.getSchema = async function ( ) { 6 return await axios.get( 7 'http://localhost/ords/apidays/schema_repository/products' , 8 {} 9 ) 10 .then( res => res.data.schema ) 11 .catch( err => err); 12 } 13 14 export default new ORDS(); 15 With all this in place, our React frontend can now create the following form: Interestingly, whenever you change the schema annotation in the database, it is immediately reflected inside your browser once you refreshed it. You can try with: sql ALTER TABLE products MODIFY name ANNOTATIONS ( REPLACE "title" 'Product name' ); JSON Relational Duality View Once the new product has been validated inside the frontend, it is sent to the database for insertion into the relational table. To ease this process, we'll leverage one of the greatest 23ai new features: JSON Relational Duality View . This new type of view acts as a gateway between the JSON and relational worlds. Basically, one can insert JSON documents into a JSON relational duality view and the database will automatically map the proper JSON fields to the relational columns. From a retrieval perspective, whenever a JSON relational duality view is queried, a JSON document will be constructed from the underlying relational model at runtime. Consider this very simple example (not even involving relationships between tables, nor flex fields, etc.): sql 1 -- GraphQL notation (SQL notation also exists) 2 create or replace json relational duality view products_dv as 3 products @ insert { 4 _id: NAME 5 PRICE 6 QUANTITY 7 }; 8 Here we ask the view to accept INSERT SQL statements (via @insert ) and remap the JSON _id attribute (mandatory JSON unique key) to the relational column NAME (note that JSON fields are case-sensitive). The other two attributes are automatically mapped because the JSON attributes and relational table column names are the same. You can find hereunder the JSON schema of this JSON relational duality view: sql 1 -- Get JSON Schema from JSON Relational Duality View 2 select dbms_json_schema. describe ( 'PRODUCTS_DV' ); 3 Results: data { " title " : "PRODUCTS_DV" , " dbObject " : "APIDAYS.PRODUCTS_DV" , " dbObjectType " : "dualityView" , " dbObjectProperties " : [ "insert" , "check" ] , " type " : "object" , " properties " : { " _metadata " : { " etag " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 200 } , " asof " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 20 } } , " _id " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 100 , " dbFieldProperties " : [ "check" ] } , " PRICE " : { " type " : "number" , " extendedType " : "number" , " dbFieldProperties " : [ "check" ] } , " QUANTITY " : { " type " : "number" , " extendedType " : "number" , " dbFieldProperties " : [ "check" ] } } , " dbPrimaryKey " : [ "_id" ] , " required " : [ "_id" , "PRICE" , "QUANTITY" ] , " additionalProperties " : false }  So now we can run such an INSERT statement: sql 1 -- Insert JSON in a Relational table (Bridging the Gap...) 2 -- by using the JSON Relational Duality View 3 insert into PRODUCTS_DV ( data ) values( 4 json_transform ( '{ 5 " NAME ": " Other nice product ", 6 " PRICE ": 5, 7 " QUANTITY ": 10 8 }', 9 RENAME '$. NAME ' = ' _id' 10 ) 11 ); 12 13 commit ; 14 You will notice that we are using the JSON_TRANSFORM() function to rename the NAME JSON attribute to _id expected by the PRODUCTS_DV JSON relational duality view. sql 1 select * from products_dv; 2 select * from products; 3 Running the 2 queries above respectively returns the data in JSON format: DATA {   "_id": "Cake mould",   "PRICE": 9.99,   "QUANTITY": 15,   "_metadata": { ... } } {   "_id": "Wooden spatula",   "PRICE": 4.99,   "QUANTITY": 42,   "_metadata": { ... } } {   "_id": "Other nice product",   "PRICE": 5,   "QUANTITY": 10,   "_metadata": { ... } } ...and relational format: NAME PRICE QUANTITY Cake mould 9.99 15 Wooden spatula 4.99 42 Other nice product 5 10 The _metadata object will contain additional information such as an etag that can be used for optimistic concurrency control . POST method With the JSON relational duality view in place, we can now implement the REST POST method by adding another ORDS handler: sql 1 BEGIN 2 ORDS.DEFINE_HANDLER( 3 p_module_name => 'apidays' , 4 p_pattern => 'products' , 5 p_method => 'POST' , 6 p_source_type => 'plsql/block' , 7 p_mimes_allowed => NULL, 8 p_comments => NULL, 9 p_source => 10 'begin 11 insert into PRODUCTS_DV( data ) values( json_transform(:body_text, RENAME ''$.NAME '' = '' _id '' ) ) ; 12 commit ; 13 end ;'); 14 15 COMMIT ; 16 17 END ; 18 19 / 20 Precheck Check Constraints With 23ai, a check constraint can now be marked as PRECHECK . Doing so tells the database that a relational check constraint has a corresponding JSON schema constraint that preserves the semantics of the constraint and hence the database doesn't need to verify the check again. An example of a constraint that has no corresponding JSON schema constraint could be a foreign key. Once a check constraint is marked as PRECHECK , you have the choice whether or not to disable the check constraint on the table as the retrieved JSON schema with dbms_json_schema.describe() will contain the check constraints as well. We do NOT advise to disable check constraints as it would allow inserting bad data into the relational tables directly. The remark about PRECHECK constraints is here to provide as much information as possible. sql 1 -- Mark check constraints as PRECHECK 2 alter table products modify constraint strictly_positive_price precheck; 3 alter table products modify constraint non_negative_quantity precheck; 4 5 -- Now disable the constraints at the database level 6 -- They are checked in the clients 7 -- 8 -- Warning: do that at your own risks! 9 alter table products modify constraint strictly_positive_price disable ; 10 alter table products modify constraint non_negative_quantity disable ; 11 12 -- Check constraints still present inside the JSON Schema 13 select dbms_json_schema.describe( 'PRODUCTS' ); 14 15 -- but following INSERT will work and insert bad data 16 insert into products ( name , price, quantity) 17 values ( 'Bad product' , 0 , -1 ); 18 19 commit ; 20 21 select * from products; 22 Data Use Case Domains Another way to validate JSON data is to associate a JSON schema with a JSON column. In 23ai, an extension of the ISO standard Domains is available: Data Use Case Domains . Consider the following very simple data use case domain that could be considered as a scalar JSON data type alias: sql 1 -- Introducing Data Use Case Domains 2 create domain if not exists jsonb as json ; 3 4 create table test ( 5 data jsonb -- JSON alias 6 ); 7 Domains also allow for centralizing JSON schema so that they can be reused across tables and columns. The example below demonstrates how to associate a JSON schema within a data use case domain: sql 1 -- drop table if exists posts purge; 2 -- drop domain if exists BlogPost; 3 create domain if not exists BlogPost as json 4 validate '{ 5 "$id" : "https://example.com/blog-post.schema.json" , 6 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 7 "description" : "A representation of a blog post" , 8 "type" : "object" , 9 "required" : [ "title" , "content" , "author" ], 10 "properties" : { 11 "title" : { 12 "type" : "string" 13 }, 14 "content" : { 15 "type" : "string" 16 }, 17 "publishedDate" : { 18 "type" : "string" , 19 "format" : "date-time" 20 }, 21 "author" : { 22 "$ref" : "https://example.com/user-profile.schema.json" 23 }, 24 "tags" : { 25 "type" : "array" , 26 "items" : { 27 "type" : "string" 28 } 29 } 30 }, 31 "$def" : { 32 "$id" : "https://example.com/user-profile.schema.json" , 33 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 34 "description" : "A representation of a user profile" , 35 "type" : "object" , 36 "required" : [ "username" , "email" ], 37 "properties" : { 38 "username" : { 39 "type" : "string" 40 }, 41 "email" : { 42 "type" : "string" , 43 "format" : "email" 44 }, 45 "fullName" : { 46 "type" : "string" 47 }, 48 "age" : { 49 "type" : "integer" , 50 "minimum" : 0 51 }, 52 "location" : { 53 "type" : "string" 54 }, 55 "interests" : { 56 "type" : "array" , 57 "items" : { 58 "type" : "string" 59 } 60 } 61 } 62 } 63 }'; 64 65 -- Now use the Domain as a new column data type! 66 create table posts ( content BlogPost ); 67 68 -- fails 69 insert into posts values (json{ 'garbageDocument' : true }); 70 71 -- works 72 insert into posts values ( 73 json { 74 'title': 'Best brownies recipe ever!', 75 'content': 'Take chocolate...', 76 'publishedDate': ' 2024 -12 -05 T13: 00 : 00 Z', 77 'author': { 78 'username': 'Bob', 79 'email': ' [email protected] ' 80 }, 81 'tags': ['Cooking', 'Chocolate', 'Cocooning'] 82 } 83 ); 84 85 commit; 86 Now let's look closer at the publishedDate field: sql 1 select p.content.publishedDate 2 from posts p; 3 4 -- the binary encoded data type is 'string' 5 select p.content.publishedDate.type() as type 6 from posts p; 7 Results: TYPE string Using the type() item method , we can see the date is in fact stored as a string. Performance Improvement With data use case domains, the Oracle Database 23ai can not only use JSON schema for JSON data validation but it can also improve performance by leveraging the CAST functionality. Consider the following data use case domain example: sql 1 drop table if exists posts purge; 2 3 drop domain if exists BlogPost; 4 5 -- Recreate the Domain with CAST/Type coercion enabled 6 create domain BlogPost as json 7 validate CAST using '{ 8 "$id" : "https://example.com/blog-post.schema.json" , 9 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 10 "description" : "A representation of a blog post" , 11 "type" : "object" , 12 "required" : [ "title" , "content" , "author" ], 13 "properties" : { 14 "title" : { 15 "type" : "string" 16 }, 17 "content" : { 18 "type" : "string" 19 }, 20 "publishedDate" : { 21 "extendedType" : "timestamp" , 22 "format" : "date-time" 23 }, 24 "author" : { 25 "$ref" : "https://example.com/user-profile.schema.json" 26 }, 27 "tags" : { 28 "type" : "array" , 29 "items" : { 30 "type" : "string" 31 } 32 } 33 }, 34 "$def" : { 35 "$id" : "https://example.com/user-profile.schema.json" , 36 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 37 "description" : "A representation of a user profile" , 38 "type" : "object" , 39 "required" : [ "username" , "email" ], 40 "properties" : { 41 "username" : { 42 "type" : "string" 43 }, 44 "email" : { 45 "type" : "string" , 46 "format" : "email" 47 }, 48 "fullName" : { 49 "type" : "string" 50 }, 51 "age" : { 52 "type" : "integer" , 53 "minimum" : 0 54 }, 55 "location" : { 56 "type" : "string" 57 }, 58 "interests" : { 59 "type" : "array" , 60 "items" : { 61 "type" : "string" 62 } 63 } 64 } 65 } 66 }'; 67 68 create table posts ( content BlogPost ); 69 By enabling the JSON schema for type CAST ing, we can request the database to use the new extendedType during the binary JSON encoding process. In the example above, this would mean that the encoded type would be a timestamp and no longer a string resulting in less parsing overhead compared to the previous version: from string to timestamp each time we retrieve the field for SQL processing ( WHERE clause filtering, SELECT projection, etc.). Let's check this: sql 1 create table posts ( content BlogPost ); 2 3 -- We can retrieve the JSON schema associated to the column 4 -- via the Data Use Case Domain 5 select dbms_json_schema.describe( 'POSTS' ); 6 7 -- works 8 insert into posts values ( 9 '{ 10 "title" : "Best brownies recipe ever!" , 11 "content" : "Take chocolate..." , 12 "publishedDate" : "2024-12-05T13:00:00Z" , 13 "author" : { 14 "username" : "Bob" , 15 "email" : " [email protected] " 16 }, 17 "tags" : [ "Cooking" , "Chocolate" , "Cocooning" ] 18 } ' 19 ); 20 commit; 21 22 -- Now let 's look at the publishedDate field... 23 select p.content.publishedDate from posts p; 24 25 -- ...its binary encoded data type is 'timestamp' 26 select p.content.publishedDate.type() from posts p; 27 28 -- I can add 5 days to this date ... 29 select p.content.publishedDate.timestamp() + interval '5' day 30 from posts p; 31 We use the item method timestamp() in the last statement above because otherwise the SQL dot notation would return a SQL JSON (by default in 23ai) on which we cannot apply an interval operation. However, because the value is already stored as TIMESTAMP inside the binary JSON format, there will be no conversion from JSON to timestamp here. Last but not least, by enabling type casting, native SQL data type checks are also performed ensuring 100% fidelity between stored binary values in the encoded JSON and SQL data types. As a result, we can store not just the standard JSON data types but also the SQL data types inside the encoded binary JSON such as NUMBER , DATE , TIMESTAMP , TIMESTAMP WITH TIME ZONE , INTERVAL , RAW , VECTOR , etc. Relational Model Evolution Our last use case that leverages JSON schema inside the Oracle Database is available since version 12cR2. Imagine, you are a data analyst and the only tool you have to build charts only allows you to see tables and columns. Each time a new data attribute is added, you know that it will take time before you see it appearing inside your BI tool because of the involved development processes. Now, imagine this is no more the case... Let's look at the following example: sql 1 create table orders ( j json ); 2 3 insert into orders(j) values ( 4 json { 'firstName' : 'Bob' , 'address' : 'Paris' } 5 ); 6 commit ; 7 8 select j from orders; 9 Results: J {   "firstName": "Bob",   "address": "Paris" } We have an orders table with one column containing a JSON document. The JSON document itself has 2 fields and 2 values. Now, we'll create a JSON Search index (that can perform Full-Text search). This index can optionally maintain a JSON Data Guide in real-time, meaning the JSON schema for the JSON documents stored inside the JSON column. With this ability comes another one: Change Triggers For Data Guide-Enabled Search Index which, based on the maintained JSON schema, can react to any newly added JSON attributes and dynamically expose these by adding the corresponding virtual columns. The example below demonstrates this behavior: sql 1 -- drop index s_idx force; 2 3 -- Create a Full-Text Search index for JSON with Data Guide 4 -- enabled and add_vc stored procedure enabled to change 5 -- table structure : add virtual column for JSON fields, 6 -- helpful for Analytics => you directly have the existing 7 -- JSON fields listed as columns! 8 create search index s_idx on orders(j) for json 9 parameters( 'dataguide on change add_vc' ); 10 11 select * from orders; 12 Results: J J$address J$firstName {   "firstName": "Bob",   "address": "Paris" } Paris Bob sql 1 insert into orders(j) values ( 2 json { 'firstName' : 'Bob' , 'address' : 'Paris' , 'vat' : false } 3 ); 4 commit ; 5 6 select * from orders; 7 Results: J J$address J$firstName J$vat {   "firstName": "Bob",   "address": "Paris" } Paris Bob null {   "firstName": "Bob",   "address": "Paris",   "vat": false } Paris Bob false sql 1 2 insert into orders(j) values ( 3 json { 'firstName' : 'Bob' , 'address' : 'Paris' , 'vat' : false , 'tableEvolve' : true } 4 ); 5 commit ; 6 7 select * from orders; 8 Results: J J$address J$firstName J$vat J$tableEvolve {   "firstName": "Bob",   "address": "Paris" } Paris Bob null null {   "firstName": "Bob",   "address": "Paris",   "vat": false } Paris Bob false null {   "firstName": "Bob",   "address": "Paris",   "vat": false,   "tableEvolve": true } Paris Bob false true The trigger executes asynchronously, hence not delaying DML response times, however, because of it being asynchronous, it may take a second before you will see the new virtual column. Conclusion We have shown lots of features inside the Oracle Database 23ai which provide powerful capabilities to have JSON data coexist with relational data, and JSON schema clearly strengthens this even more. But this is only the beginning and as you discover more and more features that work the same way regardless of the data model, or that allow going back and forth from one model to another, you'll understand the true value of a converged database which has one goal: removing barriers, simplifying architecture and making developers more productive! Learn more: Oracle Database 23ai DBMS_JSON_SCHEMA PL/SQL package Oracle Database 23ai JSON Developer Guide Getting started with Oracle Database 23ai Oracle Database 23ai JSON Feature Highlights Open Collective Code of Conduct Slack X LinkedIn Youtube GitHub Copyright © 2026 JSON Schema.  All rights reserved.
2026-01-13T09:30:30
https://jp.findy-team.io/download/demo/?utm_source=qiita&utm_medium=referral&utm_campaign=collaboration-pages&utm_content=cta-demo
無料デモ体験 | Findy Team+ /********* Compiled CSS - Do not edit *********/ :root{--button_padding:11px 23px;}.has-awb-color-1-color{color:#ffffff;}.has-awb-color-1-background-color{background-color:#ffffff;}.has-awb-color-2-color{color:#ff8431;}.has-awb-color-2-background-color{background-color:#ff8431;}.has-awb-color-3-color{color:#ffb443;}.has-awb-color-3-background-color{background-color:#ffb443;}.has-awb-color-4-color{color:#cccccc;}.has-awb-color-4-background-color{background-color:#cccccc;}.has-awb-color-5-color{color:#8ebeea;}.has-awb-color-5-background-color{background-color:#8ebeea;}.has-awb-color-6-color{color:#18448e;}.has-awb-color-6-background-color{background-color:#18448e;}.has-awb-color-7-color{color:#1e7ed5;}.has-awb-color-7-background-color{background-color:#1e7ed5;}.has-awb-color-8-color{color:#3f3f41;}.has-awb-color-8-background-color{background-color:#3f3f41;}.has-awb-color-custom__1-color{color:#1e7ed5;}.has-awb-color-custom__1-background-color{background-color:#1e7ed5;}.has-awb-color-custom__2-color{color:#666666;}.has-awb-color-custom__2-background-color{background-color:#666666;}@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2'); unicode-range: U+25ee8, U+25f23, U+25f5c, U+25fd4, U+25fe0, U+25ffb, U+2600c, U+26017, U+26060, U+260ed, U+26222, U+2626a, U+26270, U+26286, U+2634c, U+26402, U+2667e, U+266b0, U+2671d, U+268dd, U+268ea, U+26951, U+2696f, U+26999, U+269dd, U+26a1e, U+26a58, U+26a8c, U+26ab7, U+26aff, U+26c29, U+26c73, U+26c9e, U+26cdd, U+26e40, U+26e65, U+26f94, U+26ff6-26ff8, U+270f4, U+2710d, U+27139, U+273da-273db, U+273fe, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770e, U+27723, U+27752, U+278b2, U+27985, U+279b4, U+27a84, U+27bb3, U+27bbe, U+27bc7, U+27c3c, U+27cb8, U+27d73, U+27da0, U+27e10, U+27eaf, U+27fb7, U+2808a, U+280bb, U+28277, U+28282, U+282f3, U+283cd, U+2840c, U+28455, U+284dc, U+2856b, U+285c8-285c9, U+286d7, U+286fa, U+28946, U+28949, U+2896b, U+28987-28988, U+289ba-289bb, U+28a1e, U+28a29, U+28a43, U+28a71, U+28a99, U+28acd, U+28add, U+28ae4, U+28bc1, U+28bef, U+28cdd, U+28d10, U+28d71, U+28dfb, U+28e0f, U+28e17, U+28e1f, U+28e36, U+28e89, U+28eeb, U+28ef6, U+28f32, U+28ff8, U+292a0, U+292b1, U+29490, U+295cf, U+2967f, U+296f0, U+29719, U+29750, U+29810, U+298c6, U+29a72, U+29d4b, U+29ddb, U+29e15, U+29e3d, U+29e49, U+29e8a, U+29ec4, U+29edb, U+29ee9, U+29fce, U+29fd7, U+2a01a, U+2a02f, U+2a082, U+2a0f9, U+2a190, U+2a2b2, U+2a38c, U+2a437, U+2a5f1, U+2a602, U+2a61a, U+2a6b2, U+2a9e6, U+2b746, U+2b751, U+2b753, U+2b75a, U+2b75c, U+2b765, U+2b776-2b777, U+2b77c, U+2b782, U+2b789, U+2b78b, U+2b78e, U+2b794, U+2b7ac, U+2b7af, U+2b7bd, U+2b7c9, U+2b7cf, U+2b7d2, U+2b7d8, U+2b7f0, U+2b80d, U+2b817, U+2b81a, U+2d544, U+2e278, U+2e569, U+2e6ea, U+2f804, U+2f80f, U+2f815, U+2f818, U+2f81a, U+2f822, U+2f828, U+2f82c, U+2f833, U+2f83f, U+2f846, U+2f852, U+2f862, U+2f86d, U+2f873, U+2f877, U+2f884, U+2f899-2f89a, U+2f8a6, U+2f8ac, U+2f8b2, U+2f8b6, U+2f8d3, U+2f8db-2f8dc, U+2f8e1, U+2f8e5, U+2f8ea, U+2f8ed, U+2f8fc, U+2f903, U+2f90b, U+2f90f, U+2f91a, U+2f920-2f921, U+2f945, U+2f947, U+2f96c, U+2f995, U+2f9d0, U+2f9de-2f9df, U+2f9f4; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.1.woff2) format('woff2'); unicode-range: U+1f235-1f23b, U+1f240-1f248, U+1f250-1f251, U+2000b, U+20089-2008a, U+200a2, U+200a4, U+200b0, U+200f5, U+20158, U+201a2, U+20213, U+2032b, U+20371, U+20381, U+203f9, U+2044a, U+20509, U+2053f, U+205b1, U+205d6, U+20611, U+20628, U+206ec, U+2074f, U+207c8, U+20807, U+2083a, U+208b9, U+2090e, U+2097c, U+20984, U+2099d, U+20a64, U+20ad3, U+20b1d, U+20b9f, U+20bb7, U+20d45, U+20d58, U+20de1, U+20e64, U+20e6d, U+20e95, U+20f5f, U+21201, U+2123d, U+21255, U+21274, U+2127b, U+212d7, U+212e4, U+212fd, U+2131b, U+21336, U+21344, U+213c4, U+2146d-2146e, U+215d7, U+21647, U+216b4, U+21706, U+21742, U+218bd, U+219c3, U+21a1a, U+21c56, U+21d2d, U+21d45, U+21d62, U+21d78, U+21d92, U+21d9c, U+21da1, U+21db7, U+21de0, U+21e33-21e34, U+21f1e, U+21f76, U+21ffa, U+2217b, U+22218, U+2231e, U+223ad, U+22609, U+226f3, U+2285b, U+228ab, U+2298f, U+22ab8, U+22b46, U+22b4f-22b50, U+22ba6, U+22c1d, U+22c24, U+22de1, U+22e42, U+22feb, U+231b6, U+231c3-231c4, U+231f5, U+23372, U+233cc, U+233d0, U+233d2-233d3, U+233d5, U+233da, U+233df, U+233e4, U+233fe, U+2344a-2344b, U+23451, U+23465, U+234e4, U+2355a, U+23594, U+235c4, U+23638-2363a, U+23647, U+2370c, U+2371c, U+2373f, U+23763-23764, U+237e7, U+237f1, U+237ff, U+23824, U+2383d, U+23a98, U+23c7f, U+23cbe, U+23cfe, U+23d00, U+23d0e, U+23d40, U+23dd3, U+23df9-23dfa, U+23f7e, U+2404b, U+24096, U+24103, U+241c6, U+241fe, U+242ee, U+243bc, U+243d0, U+24629, U+246a5, U+247f1, U+24896, U+248e9, U+24a4d, U+24b56, U+24b6f, U+24c16, U+24d14, U+24e04, U+24e0e, U+24e37, U+24e6a, U+24e8b, U+24ff2, U+2504a, U+25055, U+25122, U+251a9, U+251cd, U+251e5, U+2521e, U+2524c, U+2542e, U+2548e, U+254d9, U+2550e, U+255a7, U+2567f, U+25771, U+257a9, U+257b4, U+25874, U+259c4, U+259cc, U+259d4, U+25ad7, U+25ae3-25ae4, U+25af1, U+25bb2, U+25c4b, U+25c64, U+25da1, U+25e2e, U+25e56, U+25e62, U+25e65, U+25ec2, U+25ed8; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.2.woff2) format('woff2'); unicode-range: U+ffd7, U+ffda-ffdc, U+ffe0-ffe2, U+ffe4, U+ffe6, U+ffe8-ffee, U+1f100-1f10c, U+1f110-1f16c, U+1f170-1f1ac, U+1f200-1f202, U+1f210-1f234; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.3.woff2) format('woff2'); unicode-range: U+fa10, U+fa12-fa6d, U+fb00-fb04, U+fe10-fe19, U+fe30-fe42, U+fe44-fe52, U+fe54-fe66, U+fe68-fe6b, U+ff02, U+ff04, U+ff07, U+ff51, U+ff5b, U+ff5d, U+ff5f-ff60, U+ff66, U+ff69, U+ff87, U+ffa1-ffbe, U+ffc2-ffc7, U+ffca-ffcf, U+ffd2-ffd6; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.4.woff2) format('woff2'); unicode-range: U+f92d-f959, U+f95b-f9f2, U+f9f4-fa0b, U+fa0e-fa0f; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.5.woff2) format('woff2'); unicode-range: U+9e8b-9e8c, U+9e8e-9e8f, U+9e91-9e92, U+9e95-9e96, U+9e98, U+9e9b, U+9e9d-9e9e, U+9ea4-9ea5, U+9ea8-9eaa, U+9eac-9eb0, U+9eb3-9eb5, U+9eb8, U+9ebc-9ebf, U+9ec3, U+9ec6, U+9ec8, U+9ecb-9ecd, U+9ecf-9ed1, U+9ed4-9ed5, U+9ed8, U+9edb-9ee0, U+9ee4-9ee5, U+9ee7-9ee8, U+9eec-9ef2, U+9ef4-9ef9, U+9efb-9eff, U+9f02-9f03, U+9f07-9f09, U+9f0e-9f12, U+9f14-9f17, U+9f19-9f1b, U+9f1f-9f22, U+9f26, U+9f2a-9f2c, U+9f2f, U+9f31-9f32, U+9f34, U+9f37, U+9f39-9f3a, U+9f3c-9f3f, U+9f41, U+9f43-9f47, U+9f4a, U+9f4e-9f50, U+9f52-9f58, U+9f5a, U+9f5d-9f61, U+9f63, U+9f66-9f6a, U+9f6c-9f73, U+9f75-9f77, U+9f7a, U+9f7d, U+9f7f, U+9f8f-9f92, U+9f94-9f97, U+9f99, U+9f9c-9fa3, U+9fa5, U+9fb4, U+9fbc-9fc2, U+9fc4, U+9fc6, U+9fcc, U+f900-f92c; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.6.woff2) format('woff2'); unicode-range: U+9c3e, U+9c41, U+9c43-9c4a, U+9c4e-9c50, U+9c52-9c54, U+9c56, U+9c58, U+9c5a-9c61, U+9c63, U+9c65, U+9c67-9c6b, U+9c6d-9c6e, U+9c70, U+9c72, U+9c75-9c78, U+9c7a-9c7c, U+9ce6-9ce7, U+9ceb-9cec, U+9cf0, U+9cf2, U+9cf6-9cf7, U+9cf9, U+9d02-9d03, U+9d06-9d09, U+9d0b, U+9d0e, U+9d11-9d12, U+9d15, U+9d17-9d18, U+9d1b-9d1f, U+9d23, U+9d26, U+9d2a-9d2c, U+9d2f-9d30, U+9d32-9d34, U+9d3a, U+9d3c-9d3f, U+9d41-9d48, U+9d4a, U+9d50-9d54, U+9d59, U+9d5d-9d65, U+9d69-9d6c, U+9d6f-9d70, U+9d72-9d73, U+9d76-9d77, U+9d7a-9d7c, U+9d7e, U+9d83-9d84, U+9d86-9d87, U+9d89-9d8a, U+9d8d-9d8e, U+9d92-9d93, U+9d95-9d9a, U+9da1, U+9da4, U+9da9-9dac, U+9dae, U+9db1-9db2, U+9db5, U+9db8-9dbd, U+9dbf-9dc4, U+9dc6-9dc7, U+9dc9-9dca, U+9dcf, U+9dd3-9dd7, U+9dd9-9dda, U+9dde-9de0, U+9de3, U+9de5-9de7, U+9de9, U+9deb, U+9ded-9df0, U+9df3-9df4, U+9df8, U+9dfd-9dfe, U+9e02, U+9e07, U+9e0a, U+9e0d-9e0e, U+9e10-9e12, U+9e15-9e16, U+9e19-9e1f, U+9e75, U+9e79-9e7d, U+9e80-9e85, U+9e87-9e88; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.7.woff2) format('woff2'); unicode-range: U+9ae5-9ae7, U+9ae9, U+9aeb-9aec, U+9aee-9aef, U+9af1-9af5, U+9af7, U+9af9-9afb, U+9afd, U+9aff-9b06, U+9b08-9b09, U+9b0b-9b0e, U+9b10, U+9b12, U+9b16, U+9b18-9b1d, U+9b1f-9b20, U+9b22-9b23, U+9b25-9b2f, U+9b32-9b35, U+9b37, U+9b39-9b3b, U+9b3d, U+9b43-9b44, U+9b48, U+9b4b-9b4f, U+9b51, U+9b55-9b58, U+9b5b, U+9b5e, U+9b61, U+9b63, U+9b65-9b66, U+9b68, U+9b6a-9b6f, U+9b72-9b79, U+9b7f-9b80, U+9b83-9b87, U+9b89-9b8b, U+9b8d, U+9b8f-9b94, U+9b96-9b97, U+9b9a, U+9b9d-9ba0, U+9ba6-9ba7, U+9ba9-9baa, U+9bac, U+9bb0-9bb2, U+9bb4, U+9bb7-9bb9, U+9bbb-9bbc, U+9bbe-9bc1, U+9bc6-9bc8, U+9bca, U+9bce-9bd2, U+9bd4, U+9bd7-9bd8, U+9bdd, U+9bdf, U+9be1-9be5, U+9be7, U+9bea-9beb, U+9bee-9bf3, U+9bf5, U+9bf7-9bfa, U+9bfd, U+9bff-9c00, U+9c02, U+9c04, U+9c06, U+9c08-9c0d, U+9c0f-9c16, U+9c18-9c1e, U+9c21-9c2a, U+9c2d-9c32, U+9c35-9c37, U+9c39-9c3a, U+9c3d; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.8.woff2) format('woff2'); unicode-range: U+98eb, U+98ed-98ee, U+98f0-98f1, U+98f3, U+98f6, U+9902, U+9907-9909, U+9911-9912, U+9914-9918, U+991a-9922, U+9924, U+9926-9927, U+992b-992c, U+992e, U+9931-9935, U+9939-993e, U+9940-9942, U+9945-9949, U+994b-994e, U+9950-9952, U+9954-9955, U+9958-9959, U+995b-995c, U+995e-9960, U+9963, U+9997-9998, U+999b, U+999d-999f, U+99a3, U+99a5-99a6, U+99a8, U+99ad-99ae, U+99b0-99b2, U+99b5, U+99b9-99ba, U+99bc-99bd, U+99bf, U+99c1, U+99c3, U+99c8-99c9, U+99d1, U+99d3-99d5, U+99d8-99df, U+99e1-99e2, U+99e7, U+99ea-99ee, U+99f0-99f2, U+99f4-99f5, U+99f8-99f9, U+99fb-99fe, U+9a01-9a05, U+9a08, U+9a0a-9a0c, U+9a0f-9a11, U+9a16, U+9a1a, U+9a1e, U+9a20, U+9a22-9a24, U+9a27, U+9a2b, U+9a2d-9a2e, U+9a31, U+9a33, U+9a35-9a38, U+9a3e, U+9a40-9a45, U+9a47, U+9a4a-9a4e, U+9a51-9a52, U+9a54-9a58, U+9a5b, U+9a5d, U+9a5f, U+9a62, U+9a64-9a65, U+9a69-9a6c, U+9aaa, U+9aac-9ab0, U+9ab2, U+9ab4-9ab7, U+9ab9, U+9abb-9ac1, U+9ac3, U+9ac6, U+9ac8, U+9ace-9ad3, U+9ad5-9ad7, U+9adb-9adc, U+9ade-9ae0, U+9ae2-9ae4; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.9.woff2) format('woff2'); unicode-range: U+971d, U+9721-9724, U+9728, U+972a, U+9730-9731, U+9733, U+9736, U+9738-9739, U+973b, U+973d-973e, U+9741-9744, U+9746-974a, U+974d-974f, U+9751, U+9755, U+9757-9758, U+975a-975c, U+9760-9761, U+9763-9764, U+9766-9768, U+976a-976b, U+976e, U+9771, U+9773, U+9776-977d, U+977f-9781, U+9785-9786, U+9789, U+978b, U+978f-9790, U+9795-9797, U+9799-979a, U+979c, U+979e-97a0, U+97a2-97a3, U+97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b6, U+97b8-97ba, U+97bc, U+97be-97bf, U+97c1, U+97c3-97ce, U+97d0-97d1, U+97d4, U+97d7-97d9, U+97db-97de, U+97e0-97e1, U+97e4, U+97e6, U+97ed-97ef, U+97f1-97f2, U+97f4-97f8, U+97fa, U+9804, U+9807, U+980a, U+980c-980f, U+9814, U+9816-9817, U+9819-981a, U+981c, U+981e, U+9820-9821, U+9823-9826, U+982b, U+982e-9830, U+9832-9835, U+9837, U+9839, U+983d-983e, U+9844, U+9846-9847, U+984a-984b, U+984f, U+9851-9853, U+9856-9857, U+9859-985b, U+9862-9863, U+9865-9866, U+986a-986c, U+986f-9871, U+9873-9875, U+98aa-98ab, U+98ad-98ae, U+98b0-98b1, U+98b4, U+98b6-98b8, U+98ba-98bc, U+98bf, U+98c2-98c8, U+98cb-98cc, U+98ce, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e7, U+98e9-98ea; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.10.woff2) format('woff2'); unicode-range: U+944a, U+944c, U+9452-9453, U+9455, U+9459-945c, U+945e-9463, U+9468, U+946a-946b, U+946d-9472, U+9475, U+9477, U+947c-947f, U+9481, U+9483-9485, U+9578-9579, U+957e-957f, U+9582, U+9584, U+9586-9588, U+958a, U+958c-958f, U+9592, U+9594, U+9596, U+9598-9599, U+959d-95a1, U+95a4, U+95a6-95a9, U+95ab-95ad, U+95b1, U+95b4, U+95b6, U+95b9-95bf, U+95c3, U+95c6, U+95c8-95cd, U+95d0-95d6, U+95d9-95da, U+95dc-95e2, U+95e4-95e6, U+95e8, U+961d-961e, U+9621-9622, U+9624-9626, U+9628, U+962c, U+962e-962f, U+9631, U+9633-9634, U+9637-963a, U+963c-963d, U+9641-9642, U+964b-964c, U+964f, U+9652, U+9654, U+9656-9658, U+965c-965f, U+9661, U+9666, U+966a, U+966c, U+966e, U+9672, U+9674, U+9677, U+967b-967c, U+967e-967f, U+9681-9684, U+9689, U+968b, U+968d, U+9691, U+9695-9698, U+969a, U+969d, U+969f, U+96a4-96aa, U+96ae-96b4, U+96b6, U+96b8-96bb, U+96bd, U+96c1, U+96c9-96cb, U+96cd-96ce, U+96d2, U+96d5-96d6, U+96d8-96da, U+96dc-96df, U+96e9, U+96ef, U+96f1, U+96f9-96fa, U+9702-9706, U+9708-9709, U+970d-970f, U+9711, U+9713-9714, U+9716, U+9719-971b; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.11.woff2) format('woff2'); unicode-range: U+92bc-92bd, U+92bf-92c3, U+92c5-92c8, U+92cb-92d0, U+92d2-92d3, U+92d5, U+92d7-92d9, U+92dc-92dd, U+92df-92e1, U+92e3-92e5, U+92e7-92ea, U+92ec, U+92ee, U+92f0, U+92f2, U+92f7-92fb, U+92ff-9300, U+9302, U+9304, U+9308, U+930d, U+930f-9311, U+9314-9315, U+9318-931a, U+931c-931f, U+9321-9325, U+9327-932b, U+932e, U+9333-9337, U+933a-933b, U+9344, U+9347-934a, U+934d, U+9350-9352, U+9354-9358, U+935a, U+935c, U+935e, U+9360, U+9364-9365, U+9367, U+9369-936d, U+936f-9371, U+9373-9374, U+9376, U+937a, U+937d-9382, U+9388, U+938a-938b, U+938d, U+938f, U+9392, U+9394-9395, U+9397-9398, U+939a-939b, U+939e, U+93a1, U+93a3-93a4, U+93a6, U+93a8-93a9, U+93ab-93ad, U+93b0, U+93b4-93b6, U+93b9-93bb, U+93c1, U+93c3-93cd, U+93d0-93d1, U+93d3, U+93d6-93d9, U+93dc-93df, U+93e2, U+93e4-93e8, U+93f1, U+93f5, U+93f7-93fb, U+93fd, U+9401-9404, U+9407-9409, U+940d-9410, U+9413-9417, U+9419-941a, U+941f, U+9421, U+942b, U+942e-942f, U+9431-9434, U+9436, U+9438, U+943a-943b, U+943d, U+943f, U+9441, U+9443-9445, U+9448; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.12.woff2) format('woff2'); unicode-range: U+9143, U+9146-914c, U+914f, U+9153, U+9156-915b, U+9161, U+9163-9165, U+9167, U+9169, U+916d, U+9172-9174, U+9179-917b, U+9181-9183, U+9185-9187, U+9189-918b, U+918e, U+9191, U+9193-9195, U+9197-9198, U+919e, U+91a1-91a2, U+91a6, U+91a8, U+91aa-91b6, U+91ba-91bd, U+91bf-91c6, U+91c9, U+91cb, U+91d0, U+91d3-91d4, U+91d6-91d7, U+91d9-91db, U+91de-91df, U+91e1, U+91e4-91e6, U+91e9-91ea, U+91ec-91f1, U+91f5-91f7, U+91f9, U+91fb-91fd, U+91ff-9201, U+9204-9207, U+9209-920a, U+920c, U+920e, U+9210-9218, U+921c-921e, U+9223-9226, U+9228-9229, U+922c, U+922e-9230, U+9233, U+9235-923a, U+923c, U+923e-9240, U+9242-9243, U+9245-924b, U+924d-9251, U+9256-925a, U+925c-925e, U+9260-9261, U+9264-9269, U+926e-9270, U+9275-9279, U+927b-927f, U+9288-928a, U+928d-928e, U+9291-9293, U+9295-9297, U+9299, U+929b-929c, U+929f-92a0, U+92a4-92a5, U+92a7-92a8, U+92ab, U+92af, U+92b2-92b3, U+92b6-92bb; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.13.woff2) format('woff2'); unicode-range: U+8f52-8f55, U+8f57-8f58, U+8f5c-8f5e, U+8f61-8f66, U+8f9c-8f9d, U+8f9f-8fa2, U+8fa4-8fa8, U+8fad-8faf, U+8fb4-8fb8, U+8fbe, U+8fc0-8fc2, U+8fc6, U+8fc8, U+8fca-8fcb, U+8fcd, U+8fd0, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fe0, U+8fe2-8fe5, U+8fe8-8fea, U+8fed-8fef, U+8ff1, U+8ff4-8ff6, U+8ff8-8ffb, U+8ffe, U+9002, U+9004-9005, U+9008, U+900b-900e, U+9011, U+9013, U+9015-9016, U+9018, U+901b, U+901e, U+9021, U+9027-902a, U+902c-902d, U+902f, U+9033-9037, U+9039, U+903c, U+903e-903f, U+9041, U+9043-9044, U+9049, U+904c, U+904f-9052, U+9056, U+9058, U+905b-905e, U+9062, U+9066-9068, U+906c, U+906f-9070, U+9072, U+9074, U+9076, U+9079, U+9080-9083, U+9085, U+9087-9088, U+908b-908c, U+908e-9090, U+9095, U+9097-9099, U+909b, U+90a0-90a2, U+90a5, U+90a8, U+90af-90b6, U+90bd-90be, U+90c3-90c5, U+90c7-90c9, U+90cc, U+90d2, U+90d5, U+90d7-90d9, U+90db-90df, U+90e2, U+90e4-90e5, U+90eb, U+90ef-90f0, U+90f2, U+90f4, U+90f6, U+90fe-9100, U+9102, U+9104-9106, U+9108, U+910d, U+9110, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912d-9132, U+9134, U+9136-9137, U+9139-913a, U+913c-913d; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.14.woff2) format('woff2'); unicode-range: U+8dc0, U+8dc2, U+8dc5-8dc8, U+8dca-8dcc, U+8dce-8dcf, U+8dd1, U+8dd4-8dd7, U+8dd9-8ddb, U+8ddf, U+8de3-8de5, U+8de7, U+8dea-8dec, U+8df0-8df2, U+8df4, U+8dfc-8dfd, U+8dff, U+8e01, U+8e04-8e06, U+8e08-8e09, U+8e0b-8e0c, U+8e10-8e11, U+8e14, U+8e16, U+8e1d-8e23, U+8e26-8e27, U+8e30-8e31, U+8e33-8e39, U+8e3d, U+8e40-8e42, U+8e44, U+8e47-8e50, U+8e54-8e55, U+8e59, U+8e5b-8e64, U+8e69, U+8e6c-8e6d, U+8e6f-8e72, U+8e75-8e77, U+8e79-8e7c, U+8e81-8e85, U+8e89, U+8e8b, U+8e90-8e95, U+8e98-8e9b, U+8e9d-8e9e, U+8ea1-8ea2, U+8ea7, U+8ea9-8eaa, U+8eac-8eb1, U+8eb3, U+8eb5-8eb6, U+8eba-8ebb, U+8ebe, U+8ec0-8ec1, U+8ec3-8ec8, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8edb-8edc, U+8ee3, U+8ee8, U+8eeb, U+8eed-8eee, U+8ef0-8ef1, U+8ef7, U+8ef9-8efc, U+8efe, U+8f00, U+8f02, U+8f05, U+8f07-8f08, U+8f0a, U+8f0f-8f10, U+8f12-8f13, U+8f15-8f19, U+8f1b-8f1c, U+8f1e-8f21, U+8f23, U+8f25-8f28, U+8f2b-8f2f, U+8f33-8f37, U+8f39-8f3b, U+8f3e, U+8f40-8f43, U+8f45-8f47, U+8f49-8f4a, U+8f4c-8f4f, U+8f51; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.15.woff2) format('woff2'); unicode-range: U+8b2d, U+8b30, U+8b37, U+8b3c, U+8b3e, U+8b41-8b46, U+8b48-8b49, U+8b4c-8b4f, U+8b51-8b54, U+8b56, U+8b59, U+8b5b, U+8b5e-8b5f, U+8b63, U+8b69, U+8b6b-8b6d, U+8b6f, U+8b71, U+8b74, U+8b76, U+8b78-8b79, U+8b7c-8b81, U+8b84-8b85, U+8b8a-8b8f, U+8b92-8b96, U+8b99-8b9a, U+8b9c-8ba0, U+8c38-8c3a, U+8c3d-8c3f, U+8c41, U+8c45, U+8c47-8c49, U+8c4b-8c4c, U+8c4e-8c51, U+8c53-8c55, U+8c57-8c59, U+8c5b, U+8c5d, U+8c62-8c64, U+8c66, U+8c68-8c69, U+8c6b-8c6d, U+8c73, U+8c75-8c76, U+8c78, U+8c7a-8c7c, U+8c7e, U+8c82, U+8c85-8c87, U+8c89-8c8b, U+8c8d-8c8e, U+8c90, U+8c92-8c94, U+8c98-8c99, U+8c9b-8c9c, U+8c9f, U+8ca4, U+8cad-8cae, U+8cb2-8cb3, U+8cb6, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc6, U+8cc8-8cc9, U+8ccb, U+8ccd-8ccf, U+8cd2, U+8cd5-8cd6, U+8cd9-8cda, U+8cdd, U+8ce1, U+8ce3-8ce4, U+8ce6, U+8ce8, U+8cec, U+8cef-8cf2, U+8cf4-8cf5, U+8cf7-8cf8, U+8cfa-8cfb, U+8cfd-8cff, U+8d01, U+8d03-8d04, U+8d07, U+8d09-8d0b, U+8d0d-8d10, U+8d12-8d14, U+8d16-8d17, U+8d1b-8d1d, U+8d65, U+8d67, U+8d69, U+8d6b-8d6e, U+8d71, U+8d73, U+8d76, U+8d7f, U+8d81-8d82, U+8d84, U+8d88, U+8d8d, U+8d90-8d91, U+8d95, U+8d99, U+8d9e-8da0, U+8da6, U+8da8, U+8dab-8dac, U+8daf, U+8db2, U+8db5, U+8db7, U+8db9-8dbc, U+8dbe; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.16.woff2) format('woff2'); unicode-range: U+8973-8975, U+8977, U+897a-897e, U+8980, U+8983, U+8988-898a, U+898d, U+8990, U+8993-8995, U+8998, U+899b-899c, U+899f-89a1, U+89a5-89a6, U+89a9, U+89ac, U+89af-89b0, U+89b2, U+89b4-89b7, U+89ba, U+89bc-89bd, U+89bf-89c1, U+89d4-89d8, U+89da, U+89dc-89dd, U+89e5, U+89e7, U+89e9, U+89eb, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89f8-89f9, U+89fd, U+89ff, U+8a01, U+8a04-8a05, U+8a07, U+8a0c, U+8a0f-8a12, U+8a14-8a16, U+8a1b, U+8a1d-8a1e, U+8a20-8a22, U+8a24-8a26, U+8a2b-8a2c, U+8a2f, U+8a35-8a37, U+8a3b, U+8a3d-8a3e, U+8a40-8a41, U+8a43, U+8a45-8a49, U+8a4d-8a4e, U+8a51-8a54, U+8a56-8a58, U+8a5b-8a5d, U+8a61-8a62, U+8a65, U+8a67, U+8a6c-8a6d, U+8a75-8a77, U+8a79-8a7c, U+8a7e-8a80, U+8a82-8a86, U+8a8b, U+8a8f-8a92, U+8a96-8a97, U+8a99-8a9a, U+8a9f, U+8aa1, U+8aa3, U+8aa5-8aaa, U+8aae-8aaf, U+8ab3, U+8ab6-8ab7, U+8abb-8abc, U+8abe, U+8ac2-8ac4, U+8ac6, U+8ac8-8aca, U+8acc-8acd, U+8ad0-8ad1, U+8ad3-8ad5, U+8ad7, U+8ada-8ae2, U+8ae4, U+8ae7, U+8aeb-8aec, U+8aee, U+8af0-8af1, U+8af3-8af7, U+8afa, U+8afc, U+8aff, U+8b01-8b02, U+8b04-8b07, U+8b0a-8b0d, U+8b0f-8b11, U+8b14, U+8b16, U+8b1a, U+8b1c, U+8b1e-8b20, U+8b26, U+8b28, U+8b2b-8b2c; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.17.woff2) format('woff2'); unicode-range: U+87e2-87e6, U+87ea-87ed, U+87ef, U+87f1, U+87f3, U+87f5-87f8, U+87fa-87fb, U+87fe-87ff, U+8801, U+8803, U+8805-8807, U+8809-880b, U+880d-8816, U+8818-881c, U+881e-881f, U+8821-8822, U+8827-8828, U+882d-882e, U+8830-8832, U+8835-8836, U+8839-883c, U+8841-8845, U+8848-884b, U+884d-884e, U+8851-8852, U+8855-8856, U+8858-885a, U+885c, U+885e-8860, U+8862, U+8864, U+8869, U+886b, U+886e-886f, U+8871-8872, U+8875, U+8877, U+8879, U+887b, U+887d-887e, U+8880-8882, U+8888, U+888d, U+8892, U+8897-889c, U+889e-88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ae, U+88b0-88b1, U+88b5, U+88b7, U+88ba, U+88bc-88c0, U+88c3-88c4, U+88c6, U+88ca-88ce, U+88d1-88d4, U+88d8-88d9, U+88db, U+88dd-88e1, U+88e7-88e8, U+88ef-88f2, U+88f4-88f5, U+88f7, U+88f9, U+88fc, U+8901-8902, U+8904, U+8906, U+890a, U+890c-890f, U+8913, U+8915-8916, U+8918-891a, U+891c-891e, U+8920, U+8925-8928, U+892a-892b, U+8930-8932, U+8935-893b, U+893e, U+8940-8946, U+8949, U+894c-894d, U+894f, U+8952, U+8956-8957, U+895a-895c, U+895e, U+8960-8964, U+8966, U+896a-896b, U+896d-8970; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.18.woff2) format('woff2'); unicode-range: U+8655-8659, U+865b, U+865d-8664, U+8667, U+8669, U+866c, U+866f, U+8671, U+8675-8677, U+867a-867b, U+867d, U+8687-8689, U+868b-868d, U+8691, U+8693, U+8695-8696, U+8698, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a6-86ab, U+86ad, U+86af-86b1, U+86b3-86b9, U+86bf-86c1, U+86c3-86c6, U+86c9, U+86cb, U+86ce, U+86d1-86d2, U+86d4-86d5, U+86d7, U+86da, U+86dc, U+86de-86e0, U+86e3-86e7, U+86e9, U+86ec-86ed, U+86ef, U+86f8-86fe, U+8700, U+8703-870b, U+870d-8714, U+8719-871a, U+871e-871f, U+8721-8723, U+8725, U+8728-8729, U+872e-872f, U+8731-8732, U+8734, U+8737, U+8739-8740, U+8743, U+8745, U+8749, U+874b-874e, U+8751, U+8753, U+8755, U+8757-8759, U+875d, U+875f-8761, U+8763-8766, U+8768, U+876a, U+876e-876f, U+8771-8772, U+8774, U+8778, U+877b-877c, U+877f, U+8782-8789, U+878b-878c, U+878e, U+8790, U+8793, U+8795, U+8797-8799, U+879e-87a0, U+87a2-87a3, U+87a7, U+87ab-87af, U+87b1, U+87b3, U+87b5, U+87bb, U+87bd-87c1, U+87c4, U+87c6-87cb, U+87ce, U+87d0, U+87d2, U+87d5-87d6, U+87d9-87da, U+87dc, U+87df-87e0; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.19.woff2) format('woff2'); unicode-range: U+84b4, U+84b9-84bb, U+84bd-84c2, U+84c6-84ca, U+84cc-84d1, U+84d3, U+84d6, U+84d9-84da, U+84dc, U+84e7, U+84ea, U+84ec, U+84ef-84f2, U+84f4, U+84f7, U+84fa-84fd, U+84ff-8500, U+8502-8503, U+8506-8507, U+850c, U+850e, U+8510, U+8514-8515, U+8517-8518, U+851a-851c, U+851e-851f, U+8521-8525, U+8527, U+852a-852c, U+852f, U+8532-8534, U+8536, U+853e-8541, U+8543, U+8546, U+8548, U+854a-854b, U+854f-8553, U+8555-855a, U+855c-8564, U+8569-856b, U+856d, U+856f, U+8577, U+8579-857b, U+857d-8581, U+8585-8586, U+8588-858c, U+858f-8591, U+8593, U+8597-8598, U+859b-859d, U+859f-85a0, U+85a2, U+85a4-85a5, U+85a7-85a8, U+85ad-85b0, U+85b4, U+85b6-85ba, U+85bc-85bf, U+85c1-85c2, U+85c7, U+85c9-85cb, U+85ce-85d0, U+85d5, U+85d8-85da, U+85dc, U+85df-85e1, U+85e5-85e6, U+85e8, U+85ed, U+85f3-85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85fe-8600, U+8602, U+8604-8606, U+860a-860b, U+860d-860e, U+8610-8613, U+8616-861b, U+861e, U+8621-8622, U+8624, U+8627, U+8629, U+862f-8630, U+8636, U+8638-863a, U+863c-863d, U+863f-8642, U+8646, U+864d, U+8652-8654; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.20.woff2) format('woff2'); unicode-range: U+82e8, U+82ea, U+82ed, U+82ef, U+82f3-82f4, U+82f6-82f7, U+82f9, U+82fb, U+82fd-82fe, U+8300-8301, U+8303, U+8306-8308, U+830a-830c, U+8316-8318, U+831b, U+831d-831f, U+8321-8323, U+832b-8335, U+8337, U+833a, U+833c-833d, U+8340, U+8342-8347, U+834a, U+834d-8351, U+8353-8357, U+835a, U+8362-8363, U+8370, U+8373, U+8375, U+8378, U+837c-837d, U+837f-8380, U+8382, U+8384-8387, U+838a, U+838d-838e, U+8392-8396, U+8398-83a0, U+83a2, U+83a6-83ad, U+83b1, U+83b5, U+83bd-83c1, U+83c7, U+83c9, U+83ce-83d1, U+83d4, U+83d6, U+83d8, U+83dd, U+83df-83e1, U+83e5, U+83e8, U+83ea-83eb, U+83f0, U+83f2, U+83f4, U+83f6-83f9, U+83fb-83fd, U+8401, U+8403-8404, U+8406-8407, U+840a-840b, U+840d, U+840f, U+8411, U+8413, U+8415, U+8417, U+8419, U+8420, U+8422, U+842a, U+842f, U+8431, U+8435, U+8438-8439, U+843c, U+8445-8448, U+844a, U+844d-844f, U+8451-8452, U+8456, U+8458-845a, U+845c, U+845f-8462, U+8464-8467, U+8469-846b, U+846d-8470, U+8473-8474, U+8476-847a, U+847c-847d, U+8481-8482, U+8484-8485, U+848b, U+8490, U+8492-8493, U+8495, U+8497, U+849c, U+849e-849f, U+84a1, U+84a6, U+84a8-84aa, U+84ad, U+84af, U+84b1; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.21.woff2) format('woff2'); unicode-range: U+814a, U+814c, U+8151-8153, U+8157, U+815f-8161, U+8165-8169, U+816d-816f, U+8171, U+8173-8174, U+8177, U+8180-8186, U+8188, U+818a-818b, U+818e, U+8190, U+8193, U+8195-8196, U+8198, U+819b, U+819e, U+81a0, U+81a2, U+81a4, U+81a9, U+81ae, U+81b0, U+81b2, U+81b4-81b5, U+81b8, U+81ba-81bb, U+81bd-81be, U+81c0-81c3, U+81c5-81c6, U+81c8-81cb, U+81cd-81cf, U+81d1, U+81d5-81db, U+81dd-81e1, U+81e4-81e5, U+81e7, U+81eb-81ec, U+81ef-81f2, U+81f5-81f6, U+81f8-81fb, U+81fd-8205, U+8209-820b, U+820d, U+820f, U+8212-8214, U+8216, U+8219-821d, U+8221-8222, U+8228-8229, U+822b, U+822e, U+8232-8235, U+8237-8238, U+823a, U+823c, U+8240, U+8243-8246, U+8249, U+824b, U+824e-824f, U+8251, U+8256-825a, U+825c-825d, U+825f-8260, U+8262-8264, U+8267-8268, U+826a-826b, U+826d-826e, U+8271, U+8274, U+8277, U+8279, U+827b, U+827d-8281, U+8283-8284, U+8287, U+8289-828a, U+828d-828e, U+8291-8294, U+8296, U+8298-829b, U+829f-82a1, U+82a3-82a4, U+82a7-82ac, U+82ae, U+82b0, U+82b2, U+82b4, U+82b7, U+82ba-82bc, U+82be-82bf, U+82c5-82c6, U+82d0, U+82d2-82d3, U+82d5, U+82d9-82da, U+82dc, U+82de-82e4, U+82e7; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.22.woff2) format('woff2'); unicode-range: U+7f77-7f79, U+7f7d-7f80, U+7f82-7f83, U+7f86-7f88, U+7f8b-7f8d, U+7f8f-7f91, U+7f94, U+7f96-7f97, U+7f9a, U+7f9c-7f9d, U+7fa1-7fa3, U+7fa6, U+7faa, U+7fad-7faf, U+7fb2, U+7fb4, U+7fb6, U+7fb8-7fb9, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fc5-7fc6, U+7fc8, U+7fca, U+7fce-7fcf, U+7fd5, U+7fdb, U+7fdf, U+7fe1, U+7fe3, U+7fe5-7fe6, U+7fe8-7fe9, U+7feb-7fec, U+7fee-7ff0, U+7ff2-7ff3, U+7ff9-7ffa, U+7ffd-7fff, U+8002, U+8004, U+8006-8008, U+800a-800f, U+8011-8014, U+8016, U+8018-8019, U+801c-8021, U+8024, U+8026, U+8028, U+802c, U+802e, U+8030, U+8034-8035, U+8037, U+8039-8040, U+8043-8044, U+8046, U+804a, U+8052, U+8058, U+805a, U+805f-8060, U+8062, U+8064, U+8066, U+8068, U+806d, U+806f-8073, U+8075-8076, U+8079, U+807b, U+807d-8081, U+8084-8088, U+808b, U+808e, U+8093, U+8099-809a, U+809c, U+809e, U+80a4, U+80a6-80a7, U+80ab-80ad, U+80b1, U+80b8-80b9, U+80c4-80c5, U+80c8, U+80ca, U+80cd, U+80cf, U+80d2, U+80d4-80db, U+80dd, U+80e0, U+80e4-80e6, U+80ed-80f3, U+80f5-80f7, U+80f9-80fc, U+80fe, U+8101, U+8103, U+8109, U+810b, U+810d, U+8116-8118, U+811b-811c, U+811e, U+8120, U+8123-8124, U+8127, U+8129, U+812b-812c, U+812f-8130, U+8135, U+8139-813a, U+813c-813e, U+8141, U+8145-8147; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.23.woff2) format('woff2'); unicode-range: U+7d57, U+7d59-7d5d, U+7d63, U+7d65, U+7d67, U+7d6a, U+7d6e, U+7d70, U+7d72-7d73, U+7d78, U+7d7a-7d7b, U+7d7d, U+7d7f, U+7d81-7d83, U+7d85-7d86, U+7d88-7d89, U+7d8b-7d8d, U+7d8f, U+7d91, U+7d93, U+7d96-7d97, U+7d9b-7da0, U+7da2-7da3, U+7da6-7da7, U+7daa-7dac, U+7dae-7db0, U+7db3, U+7db5-7db9, U+7dbd, U+7dc0, U+7dc2-7dc7, U+7dcc-7dce, U+7dd0, U+7dd5-7dd9, U+7ddc-7dde, U+7de1-7de6, U+7dea-7ded, U+7df1-7df2, U+7df5-7df6, U+7df9-7dfa, U+7e00, U+7e05, U+7e08-7e0b, U+7e10-7e12, U+7e15, U+7e17, U+7e1c-7e1d, U+7e1f-7e23, U+7e27-7e28, U+7e2c-7e2d, U+7e2f, U+7e31-7e33, U+7e35-7e37, U+7e39-7e3b, U+7e3d, U+7e3f, U+7e43-7e48, U+7e4e, U+7e50, U+7e52, U+7e56, U+7e58-7e5a, U+7e5d-7e5f, U+7e61-7e62, U+7e65-7e67, U+7e69-7e6b, U+7e6d-7e6f, U+7e73, U+7e75, U+7e78-7e79, U+7e7b-7e7f, U+7e81-7e83, U+7e86-7e8a, U+7e8c-7e8e, U+7e90-7e96, U+7e98, U+7e9a-7e9f, U+7f38, U+7f3a-7f3f, U+7f43-7f45, U+7f47, U+7f4c-7f50, U+7f52-7f55, U+7f58, U+7f5b-7f5d, U+7f5f, U+7f61, U+7f63-7f69, U+7f6b, U+7f6d, U+7f71; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.24.woff2) format('woff2'); unicode-range: U+7bc8, U+7bca-7bcc, U+7bcf, U+7bd4, U+7bd6-7bd7, U+7bd9-7bdb, U+7bdd, U+7be5-7be6, U+7be8-7bea, U+7bf0, U+7bf2-7bfa, U+7bfc, U+7bfe, U+7c00-7c04, U+7c06-7c07, U+7c09, U+7c0b-7c0f, U+7c11-7c14, U+7c17, U+7c19, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c28, U+7c2a-7c2c, U+7c2f, U+7c31, U+7c33-7c34, U+7c36-7c3a, U+7c3d-7c3e, U+7c40, U+7c42-7c43, U+7c45-7c46, U+7c4a, U+7c4c, U+7c4f-7c5f, U+7c61, U+7c63-7c65, U+7c67, U+7c69, U+7c6c-7c70, U+7c72, U+7c75, U+7c79, U+7c7b-7c7e, U+7c81-7c83, U+7c86-7c87, U+7c8d, U+7c8f-7c90, U+7c94, U+7c9e, U+7ca0-7ca2, U+7ca4-7ca6, U+7ca8, U+7cab, U+7cad-7cae, U+7cb0-7cb3, U+7cb6-7cb7, U+7cb9-7cbd, U+7cbf-7cc0, U+7cc2, U+7cc4-7cc5, U+7cc7-7cca, U+7ccd-7ccf, U+7cd2-7cd5, U+7cd7-7cda, U+7cdc-7cdd, U+7cdf-7ce0, U+7ce2, U+7ce6, U+7ce9, U+7ceb, U+7cef, U+7cf2, U+7cf4-7cf6, U+7cf9-7cfa, U+7cfe, U+7d02-7d03, U+7d06-7d0a, U+7d0f, U+7d11-7d13, U+7d15-7d16, U+7d1c-7d1e, U+7d23, U+7d26, U+7d2a, U+7d2c-7d2e, U+7d31-7d32, U+7d35, U+7d3c-7d41, U+7d43, U+7d45, U+7d47-7d48, U+7d4b, U+7d4d-7d4f, U+7d51, U+7d53, U+7d55-7d56; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.25.woff2) format('woff2'); unicode-range: U+7a17-7a19, U+7a1b, U+7a1e-7a21, U+7a27, U+7a2b, U+7a2d, U+7a2f-7a31, U+7a34-7a35, U+7a37-7a3b, U+7a3e, U+7a43-7a49, U+7a4c, U+7a4e, U+7a50, U+7a55-7a57, U+7a59, U+7a5c-7a5d, U+7a5f-7a63, U+7a65, U+7a67, U+7a69-7a6a, U+7a6d, U+7a70, U+7a75, U+7a78-7a79, U+7a7d-7a7e, U+7a80, U+7a82, U+7a84-7a86, U+7a88, U+7a8a-7a8b, U+7a90-7a91, U+7a94-7a98, U+7a9e, U+7aa0, U+7aa3, U+7aa9, U+7aac, U+7ab0, U+7ab3, U+7ab5-7ab6, U+7ab9-7abf, U+7ac3, U+7ac5-7aca, U+7acc-7acf, U+7ad1-7ad3, U+7ad5, U+7ada-7adb, U+7add, U+7adf, U+7ae1-7ae2, U+7ae6-7aed, U+7af0-7af1, U+7af4, U+7af8, U+7afa-7afb, U+7afd-7afe, U+7b02, U+7b04, U+7b06-7b08, U+7b0a-7b0b, U+7b0f, U+7b12, U+7b14, U+7b18-7b19, U+7b1e-7b1f, U+7b23, U+7b25, U+7b27-7b2b, U+7b2d-7b31, U+7b33-7b36, U+7b3b, U+7b3d, U+7b3f-7b41, U+7b45, U+7b47, U+7b4c-7b50, U+7b53, U+7b55, U+7b5d, U+7b60, U+7b64-7b66, U+7b69-7b6a, U+7b6c-7b75, U+7b77, U+7b79-7b7a, U+7b7f, U+7b84, U+7b86, U+7b89, U+7b8d-7b92, U+7b96, U+7b98-7ba0, U+7ba5, U+7bac-7bad, U+7baf-7bb0, U+7bb2, U+7bb4-7bb6, U+7bba-7bbd, U+7bc1-7bc2, U+7bc5-7bc6; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.26.woff2) format('woff2'); unicode-range: U+7851-7852, U+785c, U+785e, U+7860-7861, U+7863-7864, U+7868, U+786a, U+786e-786f, U+7872, U+7874, U+787a, U+787c, U+787e, U+7886-7887, U+788a, U+788c-788f, U+7893-7895, U+7898, U+789a, U+789d-789f, U+78a1, U+78a3-78a4, U+78a8-78aa, U+78ac-78ad, U+78af-78b3, U+78b5, U+78bb-78bf, U+78c5-78cc, U+78ce, U+78d1-78d6, U+78da-78db, U+78df-78e1, U+78e4, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78f6-78f7, U+78f9-78fb, U+78fd-7901, U+7906-7907, U+790c, U+7910-7912, U+7919-791c, U+791e-7920, U+7925-792e, U+7930-7931, U+7934-7935, U+793b, U+793d, U+793f, U+7941-7942, U+7944-7946, U+794a-794b, U+794f, U+7951, U+7954-7955, U+7957-7958, U+795a-795c, U+795f-7960, U+7962, U+7967, U+7969, U+796b, U+7972, U+7977, U+7979-797c, U+797e-7980, U+798a-798e, U+7991, U+7993-7996, U+7998, U+799b-799d, U+79a1, U+79a6-79ab, U+79ae-79b1, U+79b3-79b4, U+79b8-79bb, U+79bd-79be, U+79c2, U+79c4, U+79c7-79ca, U+79cc-79cd, U+79cf, U+79d4-79d6, U+79da, U+79dd-79e3, U+79e5, U+79e7, U+79ea-79ed, U+79f1, U+79f8, U+79fc, U+7a02-7a03, U+7a05, U+7a07-7a0a, U+7a0c-7a0d, U+7a11, U+7a15; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.27.woff2) format('woff2'); unicode-range: U+768c-768e, U+7690, U+7693, U+7695-7696, U+7699-76a8, U+76aa, U+76ad, U+76af-76b0, U+76b4, U+76b6-76ba, U+76bd, U+76c1-76c3, U+76c5, U+76c8-76c9, U+76cb-76ce, U+76d2, U+76d4, U+76d6, U+76d9, U+76dc, U+76de, U+76e0-76e1, U+76e5-76e8, U+76ea-76ec, U+76f0-76f1, U+76f6, U+76f9, U+76fb-76fc, U+7700, U+7704, U+7706-7708, U+770a, U+770e, U+7712, U+7714-7715, U+7717, U+7719-771c, U+7722, U+7724-7726, U+7728, U+772d-772f, U+7734-7739, U+773d-773e, U+7742, U+7745-7747, U+774a, U+774d-774f, U+7752, U+7756-7758, U+775a-775c, U+775e-7760, U+7762, U+7764-7765, U+7767, U+776a-776c, U+7770, U+7772-7774, U+7779-777a, U+777c-7780, U+7784, U+778b-778e, U+7794-7796, U+779a, U+779e-77a0, U+77a2, U+77a4-77a5, U+77a7, U+77a9-77aa, U+77ae-77b1, U+77b5-77b7, U+77b9, U+77bb-77bf, U+77c3, U+77c7, U+77c9, U+77cd, U+77d1-77d2, U+77d5, U+77d7, U+77d9-77da, U+77dc, U+77de-77e0, U+77e3-77e4, U+77e6-77e7, U+77e9-77ea, U+77ec, U+77ee, U+77f0-77f1, U+77f4, U+77f8, U+77fb-77fc, U+7805-7806, U+7809, U+780c-780e, U+7811-7812, U+7819, U+781d, U+7820-7823, U+7826-7827, U+782c-782e, U+7830, U+7835, U+7837, U+783a, U+783f, U+7843-7845, U+7847-7848, U+784c, U+784e-784f; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.28.woff2) format('woff2'); unicode-range: U+7511-7513, U+7515-7517, U+751c, U+751e, U+7520-7522, U+7524, U+7526-7527, U+7529-752c, U+752f, U+7536, U+7538-7539, U+753c-7540, U+7543-7544, U+7546-754b, U+754d-7550, U+7552, U+7557, U+755a-755b, U+755d-755f, U+7561-7562, U+7564, U+7566-7567, U+7569, U+756b-756d, U+756f, U+7571-7572, U+7574-757e, U+7581-7582, U+7585-7587, U+7589-758c, U+758f-7590, U+7592-7595, U+7599-759a, U+759c-759d, U+75a2-75a5, U+75b0-75b1, U+75b3-75b5, U+75b7-75b8, U+75ba, U+75bd, U+75bf-75c4, U+75c6, U+75ca, U+75cc-75cf, U+75d3-75d4, U+75d7-75d8, U+75dc-75e1, U+75e3-75e4, U+75e7, U+75ec, U+75ee-75f3, U+75f9, U+75fc, U+75fe-7604, U+7607-760c, U+760f, U+7612-7613, U+7615-7616, U+7618-7619, U+761b-7629, U+762d, U+7630, U+7632-7635, U+7638-763c, U+7640-7641, U+7643-764b, U+764e, U+7655, U+7658-7659, U+765c, U+765f, U+7661-7662, U+7664-7665, U+7667-766a, U+766c-7672, U+7674, U+7676, U+7678, U+7680-7683, U+7685, U+7688, U+768b; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.29.woff2) format('woff2'); unicode-range: U+736c, U+736e-7371, U+7375, U+7377-737c, U+7380-7381, U+7383, U+7385-7386, U+738a, U+738e, U+7390, U+7393-7398, U+739c, U+739e-73a0, U+73a2, U+73a5-73a6, U+73a8, U+73aa-73ab, U+73ad, U+73b3, U+73b5, U+73b7, U+73b9-73bd, U+73bf, U+73c5-73c6, U+73c9-73cc, U+73ce-73cf, U+73d2-73d3, U+73d6, U+73d9, U+73dd-73de, U+73e1, U+73e3-73e7, U+73e9-73ea, U+73ee, U+73f1, U+73f4-73f5, U+73f7-73fb, U+73fd, U+73ff-7401, U+7404-7405, U+7407, U+740a, U+7411, U+7413, U+741a-741b, U+7421, U+7424, U+7426, U+7428-7431, U+7433, U+7439-743a, U+743f-7441, U+7443-7444, U+7446-7447, U+744b, U+744d, U+7451-7453, U+7455, U+7457, U+7459-745a, U+745c-745d, U+745f, U+7462-7464, U+7466-746b, U+746d-7473, U+7476, U+747e, U+7480-7481, U+7485-7489, U+748b, U+748f-7492, U+7497-749a, U+749c, U+749e-74a3, U+74a5-74a6, U+74a8-74ab, U+74ae-74af, U+74b1-74b2, U+74b5, U+74b9-74bb, U+74bd, U+74bf, U+74c8-74ca, U+74cc, U+74cf-74d0, U+74d3-74d4, U+74d6, U+74d8, U+74da-74db, U+74de-74e0, U+74e3-74e4, U+74e7-74eb, U+74ee-74f2, U+74f4, U+74f7-74f8, U+74fa-74fc, U+74ff, U+7501, U+7503-7506, U+750c-750e; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.30.woff2) format('woff2'); unicode-range: U+7166, U+7168, U+716c, U+7179, U+7180, U+7184-7185, U+7187-7188, U+718c, U+718f, U+7192, U+7194-7196, U+7199-719b, U+71a0, U+71a2, U+71a8, U+71ac, U+71ae-71b0, U+71b2-71b3, U+71b9-71ba, U+71be-71c1, U+71c4, U+71c9, U+71cb-71cc, U+71ce, U+71d0, U+71d2-71d4, U+71d6-71d7, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e7, U+71ec-71ee, U+71f4-71f5, U+71f8-71f9, U+71fc, U+71fe-7200, U+7207-7209, U+720d, U+7210, U+7213, U+7215, U+7217, U+721a, U+721d, U+721f, U+7224, U+7228, U+722b, U+722d, U+722f-7230, U+7232, U+7234, U+7238-7239, U+723b-723c, U+723e-7243, U+7245-7246, U+724b, U+724e-7250, U+7252-7253, U+7255-7258, U+725a, U+725c, U+725e, U+7260, U+7263, U+7268, U+726b, U+726e-726f, U+7271, U+7274, U+7277-7278, U+727b-727c, U+727e-7282, U+7284, U+7287, U+7289, U+728d-728e, U+7292-7293, U+7296, U+729b, U+72a2, U+72a7-72a8, U+72ad-72ae, U+72b0-72b2, U+72b4, U+72b9, U+72be, U+72c0-72c1, U+72c3-72c4, U+72c6-72c7, U+72c9, U+72cc, U+72ce, U+72d2, U+72d5-72d6, U+72d8, U+72df-72e2, U+72e5, U+72f3-72f4, U+72f7, U+72f9-72fb, U+72fd-72fe, U+7302, U+7304-7305, U+7307, U+730a-730b, U+730d, U+7312-7313, U+7316-7319, U+731c-731e, U+7322, U+7324, U+7327-7329, U+732c, U+732f, U+7331-7337, U+7339-733b, U+733d-733e, U+7343, U+734d-7350, U+7352, U+7356-7358, U+735d-7360, U+7366-736b; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.31.woff2) format('woff2'); unicode-range: U+6f58-6f5b, U+6f5d-6f5e, U+6f60-6f62, U+6f66, U+6f68, U+6f6c-6f6d, U+6f6f, U+6f74, U+6f78, U+6f7a, U+6f7c-6f7e, U+6f80, U+6f82-6f83, U+6f86-6f88, U+6f8b-6f8e, U+6f90-6f94, U+6f96-6f98, U+6f9a, U+6f9d, U+6f9f-6fa1, U+6fa3, U+6fa5-6fa8, U+6fae-6fb1, U+6fb3, U+6fb5-6fb7, U+6fb9, U+6fbc, U+6fbe, U+6fc2, U+6fc5-6fca, U+6fd4-6fd5, U+6fd8, U+6fda-6fdb, U+6fde-6fe0, U+6fe4, U+6fe8-6fe9, U+6feb-6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff9-6ffa, U+6ffc-6ffe, U+7000-7001, U+7005-7007, U+7009-700b, U+700d, U+700f, U+7011, U+7015, U+7017-7018, U+701a-701b, U+701d-7020, U+7023, U+7026, U+7028, U+702f-7030, U+7032, U+7034, U+7037, U+7039-703a, U+703c, U+703e, U+7043-7044, U+7047-704c, U+704e, U+7051, U+7054-7055, U+705d-705e, U+7064-7065, U+7069, U+706c, U+706e, U+7075-7076, U+707e, U+7081, U+7085-7086, U+7094-7098, U+709b, U+709f, U+70a4, U+70ab-70ac, U+70ae-70b1, U+70b3-70b4, U+70b7, U+70bb, U+70ca-70cb, U+70d1, U+70d3-70d6, U+70d8-70d9, U+70dc-70dd, U+70df, U+70e4, U+70ec, U+70f1, U+70fa, U+70fd, U+7103-7108, U+710b-710c, U+710f, U+7114, U+7119, U+711c, U+711e, U+7120, U+712b, U+712d-7131, U+7138, U+7141, U+7145-7147, U+7149-714b, U+7150-7153, U+7155-7157, U+715a, U+715c, U+715e, U+7160, U+7162, U+7164-7165; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.32.woff2) format('woff2'); unicode-range: U+6d7c, U+6d80-6d82, U+6d85, U+6d87, U+6d89-6d8a, U+6d8c-6d8e, U+6d91-6d98, U+6d9c, U+6daa-6dac, U+6dae, U+6db4-6db5, U+6db7-6db9, U+6dbd, U+6dbf, U+6dc2, U+6dc4-6dc8, U+6dca, U+6dcc, U+6dce-6dd0, U+6dd2, U+6dd5-6dd6, U+6dd8-6ddb, U+6ddd-6de0, U+6de2, U+6de4-6de6, U+6de8-6dea, U+6dec, U+6dee-6df0, U+6df2, U+6df4, U+6df6, U+6df8-6dfa, U+6dfc, U+6e00, U+6e04, U+6e0a, U+6e17, U+6e19, U+6e1d-6e20, U+6e22-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e32, U+6e34, U+6e36, U+6e38-6e3c, U+6e42-6e45, U+6e48-6e49, U+6e4b-6e4f, U+6e51-6e54, U+6e57, U+6e5b-6e5f, U+6e62-6e63, U+6e68, U+6e6b, U+6e6e, U+6e72-6e73, U+6e76, U+6e7b, U+6e7d, U+6e82, U+6e89, U+6e8c-6e8d, U+6e8f, U+6e93, U+6e98-6e99, U+6e9f-6ea0, U+6ea5, U+6ea7, U+6eaa-6eab, U+6ead-6eaf, U+6eb1-6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec4, U+6ec7-6eca, U+6ecc-6ecf, U+6ed3-6ed5, U+6ed9-6edb, U+6ee6, U+6eeb-6eef, U+6ef7-6ef9, U+6efb, U+6efd-6eff, U+6f04, U+6f08-6f0a, U+6f0c-6f0d, U+6f10-6f11, U+6f13, U+6f15-6f16, U+6f18, U+6f1a-6f1b, U+6f25-6f26, U+6f29-6f2a, U+6f2d, U+6f2f-6f33, U+6f35-6f36, U+6f38, U+6f3b-6f3c, U+6f3e-6f3f, U+6f41, U+6f45, U+6f4f, U+6f51-6f53, U+6f57; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.33.woff2) format('woff2'); unicode-range: U+6b85, U+6b89, U+6b8d, U+6b95, U+6b97-6b98, U+6b9b, U+6b9e-6ba0, U+6ba2-6ba4, U+6ba8-6bb3, U+6bb7-6bb9, U+6bbc-6bbe, U+6bc0, U+6bc3-6bc4, U+6bc6-6bc9, U+6bcb-6bcc, U+6bcf, U+6bd3, U+6bd6-6bd8, U+6bda, U+6bdf, U+6be1, U+6be3, U+6be6-6be7, U+6beb-6bec, U+6bee, U+6bf1, U+6bf3, U+6bf7, U+6bf9, U+6bff, U+6c02, U+6c04-6c05, U+6c08-6c0a, U+6c0d-6c0e, U+6c10, U+6c12-6c14, U+6c19, U+6c1b, U+6c1f, U+6c24, U+6c26-6c28, U+6c2c, U+6c2e, U+6c33, U+6c35-6c36, U+6c3a-6c3b, U+6c3e-6c40, U+6c4a-6c4b, U+6c4d, U+6c4f, U+6c52, U+6c54-6c55, U+6c59, U+6c5b-6c5e, U+6c62, U+6c67-6c68, U+6c6a-6c6b, U+6c6d, U+6c6f, U+6c73-6c74, U+6c76, U+6c78-6c79, U+6c7b, U+6c7e, U+6c81-6c87, U+6c89, U+6c8c-6c8d, U+6c90, U+6c92-6c95, U+6c97-6c98, U+6c9a-6c9c, U+6c9f, U+6caa-6cae, U+6cb0-6cb2, U+6cb4, U+6cba, U+6cbd-6cbe, U+6cc2, U+6cc5-6cc6, U+6ccd, U+6ccf-6cd4, U+6cd6-6cd7, U+6cd9-6cdd, U+6ce0, U+6ce7, U+6ce9-6cef, U+6cf1-6cf2, U+6cf4, U+6cfb, U+6d00-6d01, U+6d04, U+6d07, U+6d0a, U+6d0c, U+6d0e-6d0f, U+6d11, U+6d13, U+6d19-6d1a, U+6d1f, U+6d24, U+6d26-6d28, U+6d2b, U+6d2e-6d2f, U+6d31, U+6d33-6d36, U+6d38-6d39, U+6d3c-6d3d, U+6d3f, U+6d57-6d5b, U+6d5e-6d61, U+6d64-6d65, U+6d67, U+6d6c, U+6d6f-6d70, U+6d79; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.34.woff2) format('woff2'); unicode-range: U+69dd-69de, U+69e2-69e3, U+69e5, U+69e7-69eb, U+69ed-69ef, U+69f1-69f6, U+69f9, U+69fe-6a01, U+6a03, U+6a05, U+6a0a, U+6a0c, U+6a0f, U+6a11-6a15, U+6a17, U+6a1a-6a1b, U+6a1d-6a20, U+6a22-6a24, U+6a28, U+6a2e, U+6a30, U+6a32-6a38, U+6a3b, U+6a3e-6a3f, U+6a44-6a4a, U+6a4e, U+6a50-6a52, U+6a54-6a56, U+6a5b, U+6a61-6a62, U+6a64, U+6a66-6a67, U+6a6a-6a6b, U+6a71-6a73, U+6a78, U+6a7a, U+6a7e-6a7f, U+6a81, U+6a83-6a84, U+6a86-6a87, U+6a89, U+6a8b, U+6a8d, U+6a90-6a91, U+6a94, U+6a97, U+6a9b, U+6a9d-6aa3, U+6aa5, U+6aaa-6aac, U+6aae-6ab1, U+6ab3-6ab4, U+6ab8, U+6abb, U+6abd-6abf, U+6ac1-6ac3, U+6ac6, U+6ac8-6ac9, U+6acc, U+6ad0-6ad1, U+6ad3-6ad6, U+6ada-6adf, U+6ae2, U+6ae4, U+6ae7-6ae8, U+6aea, U+6aec, U+6af0-6af3, U+6af8, U+6afa, U+6afc-6afd, U+6b02-6b03, U+6b06-6b07, U+6b09-6b0b, U+6b0f-6b12, U+6b16-6b17, U+6b1b, U+6b1d-6b1f, U+6b23-6b24, U+6b28, U+6b2b-6b2c, U+6b2f, U+6b35-6b39, U+6b3b, U+6b3d, U+6b3f, U+6b43, U+6b46-6b47, U+6b49-6b4a, U+6b4d-6b4e, U+6b50, U+6b52, U+6b54, U+6b56, U+6b58-6b59, U+6b5b, U+6b5d, U+6b5f-6b61, U+6b65, U+6b67, U+6b6b-6b6c, U+6b6e, U+6b70, U+6b72, U+6b75, U+6b77-6b7a, U+6b7d-6b84; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.35.woff2) format('woff2'); unicode-range: U+6855, U+6857-6859, U+685b, U+685d, U+685f, U+6863, U+6867, U+686b, U+686e-6872, U+6874-6875, U+6877, U+6879-687c, U+687e-687f, U+6882-6884, U+6886, U+6888, U+688d-6890, U+6894, U+6896, U+6898-689c, U+689f-68a3, U+68a5-68a7, U+68a9-68ab, U+68ad-68af, U+68b2-68b5, U+68b9-68bc, U+68c3, U+68c5-68c6, U+68c8-68ca, U+68cc-68cd, U+68cf-68d1, U+68d3-68d9, U+68dc-68dd, U+68e0-68e1, U+68e3-68e5, U+68e7-68e8, U+68ea-68ed, U+68ef-68f1, U+68f5-68f7, U+68f9, U+68fb-68fd, U+6900-6901, U+6903-6904, U+6906-690c, U+690f-6911, U+6913, U+6916-6917, U+6919-691b, U+6921-6923, U+6925-6926, U+6928, U+692a, U+6930-6931, U+6933-6936, U+6938-6939, U+693b, U+693d, U+6942, U+6945-6946, U+6949, U+694e, U+6954, U+6957, U+6959, U+695b-695e, U+6961-6966, U+6968-696c, U+696e-6974, U+6977-697b, U+697e-6981, U+6986, U+698d, U+6991-6992, U+6994-6996, U+6998, U+699c, U+69a0-69a1, U+69a5-69a8, U+69ab, U+69ad, U+69af-69b2, U+69b4, U+69b7-69b8, U+69ba-69bc, U+69be-69c1, U+69c3, U+69c5, U+69c7-69c8, U+69ca, U+69ce-69d1, U+69d3, U+69d6-69d7, U+69d9; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.36.woff2) format('woff2'); unicode-range: U+667e-6680, U+6683-6684, U+6688, U+668b-668e, U+6690, U+6692, U+6698-669d, U+669f-66a0, U+66a2, U+66a4, U+66ad, U+66b1-66b3, U+66b5, U+66b8-66b9, U+66bb-66bc, U+66be-66c4, U+66c6, U+66c8-66c9, U+66cc, U+66ce-66cf, U+66d4, U+66da-66db, U+66dd, U+66df-66e0, U+66e6, U+66e8-66e9, U+66eb-66ec, U+66ee, U+66f5, U+66f7, U+66fa-66fc, U+6701, U+6705, U+6707, U+670c, U+670e-6710, U+6712-6716, U+6719, U+671c, U+671e, U+6720, U+6722, U+6725-6726, U+672e, U+6733, U+6735-6738, U+673e-673f, U+6741, U+6743, U+6745-6748, U+674c-674d, U+6753-6755, U+6759, U+675d-675e, U+6760, U+6762-6764, U+6766, U+676a, U+676c, U+676e, U+6770, U+6772-6774, U+6776-6777, U+677b-677c, U+6780-6781, U+6784-6785, U+6787, U+6789, U+678b-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679b, U+67a1, U+67a4, U+67a6, U+67a9, U+67b0-67b5, U+67b7-67b9, U+67bb-67be, U+67c0-67c3, U+67c5-67c6, U+67c8-67c9, U+67ce, U+67d2, U+67d7-67d9, U+67db-67de, U+67e1-67e2, U+67e4, U+67e6-67e7, U+67e9, U+67ec, U+67ee-67f0, U+67f2, U+67f6-67f7, U+67f9-67fa, U+67fc, U+67fe, U+6801-6802, U+6805, U+6810, U+6814, U+6818-6819, U+681d, U+681f, U+6822, U+6827-6829, U+682b-682d, U+682f-6834, U+683b, U+683e-6840, U+6844-6846, U+6849-684a, U+684c-684e, U+6852-6854; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.37.woff2) format('woff2'); unicode-range: U+64d2, U+64d4-64d5, U+64d7-64d8, U+64da, U+64e0-64e1, U+64e3-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f2, U+64f4-64f7, U+64fa-64fb, U+64fd-6501, U+6504-6505, U+6508-650a, U+650f, U+6513-6514, U+6516, U+6518-6519, U+651b-651f, U+6522, U+6524, U+6526, U+6529-652c, U+652e, U+6531-6532, U+6534-6538, U+653a, U+653c-653d, U+6543-6544, U+6547-6549, U+654d-654e, U+6550, U+6552, U+6554-6556, U+6558, U+655d-6560, U+6567, U+656b, U+6572, U+6578, U+657a, U+657d, U+6581-6585, U+6588, U+658a, U+658c, U+6592, U+6595, U+6598, U+659b, U+659d, U+659f-65a1, U+65a3-65a6, U+65ab, U+65ae, U+65b2-65b5, U+65b7-65b8, U+65be-65bf, U+65c1-65c4, U+65c6, U+65c8-65c9, U+65cc, U+65ce, U+65d0, U+65d2, U+65d4, U+65d6, U+65d8-65d9, U+65db, U+65df-65e1, U+65e3, U+65f0-65f2, U+65f4-65f5, U+65f9, U+65fb-65fc, U+65fe-6600, U+6603-6604, U+6608-660a, U+660d, U+6611-6612, U+6615-6616, U+661c-661e, U+6621-6624, U+6626, U+6629-662c, U+662e, U+6630-6631, U+6633-6637, U+6639-663b, U+663f-6641, U+6644-6646, U+6648-664a, U+664c, U+664e-664f, U+6651, U+6657-6665, U+6667-6668, U+666a-666d, U+6670, U+6673, U+6675, U+6677-6679, U+667b-667c; } @font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.38.woff2) format('woff2'); unicode-range: U+62cf, U+62d1, U+62d4-62d6, U+62da, U+62dc, U+62ea, U+62ee-62ef, U+62f1-62f2, U+62f4-62f5, U+62fc-62fd, U+62ff, U+6302-6304, U+6308-630d, U+6310, U+6313, U+6316, U+6318, U+631b, U+6327, U+6329-632a, U+632d, U+6332, U+6335-6336, U+6339-633c, U+633e, U+6341-6344, U+6346, U+634a-634e, U+6350, U+6352-6354, U+6358-6359, U+635b, U+6365-6366, U+6369, U+636b-636d, U+6371-6372, U+6374-6378, U+637a, U+637c-637d, U+637f-6380, U+6382, U+6384, U+6387, U+6389-638a, U+638e-6390, U+6394-6396, U+6399-639a,
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT1SGnt-hUNt3N4uw9LBIGI7Z6zFs6QvvyVkRG2pMCdB3yZRB-GKEuWi92yhmXt7-PywlG7kAiED35D4SwHJ4K1WZC22WpzqG-IMjvDAOpmAKCRkmyDcZJwNQIW5ACfiV4R9WhkH5SPZBr34
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://www.php.net/manual/de/zip.installation.php
PHP: Installation - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Ressource-Typen » « Anforderungen PHP-Handbuch Funktionsreferenz Erweiterungen zur Datenkompression und Archivierung Zip Installation/Konfiguration Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Installation Linux-Systeme Um diese Funktionen nutzen zu können, muss PHP mit der Option --with-zip kompiliert werden. Vor PHP 7.4.0 war libzip Teil von PHP, und um die Erweiterung zu kompilieren, musste man die Konfigurationsoption --enable-zip verwenden. Von PHP 7.3.0 an wurde davon abgeraten, mit der mitgelieferten libzip zu kompilieren, aber es war immer noch möglich, indem die Konfigurationsoption --without-libzip verwendet wurde. Die Konfigurationsoption --with-libzip=DIR wurde hinzugefügt, um eine System-Installation von libzip zu verwenden. Benötigt wird libzip 0.11, aber 0.11.2 oder höher werden empfohlen. Windows Von PHP 8.2.0 an muss die DLL php_zip.dll in der php.ini aktiviert werden. Vorher war diese Erweiterung eingebaut. Installation via PECL Information zur Installation dieser PECL-Erweiterung finden sie im Kapitel Installation von PECL-Erweiterungen . Zusätzliche Informationen wie neue Releases, Downloads, Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note Installation/Konfiguration Anforderungen Installation Ressource-​Typen Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://hackmd.io/s/features/?utm_source=blog&utm_medium=footer
Features - HackMD Features === **[English version](/features)** **[中文版](/features-tw)** **[日本語版](/features-jp)** **[:arrow_right: Check the source of this note :arrow_left:](/features?both)** **[Read the complete tutorial](https://hackmd.io/c/tutorials)** Introduction === <i class="fa fa-file-text"></i> **HackMD** is a realtime, multi-platform collaborative markdown knowledge base. You can write notes with other people on your **desktop**, **tablet** or even on the **phone**. Please report new issues in [GitHub](https://github.com/hackmdio/hackmd-io-issues/issues/new). If you need instant help, please send us a [Facebook message](https://www.messenger.com/t/hackmdio). **Thank you very much!** Workspace === ## Modes **Desktop & Tablet** <i class="fa fa-pencil fa-fw"></i> Edit: See only the editor. <i class="fa fa-eye fa-fw"></i> View: See only the result. <i class="fa fa-columns fa-fw"></i> Both: See both in split view. **Mobile** <i class="fa fa-eye fa-fw"></i> View: See only the result. <i class="fa fa-pencil fa-fw"></i> Edit: See only the editor. ## Image Upload: You can upload an image simply by clicking on the camera button <i class="fa fa-camera"></i>. Alternatively, you can **drag-n-drop** an image into the editor. Even **pasting** images works! Dragging and pasting will automatically upload the image to HackMD, nothing to worry. :tada: :::info :bulb: Free users can upload images up to 1 MB. Paid users can upload 20 MB. ::: ## Share Notes: Press the share button <i class="fa fa-share-alt"></i> on the top right of the menu and click **Copy** button to copy the note URL link to your clipboard. To publish and customize the note URL with permalink, please read **[How to Publish a Note with Permalink](https://hackmd.io/c/tutorials/%2Fs%2Fhow-to-publish-note)**. ## Save a Note: Currently, you can save to **Dropbox** <i class="fa fa-dropbox"></i>, **Google Drive**, **Gist <i class="fa fa-github"></i>** or save an `.md` file <i class="fa fa-file-text"></i> and `.html` locally. ## Import Notes: Similarly to the _save_ feature, you can also import an `.md` or `.html` file from **Dropbox** <i class="fa fa-dropbox"></i>, **Google Drive**, **Gist <i class="fa fa-github"></i>** or import content from your **clipboard** <i class="fa fa-clipboard"></i>, and that can parse some **HTML** which might be useful :smiley: ## Permissions: It is possible to change permissions to a note through the button on the share button <i class="fa fa-share-alt"></i> on the top right of the menu, click the button and you will see the **Sharing** menu. For **read** and **write** permissions, you can either choose: **Owners**, **Signed-in users** or **Everyone**. For **commenting** permission, please click **More** in the sharing menu and choose either: **Forbidden**, **Owners**, **Signed-in users** or **Everyone**. You even can disable the commenting feature through the toggle <i class="fa fa-toggle-on"></i> to the right of the commenting label. **Only the owners of the note can change above permissions.** To invite specific user to a note, please read **[Invite Others to a Private Note](https://hackmd.io/c/tutorials/%2Fs%2Finvite)**. ## Embed a Note: Notes can be embedded using iframe as follows: ```xml <iframe width="100%" height="500" src="https://hackmd.io/features" frameborder="0"></iframe> ``` Or you can use embed syntax to include a note seamlessly, please read **[Embedding another note](https://hackmd.io/c/tutorials/%2Fs%2Fhow-to-embed-note)**. ## [Slide Mode](/slide-example): You can use a special syntax to organize your note into slides. After that, you can use the **Slide Mode** <i class="fa fa-tv"></i> to make a presentation. Visit the above link for details. ## [Book Mode](/book-example): You can make your notes into a book. List your links in order or nest them. Then use the **Book Mode** <i class="fa fa-book"></i> to make a collection. Visit the above link for details. View === ## Table of Contents: You can look at the bottom right section of the view area, there is a _ToC_ button <i class="fa fa-bars"></i>. Pressing that button will show you a current _Table of Contents_, and will highlight which section you're at. If the view area is wide enough, to ToC will show directly at the right section of the view area. ToCs support up to **three header levels**. ## Header link Every header will automatically add a url link on the left side. You can hover and click <i class="octicon octicon-link"></i> to anchor on it. Edit: === ## Shortcut Keys: Just like Sublime text, which is pretty quick and convenient. > For more infomation, see [here](https://codemirror.net/demo/sublime.html). ## Auto-Complete: This editor provides full auto-complete hints in markdown. - Emojis: type `:` to show hints. - Code blocks: type ` ``` ` and plus a character to show hint. <i style="display: none;">```</i> - Headers: type `#` to show hint. - Referrals: type `[]` to show hint. - Externals: type `{}` to show hint. - Images: type `!` to show hint. ## Title: This will take the first **level 1 header** as the note title. ## Tags: Using tags as follows, the specified tags will show in your note list. ###### tags: `features` `cool` `updated` ## [YAML Metadata](/yaml-metadata) You can provide advanced note information to set the browser behavior (visit above link for details): - title: set note title - description: set note description - image: set note default image (for link preview) - tags: set note tags - robots: set web robots meta - lang: set browser language - dir: set text direction - breaks: set to use line breaks - GA: set to use Google Analytics - disqus: set to use Disqus - slideOptions: setup slide mode options ## ToC: Use the syntax `[TOC]` to embed table of content into your note. [TOC] ## Emoji You can type any emoji like this :smile: :smiley: :cry: :wink: > See full emoji list [here](https://github.com/ikatyang/emoji-cheat-sheet). ## ToDo List: - [ ] ToDos - [x] Buy some salad - [ ] Brush teeth - [x] Drink some water ## Code Block: We support many programming languages, use the auto complete function to see the entire list. ```javascript= var s = "JavaScript syntax highlighting"; alert(s); function $initHighlight(block, cls) { try { if (cls.search(/\bno\-highlight\b/) != -1) return process(block, true, 0x0F) + ' class=""'; } catch (e) { /* handle exception */ } for (var i = 0 / 2; i < classes.length; i++) { if (checkCondition(classes[i]) === undefined) return /\d+[\s/]/g; } } ``` > If you want **line numbers**, type `=` after specifying the code block languages. > Also, you can specify the start line number. > Like below, the line number starts from 101: ```javascript=101 var s = "JavaScript syntax highlighting"; alert(s); function $initHighlight(block, cls) { try { if (cls.search(/\bno\-highlight\b/) != -1) return process(block, true, 0x0F) + ' class=""'; } catch (e) { /* handle exception */ } for (var i = 0 / 2; i < classes.length; i++) { if (checkCondition(classes[i]) === undefined) return /\d+[\s/]/g; } } ``` > Or you might want to continue the previous code block's line number, use `=+` ```javascript=+ var s = "JavaScript syntax highlighting"; alert(s); ``` > Sometimes you have a super long text without breaks. It's time to use `!` to wrap your code. ```! When you’re a carpenter making a beautiful chest of drawers, you’re not going to use a piece of plywood on the back. ``` ### Blockquote Tags: > Using the syntax below to specifiy your **name, time and color** to vary the blockquotes. > [name=ChengHan Wu] [time=Sun, Jun 28, 2015 9:59 PM] [color=#907bf7] > > Even support the nest blockquotes! > > [name=ChengHan Wu] [time=Sun, Jun 28, 2015 10:00 PM] [color=red] ### Render CSV as table You can use write csv in the codeblock: ~~~md ```csvpreview {header="true"} firstName,lastName,email,phoneNumber John,Doe,john@doe.com,0123456789 Jane,Doe,jane@doe.com,9876543210 James,Bond,james.bond@mi6.co.uk,0612345678 ``` ~~~ which rendered to: ```csvpreview {header="true"} firstName,lastName,email,phoneNumber John,Doe,john@doe.com,0123456789 Jane,Doe,jane@doe.com,9876543210 James,Bond,james.bond@mi6.co.uk,0612345678 ``` We use [Papa Parse](https://www.papaparse.com/) for parsing csv. The parsing option is given in braces: `{}`, and multiple options are seperated by a space. e.g. `{header="true" delimiter="."}`. Please read [their documentation](https://www.papaparse.com/docs#config) as reference. ## Externals ### YouTube {%youtube 1G4isv_Fylg %} ### Vimeo {%vimeo 124148255 %} ### Gist {%gist schacon/4277 %} ### SlideShare {%slideshare briansolis/26-disruptive-technology-trends-2016-2018-56796196 %} ### Speakerdeck {%speakerdeck sugarenia/xxlcss-how-to-scale-css-and-keep-your-sanity %} ### PDF **Caution: this might be blocked by your browser if not using an `https` URL.** {%pdf https://hackmd.io/pdf-sample.pdf %} ### Figma {%figma https://www.figma.com/file/FlUge76mJYUB4hsMyLbRXH/Primer-Primitives-Community?node-id=9%3A2 %} ## MathJax You can render *LaTeX* mathematical expressions using **MathJax**, as on [math.stackexchange.com](http://math.stackexchange.com/), except the space after the start `$` and the space before the end `$` are not allowed in the inline math: The *Gamma function* satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via the Euler integral For block level math, please give `$$` and a line break before and after your math formula: $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a}. $$ $$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. $$ > More information about **LaTeX** mathematical expressions [here](http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference). ## UML Diagrams ### Sequence Diagrams You can render sequence diagrams like this: ```sequence Alice->Bob: Hello Bob, how are you? Note right of Bob: Bob thinks Bob-->Alice: I am good thanks! Note left of Alice: Alice responds Alice->Bob: Where have you been? ``` ### Flow Charts Flow charts can be specified like this: ```flow st=>start: Start e=>end: End op=>operation: My Operation op2=>operation: lalala cond=>condition: Yes or No? st->op->op2->cond cond(yes)->e cond(no)->op2 ``` ### Graphviz ```graphviz digraph hierarchy { nodesep=1.0 // increases the separation between nodes node [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour edge [color=Blue, style=dashed] //All the lines look like this Headteacher->{Deputy1 Deputy2 BusinessManager} Deputy1->{Teacher1 Teacher2} BusinessManager->ITManager {rank=same;ITManager Teacher1 Teacher2} // Put them on the same level } ``` ### Mermaid ```mermaid gantt title A Gantt Diagram section Section A task :a1, 2014-01-01, 30d Another task :after a1 , 20d section Another Task in sec :2014-01-12 , 12d anther task : 24d ``` ### Abc ```abc X:1 T:Speed the Plough M:4/4 C:Trad. K:G |:GABc dedB|dedB dedB|c2ec B2dB|c2A2 A2BA| GABc dedB|dedB dedB|c2ec B2dB|A2F2 G4:| |:g2gf gdBd|g2f2 e2d2|c2ec B2dB|c2A2 A2df| g2gf g2Bd|g2f2 e2d2|c2ec B2dB|A2F2 G4:| ``` ### PlantUML ```plantuml start if (condition A) then (yes) :Text 1; elseif (condition B) then (yes) :Text 2; stop elseif (condition C) then (yes) :Text 3; elseif (condition D) then (yes) :Text 4; else (nothing) :Text else; endif stop ``` ### Vega-Lite ```vega { "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "data": {"url": "https://vega.github.io/editor/data/barley.json"}, "mark": "bar", "encoding": { "x": {"aggregate": "sum", "field": "yield", "type": "quantitative"}, "y": {"field": "variety", "type": "nominal"}, "color": {"field": "site", "type": "nominal"} } } ``` ### Fretboard ```fretboard {title="horizontal, 6 frets, with nut", type="h6"} -oO-*- --o-o- -o-oo- -o-oO- -oo-o- -*O-o- 3 ``` > More information about **sequence diagrams** syntax [here](http://bramp.github.io/js-sequence-diagrams/). > More information about **flow charts** syntax [here](http://adrai.github.io/flowchart.js/). > More information about **graphviz** syntax [here](http://www.tonyballantyne.com/graphs.html) > More information about **mermaid** syntax [here](http://mermaid-js.github.io/mermaid) > More information about **abc** syntax [here](http://abcnotation.com/learn) > More information about **vega** syntax [here](https://vega.github.io/vega-lite/docs) > More information about **fretboard** syntax [here](https://hackmd.io/@docs/fretboard-syntax) Alert Area --- :::success Yes :tada: ::: :::info This is a message :mega: ::: :::warning Watch out :zap: ::: :::danger Oh No! :fire: ::: :::spoiler Click to show details You found me :stuck_out_tongue_winking_eye: ::: :::spoiler {state="open"} Expand the spoiler container by default You found me :stuck_out_tongue_winking_eye: ::: ## Typography ### Headers ``` # h1 Heading ## h2 Heading ### h3 Heading #### h4 Heading ##### h5 Heading ###### h6 Heading ``` ### Horizontal Rules ___ --- *** ### Typographic Replacements Enable typographer option to see result. (c) (C) (r) (R) (tm) (TM) (p) (P) +- test.. test... test..... test?..... test!.... !!!!!! ???? ,, Remarkable -- awesome "Smartypants, double quotes" 'Smartypants, single quotes' ### Emphasis **This is bold text** __This is bold text__ *This is italic text* _This is italic text_ ~~Deleted text~~ lu~lala~ Superscript: 19^th^ Subscript: H~2~O ++Inserted text++ ==Marked text== {ruby base|rubytext} ### Blockquotes > Blockquotes can also be nested... >> ...by using additional greater-than signs right next to each other... > > > ...or with spaces between arrows. ### Lists #### Unordered + Create a list by starting a line with `+`, `-`, or `*` + Sub-lists are made by indenting 2 spaces: - Marker character change forces new list start: * Ac tristique libero volutpat at + Facilisis in pretium nisl aliquet - Nulla volutpat aliquam velit + Very easy! #### Ordered 1. Lorem ipsum dolor sit amet 2. Consectetur adipiscing elit 3. Integer molestie lorem at massa 1. You can use sequential numbers... --- 1. ...or keep all the numbers as `1.` 1. feafw 2. 332 3. 242 4. 2552 1. e2 Start numbering with offset: 57. foo 1. bar ### Code Inline `code` Indented code // Some comments line 1 of code line 2 of code line 3 of code Block code "fences" ``` Sample text here... ``` Syntax highlighting ```javascript var foo = function (bar) { return bar++; }; console.log(foo(5)); ``` ### Tables | Option | Description | | ------ | ----------- | | data | path to data files to supply the data that will be passed into templates. | | engine | engine to be used for processing templates. Handlebars is the default. | | ext | extension to be used for dest files. | Right aligned columns | Option | Description | | ------:| -----------:| | data | path to data files to supply the data that will be passed into templates. | | engine | engine to be used for processing templates. Handlebars is the default. | | ext | extension to be used for dest files. | Left aligned columns | Option | Description | |:------ |:----------- | | data | path to data files to supply the data that will be passed into templates. | | engine | engine to be used for processing templates. Handlebars is the default. | | ext | extension to be used for dest files. | Center aligned columns | Option | Description | |:------:|:-----------:| | data | path to data files to supply the data that will be passed into templates. | | engine | engine to be used for processing templates. Handlebars is the default. | | ext | extension to be used for dest files. | ### Links [link text](http://dev.nodeca.com) [link with title](http://nodeca.github.io/pica/demo/ "title text!") Autoconverted link https://github.com/nodeca/pica ### Images ![Minion](https://octodex.github.com/images/minion.png) ![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat") Like links, Images also have a footnote style syntax ![Alt text][id] With a reference later in the document defining the URL location: [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" ![Minion](https://octodex.github.com/images/minion.png =200x200) Show the image with given size ### Footnotes Footnote 1 link[^first]. Footnote 2 link[^second]. Inline footnote^[Text of inline footnote] definition. Duplicated footnote reference[^second]. [^first]: Footnote **can have markup** and multiple paragraphs. [^second]: Footnote text. ### Definition Lists Term 1 : Definition 1 with lazy continuation. Term 2 with *inline markup* : Definition 2 { some code, part of Definition 2 } Third paragraph of definition 2. _Compact style:_ Term 1 ~ Definition 1 Term 2 ~ Definition 2a ~ Definition 2b ### Abbreviations This is an HTML abbreviation example. It converts "HTML", but keeps intact partial entries like "xxxHTMLyyy" and so on. *[HTML]: Hyper Text Markup Language × Sign in Email Password Forgot password or By clicking below, you agree to our terms of service . Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet Wallet ( ) Connect another wallet New to HackMD? Sign up
2026-01-13T09:30:30
https://hackmd.io/s/press-kit/?utm_source=blog&utm_medium=footer
Press Kit - HackMD Press Kit === ![HackMD-og-image-1200x630](https://hackmd.io/_uploads/SJiQ4j12C.png) ## About HackMD HackMD is a documentation-based developer community that helps devs collaborate with their team and communicate with their users, all in Markdown. The real-time online editor is designed for people who value effortless collaboration. It streamlines the documentation process with simple onboarding, lightweight design, and robust integrations with tools like GitHub and Arweave. Companies around the world trust HackMD to increase the adoption of their products by turning the one-way documentation reading experience into an interactive and engaging relationship with their users. Since launch, more than 1 million users have created 7.7 million notes and more than 30 thousand teams have collaborated in HackMD. Accelerate innovation, streamline your workflow, and bring your projects to life with HackMD. ## 關於 HackMD HackMD 是一個專為開發者社群打造的文件平台,幫助開發者與團隊協作並與用戶溝通,一切都基於 Markdown 語法。 我們的即時線上編輯器專為重視無縫協作的人設計,透過簡單的上手流程、輕量化的設計以及與 GitHub 和 Arweave 等工具的強大整合,讓筆記製作過程更加流暢。 全球各地的企業信賴 HackMD,藉由將傳統的單向閱讀體驗轉化為使用者之間吸引人的趣味互動關係,來促進其產品的採用。 自推出以來,已有超過 100 萬用戶建立了 770 萬篇筆記,並且超過 3 萬個團隊在 HackMD 上進行了協作。 透過 HackMD 加速創新、簡化工作流程,將您的專案變為現實吧! ## Product Photos ![Facebook cover](https://hackmd.io/_uploads/BydoHjJ2C.png) ![HackMD Logo - showcase](https://hackmd.io/_uploads/rJQhrikhC.png) ![Hero Animation optimize](https://hackmd.io/_uploads/SkgDUjk2A.gif) ### Book mode ![Bookmode](https://hackmd.io/_uploads/B1CUX5e2C.png) ### Both mode page ![Both mode page](https://hackmd.io/_uploads/BJc87cxh0.png) ## Brand guideline [![Brand guideline](https://hackmd.io/_uploads/H1E4A8fExl.png)](https://drive.google.com/file/d/13IsT8LzcWMxnFweHKfvI9YTAo-g3BrUC/view?usp=sharing) ## Logo All logos can be [found and downloaded here](https://drive.google.com/drive/folders/1BNN1QqPwIPbCKZMh22pE3K-E8l9ea90L). ## Founder Photos |![](https://i.imgur.com/LLIxbnK.png)|![](https://i.imgur.com/EXKSpXL.png)|![](https://i.imgur.com/ia1tgjJ.png)|![](https://i.imgur.com/rSrWjZf.png)| |:---:|:---:|:---:|:---:| |**CEO / Co-founder**|**CTO / Co-founder**|**Architect / Co-founder**|**Full-stack engineer / Co-founder**| |Jongkai Yang, CFA|Max Wu|Bo Hong Li|Yukai Huang| ## Conference Partners - KubeSummit [2025](https://hackmd.io/@k8ssummit/2025/https%3A%2F%2Fk8s.ithome.com.tw%2F2025) - Hello World Dev Conference [2025](https://hackmd.io/@HWDC/2025/https%3A%2F%2Fhwdc.ithome.com.tw%2F2025) - Azure OpenAI 生成式人工智慧技術開發日 [2025](https://hackmd.io/@AzureAI/20241128/https%3A%2F%2Fshowroom.ithome.com.tw%2Fpublic%2Fbmglnkel0qdvkuks%2Findex.html) - SRE Conference [2024](https://hackmd.io/@sre-conf/2024/https%3A%2F%2Fhackmd.io%2F%40sre-conf%2Fwelcome) - Kubernetes Summit [2024](https://hackmd.io/@k8ssummit/2024/%2F%40k8ssummit%2FrJVmTaR1kl) - PyCon Taiwan 2016, 2017, 2018, [2019](https://hackmd.io/@pycontw/2019/%2FitlYBVanTbSrdXhjlbEdyA), [2020](https://hackmd.io/@pycontw/2020/%2F%40pycontw%2FHk275vgVw), [2021](https://hackmd.io/@pycontw/2021/%2F%40pycontw%2FBk3o9ROft), [2022](https://hackmd.io/@pycontw/2022/%2F%40pycontw%2FSyFIvuGRc), [2023](https://hackmd.io/@pycontw/ByiK8jQph/https%3A%2F%2Fhackmd.io%2F%40pycontw%2FSyC7kDZj3), [2024](https://hackmd.io/@pycontw/2024/https%3A%2F%2Fhackmd.io%2F%40pycontw%2F2024) [2025](https://hackmd.io/@pycontw/2025/https%3A%2F%2Fhackmd.io%2F%40pycontw%2FrJTbDndFgl) - COSCUP 2017, [2018](https://hackmd.io/c/COSCUP2018/%2FwddfBy-xQpWqjw9_tOIWIg), [2019](https://hackmd.io/@coscup/2019/https%3A%2F%2Fhackmd.io%2F%40coscup%2FHJAlwq67H), [2020](https://hackmd.io/@coscup/2020/%2F%40coscup%2FBJzeRwpxP), [2021](https://hackmd.io/@coscup/2021/%2F%40coscup%2FSyWNk6wRd), [2022](https://hackmd.io/@coscup/2022/%2F%40coscup%2Fr1u2-CJpq), [2023](https://hackmd.io/@coscup/2023/%2F%40coscup%2FSkXoh009n), [2024](https://hackmd.io/@coscup/2024/%2F%40coscup%2FB1lL9PutC), [2025](https://hackmd.io/@coscup/2025/https%3A%2F%2Fysitd.licson.net%2Fchannel%2Fcoscup%2Ftoday) - MOPCON 2016, 2017, 2018, [2019](https://hackmd.io/@mopcon/2019/https%3A%2F%2Fmopcon.org%2F2019), [2020](https://hackmd.io/@mopcon/2020/https%3A%2F%2Fmopcon.org%2F2020), [2021](https://hackmd.io/@mopcon/2021/https%3A%2F%2Fmopcon.org%2F2021%2F), [2022](https://hackmd.io/@mopcon/2022/https%3A%2F%2Fmopcon.org%2F2022%2Fschedule%2F), [2023](https://hackmd.io/@mopcon/2023/https%3A%2F%2Fmopcon.org%2F2023%2Fschedule%2F), [2024](https://hackmd.io/@mopcon/2024/https%3A%2F%2Fmopcon.org%2F2024%2Fschedule%2F) - SITCON [2017](https://hackmd.io/9bg0cLtUTieS0yQHemZX8Q?both), [2018](https://hackmd.io/@SITCON/B1BhNjCOf/%2Fup6C1u-gRe2n77y0b50Tdw?type=book), [2019](https://hackmd.io/c/SITCON2019/%2FFOG2p2x1RIiZTr_Bpb_RYQ), [2020](https://hackmd.io/@SITCON/2020/%2Fs%2FPQ6zVV34Q2qyxlXMo_dJWQ), [2021](https://hackmd.io/@SITCON/2021/%2F%40SITCON%2FH1pYmMJGY), [2022](https://hackmd.io/@SITCON/2022/%2F%40SITCON%2FS1jA-VJxs), [2024](https://hackmd.io/@SITCON/2024/https%3A%2F%2Fhackmd.io%2Fs%2F_Cl6iBdRQOW09lGCIcDWiA%3Fview), [2025](https://hackmd.io/@SITCON/2025/https%3A%2F%2Fhackmd.io%2Fs%2FFDAzAcG9TMee6AdGdyGQhw%3Fview) - LaravelConf Taiwan 2017, 2018, [2019](https://hackmd.io/@LaravelTaiwan/Conf2019/%2FgFUFSvyuR42aMInsaOO7GA), [2020](https://hackmd.io/@LaravelTaiwan/Conf2020/%2F1p8VzdKxR7eZ210Lk0j3pA), [2021](https://hackmd.io/@LaravelTaiwan/Conf2021/%2FYngQbtUERkyQlBVfVdevpw) - HITCON 2017, [2020](https://hackmd.io/@HITCON/2020-note/%2F%40HITCON%2FSkz0WY7ED), [2021](https://hackmd.io/@HITCON/2021-note/https%3A%2F%2Fhackmd.io%2F%40HITCON%2FSJAYzw2uK), [2022](https://hackmd.io/@HITCON/2022-note/https%3A%2F%2Fhackmd.io%2F%40HITCON%2F2022-welcome), [2023](https://hackmd.io/@HITCON/2023-note/%2F%40HITCON%2FBye4oqF22), [2024](https://hackmd.io/@HITCON/2024-note/%2F%40HITCON%2FrJlBNMXsA), [2025](https://hackmd.io/@HITCON/2025-note/%2F%40HITCON%2Fannouncement-2025) - Modern Web 2017, 2018, [2019](https://hackmd.io/@ModernWeb/2019/https%3A%2F%2Fhackmd.io%2FtGGpnKKsRculfya5xWEmyw), [2020](https://hackmd.io/@ModernWeb/2020/%2F%40ModernWeb%2FrkREgbcIv) - DevOpsDay Taipei 2017, 2018, 2019, [2021](https://hackmd.io/@DevOpsDay/2021/%2Fs%2FqrRLNB8yRTGYpUZWx3e7FQ), [2022](https://hackmd.io/@DevOpsDay/2022/%2F%40DevOpsDay%2Fry4RFK6xs), [2023](https://hackmd.io/@DevOpsDay/2023/%2F%40DevOpsDay%2Fr1IPWyd16), [2024](https://hackmd.io/@DevOpsDay/2024/%2F%40DevOpsDay%2FS1-lbMuLC), [2025](https://hackmd.io/@DevOpsDay/2025/%2FHk232kIGge) - FEDC [2018](https://hackmd.io/c/fedc2018/%2FBXDwi-6IS_-o4QriBcO9hw) - Civic Tech Fest 2017 - g0v Summit [2018](https://g0v.hackmd.io/c/summit18/%2FAJoegfXqSDm6o1rndW_O_A), [2020](https://g0v.hackmd.io/c/summit20/%2F%40summit2020%2FHJrLqDGiv), [2024](https://g0v.hackmd.io/@summit2024/notes/%2FtuKaU2PnRM-n8gS2slf6sg) - Code for Japan Summit 2017, 2018 × Sign in Email Password Forgot password or By clicking below, you agree to our terms of service . Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet Wallet ( ) Connect another wallet New to HackMD? Sign up
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT34DFgkIpURNOecIM_Ypz2ce-0ypeSJ0bFRiFOFVawKbLTjscF7mDqueE7MtyXa-tGFUsAucm2WlQm8iH6HcByJLCvUrHz_jEVZWzgYLtJmNBFgqajF5q7sv-ASLdgDmNCrr3It8Zw0lgZp
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://json-schema.org/blog/posts/oracle-case-study
How Oracle is Bridging the Gap Between JSON Schema and Relational Databases Specification Docs Tools Blog Community Search System Light Dark Star on GitHub Friday, February 7, 2025 · 22 min read How Oracle is Bridging the Gap Between JSON Schema and Relational Databases Go back to blog Loïc Lefèvre on this page JSON Data Guide Data Validation Performance Improvement Relational Model Evolution Conclusion As modern multi-model databases increasingly support JSON, it's time to explore what role JSON schema will play. In this post, we'll dive into the newly developed "Database Vocabulary" , a proposed extension to the official JSON schema specification, developed by Oracle (with inputs from the MySQL and PostgreSQL teams). This vocabulary addresses key database tasks, including validation, type coercion/casting, and metadata preservation, making it easier to manage JSON in databases effectively and bridging the gap with existing relational data. Regardless of whether you are a JSON developer or a relational model developer, you'll learn something reading this post! Oracle Database 23ai fully implements this new vocabulary, and we'll describe not only the concepts but we'll also see real-world examples of JSON schema validation in action and how to describe database objects in JSON schema. JSON Data Guide With Oracle Database 12cR2 (2017), we've introduced the concept of a JSON data guide ; that lets you discover information about the structure and content of existing JSON documents stored in JSON columns inside the database. Let's look at the following example which creates a table blog_posts with a column data of type JSON and inserts one JSON document: sql 1 create table blog_posts ( 2 data json -- BINARY JSON 3 ) ; 4 5 insert into blog_posts( data ) values ( 6 json { 7 'title ': 'New Blog Post', 8 'content ': 'This is the content of the blog post...', 9 'publishedDate ': '2023-08-25T15:00:00Z ', 10 'author ': { 11 'username ': 'authoruser ', 12 'email ': ' [email protected] ' 13 }, 14 'tags ': [ 'Technology ', 'Programming '] 15 } 16 ) ; 17 commit ; 18 We can query the table and retrieve JSON values using the SQL dot notation to navigate the JSON document hierarchy. Attributes within the JSON document can simply be referenced by .<attribute name> : sql 1 select -- field names are case sensitive 2 p .data .title , 3 p .data .author .username .string () as username, 4 p .data .tags [1] .string () as "array_field[1]" 5 from blog_posts p; 6 The item method string() allows explicit casting of the JSON field value. Alongside string() are other casting methods like number() , date() , etc. However, nothing prevents us from inserting unexpected data! sql 1 insert into blog_posts( data ) values ( '{ "garbageDocument":true }' ); 2 commit ; 3 4 select data from blog_posts; 5 Results: DATA {   "title": "New Blog Post",   "content": "This is the content of the blog post...",   "publishedDate":"2023-08-25T15:00:00Z",   "author": {     "username":"authoruser",     "email":" [email protected] "   },   "tags": [ "Technology", "Programming" ] } {   "garbageDocument":true } This is where, JSON schemas can help, and the JSON_DATAGUIDE() function can generate one from a set of already existing JSON document(s): sql 1 select json _dataguide( 2 data , 3 dbms_json . format_schema , 4 dbms_json . pretty 5 ) as json_schema 6 from blog_posts; 7 Results: data { " type " : "object" , " o:length " : 1 , " properties " : { " tags " : { " type " : "array" , " o:length " : 1 , " items " : { " type " : "string" , " o:length " : 16 } } , " title " : { " type " : "string" , " o:length " : 16 } , " author " : { " type " : "object" , " o:length " : 1 , " properties " : { " email " : { " type " : "string" , " o:length " : 32 } , " username " : { " type " : "string" , " o:length " : 16 } } } , " content " : { " type " : "string" , " o:length " : 64 } , " publishedDate " : { " type " : "string" , " o:length " : 32 } , " garbageDocument " : { " type " : "boolean" , " o:length " : 4 } } }  We can see that the garbageDocument field was properly detected and added to the set of accepted JSON fields for the JSON schema. Data Validation The most obvious use case for JSON schema is JSON data validation. The Oracle Database 23ai brings the new PL/SQL package DBMS_JSON_SCHEMA which can be used to validate JSON schemas and JSON data. The dbms_json_schema.is_schema_valid() function can tell us if a given JSON schema itself is valid: sql 1 -- Validate the generated JSON schema 2 select dbms_json_schema.is _schema_valid( 3 ( 4 -- Generate JSON Data Guide / Schema from data column 5 select json_dataguide ( 6 data , 7 dbms_json . format_schema , 8 dbms_json . pretty 9 ) as json_schema 10 from blog_posts 11 ) 12 ) = 1 as is_schema_valid; 13 Another function dbms_json_schema.validate_report() validates a JSON document against a JSON schema and generates a validation report, including validation errors, if there are any: sql 1 -- Validate current JSON data with a simple JSON schema 2 select dbms_json_schema.validate_report( 3 data, 4 json( '{ 5 "type" : "object" , 6 "properties" : { 7 "tags" : { 8 "type" : "array" , 9 "items" : { 10 "type" : "string" 11 } 12 } 13 } 14 }' ) 15 ) as report 16 from blog_posts; 17 Results: REPORT {   "valid": true,   "errors": [] } {   "valid": true,   "errors": [] } With the simplistic JSON schema, no validation errors are present. Let's use a more complex JSON schema (based on the Blog post example from the JSON schema website itself): sql 1 select dbms_json_schema.validate_report( 2 data, 3 json('{ 4 "$id" : "https://example.com/blog-post.schema.json" , 5 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 6 "description" : "A representation of a blog post" , 7 "type" : "object" , 8 "required" : [ "title" , "content" , "author" ], 9 "properties" : { 10 "title" : { 11 "type" : "string" 12 }, 13 "content" : { 14 "type" : "string" 15 }, 16 "publishedDate" : { 17 "type" : "string" , 18 "format" : "date-time" 19 }, 20 "author" : { 21 "$ref" : "https://example.com/user-profile.schema.json" 22 }, 23 "tags" : { 24 "type" : "array" , 25 "items" : { 26 "type" : "string" 27 } 28 } 29 }, 30 "$def" : { 31 "$id" : "https://example.com/user-profile.schema.json" , 32 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 33 "description" : "A representation of a user profile" , 34 "type" : "object" , 35 "required" : [ "username" , "email" ], 36 "properties" : { 37 "username" : { 38 "type" : "string" 39 }, 40 "email" : { 41 "type" : "string" , 42 "format" : "email" 43 }, 44 "fullName" : { 45 "type" : "string" 46 }, 47 "age" : { 48 "type" : "integer" , 49 "minimum" : 0 50 }, 51 "location" : { 52 "type" : "string" 53 }, 54 "interests" : { 55 "type" : "array" , 56 "items" : { 57 "type" : "string" 58 } 59 } 60 } 61 } 62 }') 63 ) as report 64 from blog_posts; 65 Results: REPORT {   "valid": true,   "errors": [] } {   "valid": false,   "errors": [     {       "schemaPath": "$",       "instancePath": "$",       "code": "JZN-00501",       "error": "JSON schema validation failed"     }, {       "schemaPath": "$.required",       "instancePath": "$",       "code": "JZN-00515",       "error": "required properties not found: 'title', 'content', 'author'"     }   ] } Now we can see that the second JSON document shows several validation errors, namely the missing fields title , content and author . If you don't want or need to know the validation error details, you may simply use the dbms_json_schema.is_valid() function. Finally, you can leverage the dbms_json_schema.describe() function to generate JSON schemas from existing relational objects such as tables, views, and JSON Relational Duality Views (more on that later). sql 1 -- Get the JSON schema from a relational table! 2 select dbms_json_schema.describe( 'BLOG_POSTS' ) as json_schema; 3 Results: JSON_SCHEMA {   "title": "BLOG_POSTS",   "dbObject": "APIDAYS.BLOG_POSTS",   "type": "object",   "dbObjectType": "table",   "properties": {     "DATA": {}   } } Client-side validation using JSON Schema Now that we are able to create and retrieve JSON schemas from the database, we may consider the database as a central repository for JSON schemas that can be used by clients (backends and frontends) to validate JSON data. Below, you can see a quick overview of a demo available in this GitHub repository : Using Oracle REST Data Services , we can indeed expose a JSON schema to a frontend via REST. Below, we are using the json-schema-form library to build an input form from a JSON schema where title , description , and check constraints are used to define input fields and associated validation rules. Let's drill down into this example: We'll start by creating a basic relational table that will store products: sql 1 -- drop table if exists products purge; 2 3 create table products ( 4 name varchar2(100) not null primary key 5 constraint minimal_name_length check (length(name) >= 3), 6 price number not null 7 constraint strictly_positive_price check (price > 0), 8 quantity number not null 9 constraint non_negative_quantity check (quantity >= 0) 10 ); 11 12 insert into products (name, price, quantity) 13 values ('Cake mould', 9.99, 15), 14 ('Wooden spatula', 4.99, 42); 15 commit; 16 This table has 3 columns. Each column has a named check constraint ensuring inserted values are conform with business rules (strictly positive prices, etc.). If we retrieve the JSON schema corresponding to this relational table using dbms_json_schema.describe() , we'll also get these check constraints translated into the JSON schema format: sql 1 -- JSON Schema of PRODUCTS table 2 -- Contains check constraints! 3 select dbms_json_schema.describe( 'PRODUCTS' ) as json_schema; 4 Results: data { " title " : "PRODUCTS" , " dbObject " : "APIDAYS.PRODUCTS" , " type " : "object" , " dbObjectType " : "table" , " properties " : { " NAME " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 100 , " allOf " : [ { " minLength " : 3 } ] } , " PRICE " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " exclusiveMinimum " : 0 } ] } , " QUANTITY " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " minimum " : 0 } ] } } , " required " : [ "NAME" , "PRICE" , "QUANTITY" ] , " dbPrimaryKey " : [ "NAME" ] }  One thing we remark is the absence of title and description attributes for our 3 columns but considering JSON schemas are also JSON documents, we may enrich the JSON schema with the missing values. Database Schema Annotations Starting with the Oracle Database 23ai, you can leverage Schema Annotations to annotate database objects (columns, tables, views, indexes, etc.). Consider the following schema annotations: sql 1 ALTER TABLE products MODIFY name ANNOTATIONS ( 2 ADD OR REPLACE "title" 'Name' , 3 ADD OR REPLACE "description" 'Product name (max length: 100)' , 4 ADD OR REPLACE "minLength" '3' 5 ); 6 7 ALTER TABLE products MODIFY price ANNOTATIONS ( 8 ADD OR REPLACE "title" 'Price' , 9 ADD OR REPLACE "description" 'Product price strictly positive' , 10 ADD OR REPLACE "minimum" '0.01' 11 ); 12 13 ALTER TABLE products MODIFY quantity ANNOTATIONS ( 14 ADD OR REPLACE "title" 'Quantity' , 15 ADD OR REPLACE "description" 'Quantity of products >= 0' , 16 ADD OR REPLACE "minimum" '0' 17 ); 18 These schema annotations provide additional information for each relational columns. Note that the minimum and minLength ones are here to work around a current json-schema-form library limitation (hopefully, this open issue will be solved soon). These annotations are stored inside the database dictionary and can be retrieved via the user_annotations_usage dictionary view: sql 1 -- View annotations 2 select column_name , annotation_name, annotation_value 3 from user_annotations_usage 4 where object_name= 'PRODUCTS' 5 and object_type= 'TABLE' 6 order by 1 , 2 ; 7 Results: COLUMN_NAME ANNOTATION_NAME ANNOTATION_VALUE NAME description Product name (max length: 100) NAME minLength 3 NAME title Name PRICE description Product price strictly positive PRICE minimum 0.01 PRICE title Price QUANTITY description Quantity of products >= 0 QUANTITY minimum 0 QUANTITY title Quantity To mix both, the table JSON schema with these column level annotations, we can use the following PL/SQL function: sql 1 -- Annotate JSON Schema with column level annotations 2 -- p_table_name: the table name to work on 3 create or replace function getAnnotatedJSONSchema( p_table_name in varchar2 ) 4 return json 5 as 6 schema clob; -- the original JSON schema 7 l_schema JSON_OBJECT_T; -- the JSON schema as DOM to modify 8 l_properties JSON_OBJECT_T; -- the "properties" JSON object entry of the JSON schema 9 l_keys JSON_KEY_LIST; -- the list of JSON field names of "properties" JSON object 10 l_column JSON_OBJECT_T; -- the JSON object to modify (for each column of the table) 11 begin 12 -- get JSON schema of table 13 select json_serialize( dbms_json_schema.describe( p_table_name ) 14 returning clob ) into schema ; 15 16 -- create a DOM object 17 l_schema := JSON_OBJECT_T.parse( schema ); 18 -- access the "properties" JSON schema field that lists all the table columns 19 l_properties := l_schema.get_Object( 'properties' ); 20 -- get all the field names of this "properties" DOM: the table columns 21 l_keys := l_properties.get_Keys(); 22 23 -- loop over all the columns... 24 for i in 1. .l_keys.count loop 25 l_column := l_properties.get_Object( l_keys(i) ); 26 27 -- now retrieve from the database dictionary, all the annotations 28 -- associated with this table column 29 for c in ( select ANNOTATION_NAME, ANNOTATION_VALUE 30 from user_annotations_usage 31 where object_name=p_table_name 32 and object_type= 'TABLE' 33 and column_name =l_keys(i)) 34 loop 35 -- add each annotation found as a new key/value pair to the JSON schema 36 -- for that table column 37 l_column.put( c.ANNOTATION_NAME, c.ANNOTATION_VALUE ); 38 end loop ; 39 end loop ; 40 41 -- returns the annotated JSON schema 42 return l_schema.to_json; 43 end ; 44 / 45 Then one can use the function as below: sql 1 select getAnnotatedJSONSchema ( 'PRODUCTS' ) ; 2 Results: data { " title " : "PRODUCTS" , " dbObject " : "APIDAYS.PRODUCTS" , " type " : "object" , " dbObjectType " : "table" , " properties " : { " NAME " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 100 , " allOf " : [ { " minLength " : 3 } ] , " title " : "Name" , " description " : "Product name (max length: 100)" , " minLength " : "3" } , " PRICE " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " exclusiveMinimum " : 0 } ] , " description " : "Product price strictly positive" , " minimum " : "0.01" , " title " : "Price" } , " QUANTITY " : { " type " : "number" , " extendedType " : "number" , " allOf " : [ { " minimum " : 0 } ] , " title " : "Quantity" , " description " : "Quantity of products >= 0" , " minimum " : "0" } } , " required " : [ "NAME" , "PRICE" , "QUANTITY" ] , " dbPrimaryKey " : [ "NAME" ] }  GET method The previous SQL query can then be used as the parameterized template for our REST end point for the GET method: sql 1 -- Run only once: 2 BEGIN 3 ORDS.ENABLE_SCHEMA( 4 p_enabled => TRUE , 5 -- database user/schema 6 p_schema => 'APIDAYS' , 7 p_url_mapping_type => 'BASE_PATH' , 8 p_url_mapping_pattern => 'apidays' , 9 p_auto_rest_auth => FALSE ) ; 10 11 ORDS.DEFINE_MODULE( 12 p_module_name => 'apidays' , 13 p_base_path => '/schema_repository/' , 14 p_items_per_page => 25 , 15 p_status => 'PUBLISHED' , 16 p_comments => NULL) ; 17 18 ORDS.DEFINE_TEMPLATE( 19 p_module_name => 'apidays' , 20 p_pattern => 'products' , 21 p_priority => 0 , 22 p_etag_type => 'HASH' , 23 p_etag_query => NULL, 24 p_comments => NULL) ; 25 26 ORDS.DEFINE_HANDLER( 27 p_module_name => 'apidays' , 28 p_pattern => 'products' , 29 p_method => 'GET' , 30 p_source_type => 'json/item' , 31 p_mimes_allowed => NULL, 32 p_comments => NULL, 33 p_source => 34 'select getAnnotatedJSONSchema( ''PRODUCTS'' ) as schema') ; 35 36 COMMIT ; 37 38 END ; 39 / 40 In the GitHub repositoy , you'll find the src/ORDS.js module that demonstrates using this REST method: js 1 import axios from 'axios' ; 2 3 function ORDS ( ) {} 4 5 ORDS.prototype.getSchema = async function ( ) { 6 return await axios.get( 7 'http://localhost/ords/apidays/schema_repository/products' , 8 {} 9 ) 10 .then( res => res.data.schema ) 11 .catch( err => err); 12 } 13 14 export default new ORDS(); 15 With all this in place, our React frontend can now create the following form: Interestingly, whenever you change the schema annotation in the database, it is immediately reflected inside your browser once you refreshed it. You can try with: sql ALTER TABLE products MODIFY name ANNOTATIONS ( REPLACE "title" 'Product name' ); JSON Relational Duality View Once the new product has been validated inside the frontend, it is sent to the database for insertion into the relational table. To ease this process, we'll leverage one of the greatest 23ai new features: JSON Relational Duality View . This new type of view acts as a gateway between the JSON and relational worlds. Basically, one can insert JSON documents into a JSON relational duality view and the database will automatically map the proper JSON fields to the relational columns. From a retrieval perspective, whenever a JSON relational duality view is queried, a JSON document will be constructed from the underlying relational model at runtime. Consider this very simple example (not even involving relationships between tables, nor flex fields, etc.): sql 1 -- GraphQL notation (SQL notation also exists) 2 create or replace json relational duality view products_dv as 3 products @ insert { 4 _id: NAME 5 PRICE 6 QUANTITY 7 }; 8 Here we ask the view to accept INSERT SQL statements (via @insert ) and remap the JSON _id attribute (mandatory JSON unique key) to the relational column NAME (note that JSON fields are case-sensitive). The other two attributes are automatically mapped because the JSON attributes and relational table column names are the same. You can find hereunder the JSON schema of this JSON relational duality view: sql 1 -- Get JSON Schema from JSON Relational Duality View 2 select dbms_json_schema. describe ( 'PRODUCTS_DV' ); 3 Results: data { " title " : "PRODUCTS_DV" , " dbObject " : "APIDAYS.PRODUCTS_DV" , " dbObjectType " : "dualityView" , " dbObjectProperties " : [ "insert" , "check" ] , " type " : "object" , " properties " : { " _metadata " : { " etag " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 200 } , " asof " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 20 } } , " _id " : { " type " : "string" , " extendedType " : "string" , " maxLength " : 100 , " dbFieldProperties " : [ "check" ] } , " PRICE " : { " type " : "number" , " extendedType " : "number" , " dbFieldProperties " : [ "check" ] } , " QUANTITY " : { " type " : "number" , " extendedType " : "number" , " dbFieldProperties " : [ "check" ] } } , " dbPrimaryKey " : [ "_id" ] , " required " : [ "_id" , "PRICE" , "QUANTITY" ] , " additionalProperties " : false }  So now we can run such an INSERT statement: sql 1 -- Insert JSON in a Relational table (Bridging the Gap...) 2 -- by using the JSON Relational Duality View 3 insert into PRODUCTS_DV ( data ) values( 4 json_transform ( '{ 5 " NAME ": " Other nice product ", 6 " PRICE ": 5, 7 " QUANTITY ": 10 8 }', 9 RENAME '$. NAME ' = ' _id' 10 ) 11 ); 12 13 commit ; 14 You will notice that we are using the JSON_TRANSFORM() function to rename the NAME JSON attribute to _id expected by the PRODUCTS_DV JSON relational duality view. sql 1 select * from products_dv; 2 select * from products; 3 Running the 2 queries above respectively returns the data in JSON format: DATA {   "_id": "Cake mould",   "PRICE": 9.99,   "QUANTITY": 15,   "_metadata": { ... } } {   "_id": "Wooden spatula",   "PRICE": 4.99,   "QUANTITY": 42,   "_metadata": { ... } } {   "_id": "Other nice product",   "PRICE": 5,   "QUANTITY": 10,   "_metadata": { ... } } ...and relational format: NAME PRICE QUANTITY Cake mould 9.99 15 Wooden spatula 4.99 42 Other nice product 5 10 The _metadata object will contain additional information such as an etag that can be used for optimistic concurrency control . POST method With the JSON relational duality view in place, we can now implement the REST POST method by adding another ORDS handler: sql 1 BEGIN 2 ORDS.DEFINE_HANDLER( 3 p_module_name => 'apidays' , 4 p_pattern => 'products' , 5 p_method => 'POST' , 6 p_source_type => 'plsql/block' , 7 p_mimes_allowed => NULL, 8 p_comments => NULL, 9 p_source => 10 'begin 11 insert into PRODUCTS_DV( data ) values( json_transform(:body_text, RENAME ''$.NAME '' = '' _id '' ) ) ; 12 commit ; 13 end ;'); 14 15 COMMIT ; 16 17 END ; 18 19 / 20 Precheck Check Constraints With 23ai, a check constraint can now be marked as PRECHECK . Doing so tells the database that a relational check constraint has a corresponding JSON schema constraint that preserves the semantics of the constraint and hence the database doesn't need to verify the check again. An example of a constraint that has no corresponding JSON schema constraint could be a foreign key. Once a check constraint is marked as PRECHECK , you have the choice whether or not to disable the check constraint on the table as the retrieved JSON schema with dbms_json_schema.describe() will contain the check constraints as well. We do NOT advise to disable check constraints as it would allow inserting bad data into the relational tables directly. The remark about PRECHECK constraints is here to provide as much information as possible. sql 1 -- Mark check constraints as PRECHECK 2 alter table products modify constraint strictly_positive_price precheck; 3 alter table products modify constraint non_negative_quantity precheck; 4 5 -- Now disable the constraints at the database level 6 -- They are checked in the clients 7 -- 8 -- Warning: do that at your own risks! 9 alter table products modify constraint strictly_positive_price disable ; 10 alter table products modify constraint non_negative_quantity disable ; 11 12 -- Check constraints still present inside the JSON Schema 13 select dbms_json_schema.describe( 'PRODUCTS' ); 14 15 -- but following INSERT will work and insert bad data 16 insert into products ( name , price, quantity) 17 values ( 'Bad product' , 0 , -1 ); 18 19 commit ; 20 21 select * from products; 22 Data Use Case Domains Another way to validate JSON data is to associate a JSON schema with a JSON column. In 23ai, an extension of the ISO standard Domains is available: Data Use Case Domains . Consider the following very simple data use case domain that could be considered as a scalar JSON data type alias: sql 1 -- Introducing Data Use Case Domains 2 create domain if not exists jsonb as json ; 3 4 create table test ( 5 data jsonb -- JSON alias 6 ); 7 Domains also allow for centralizing JSON schema so that they can be reused across tables and columns. The example below demonstrates how to associate a JSON schema within a data use case domain: sql 1 -- drop table if exists posts purge; 2 -- drop domain if exists BlogPost; 3 create domain if not exists BlogPost as json 4 validate '{ 5 "$id" : "https://example.com/blog-post.schema.json" , 6 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 7 "description" : "A representation of a blog post" , 8 "type" : "object" , 9 "required" : [ "title" , "content" , "author" ], 10 "properties" : { 11 "title" : { 12 "type" : "string" 13 }, 14 "content" : { 15 "type" : "string" 16 }, 17 "publishedDate" : { 18 "type" : "string" , 19 "format" : "date-time" 20 }, 21 "author" : { 22 "$ref" : "https://example.com/user-profile.schema.json" 23 }, 24 "tags" : { 25 "type" : "array" , 26 "items" : { 27 "type" : "string" 28 } 29 } 30 }, 31 "$def" : { 32 "$id" : "https://example.com/user-profile.schema.json" , 33 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 34 "description" : "A representation of a user profile" , 35 "type" : "object" , 36 "required" : [ "username" , "email" ], 37 "properties" : { 38 "username" : { 39 "type" : "string" 40 }, 41 "email" : { 42 "type" : "string" , 43 "format" : "email" 44 }, 45 "fullName" : { 46 "type" : "string" 47 }, 48 "age" : { 49 "type" : "integer" , 50 "minimum" : 0 51 }, 52 "location" : { 53 "type" : "string" 54 }, 55 "interests" : { 56 "type" : "array" , 57 "items" : { 58 "type" : "string" 59 } 60 } 61 } 62 } 63 }'; 64 65 -- Now use the Domain as a new column data type! 66 create table posts ( content BlogPost ); 67 68 -- fails 69 insert into posts values (json{ 'garbageDocument' : true }); 70 71 -- works 72 insert into posts values ( 73 json { 74 'title': 'Best brownies recipe ever!', 75 'content': 'Take chocolate...', 76 'publishedDate': ' 2024 -12 -05 T13: 00 : 00 Z', 77 'author': { 78 'username': 'Bob', 79 'email': ' [email protected] ' 80 }, 81 'tags': ['Cooking', 'Chocolate', 'Cocooning'] 82 } 83 ); 84 85 commit; 86 Now let's look closer at the publishedDate field: sql 1 select p.content.publishedDate 2 from posts p; 3 4 -- the binary encoded data type is 'string' 5 select p.content.publishedDate.type() as type 6 from posts p; 7 Results: TYPE string Using the type() item method , we can see the date is in fact stored as a string. Performance Improvement With data use case domains, the Oracle Database 23ai can not only use JSON schema for JSON data validation but it can also improve performance by leveraging the CAST functionality. Consider the following data use case domain example: sql 1 drop table if exists posts purge; 2 3 drop domain if exists BlogPost; 4 5 -- Recreate the Domain with CAST/Type coercion enabled 6 create domain BlogPost as json 7 validate CAST using '{ 8 "$id" : "https://example.com/blog-post.schema.json" , 9 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 10 "description" : "A representation of a blog post" , 11 "type" : "object" , 12 "required" : [ "title" , "content" , "author" ], 13 "properties" : { 14 "title" : { 15 "type" : "string" 16 }, 17 "content" : { 18 "type" : "string" 19 }, 20 "publishedDate" : { 21 "extendedType" : "timestamp" , 22 "format" : "date-time" 23 }, 24 "author" : { 25 "$ref" : "https://example.com/user-profile.schema.json" 26 }, 27 "tags" : { 28 "type" : "array" , 29 "items" : { 30 "type" : "string" 31 } 32 } 33 }, 34 "$def" : { 35 "$id" : "https://example.com/user-profile.schema.json" , 36 "$schema" : "https://json-schema.org/draft/2020-12/schema" , 37 "description" : "A representation of a user profile" , 38 "type" : "object" , 39 "required" : [ "username" , "email" ], 40 "properties" : { 41 "username" : { 42 "type" : "string" 43 }, 44 "email" : { 45 "type" : "string" , 46 "format" : "email" 47 }, 48 "fullName" : { 49 "type" : "string" 50 }, 51 "age" : { 52 "type" : "integer" , 53 "minimum" : 0 54 }, 55 "location" : { 56 "type" : "string" 57 }, 58 "interests" : { 59 "type" : "array" , 60 "items" : { 61 "type" : "string" 62 } 63 } 64 } 65 } 66 }'; 67 68 create table posts ( content BlogPost ); 69 By enabling the JSON schema for type CAST ing, we can request the database to use the new extendedType during the binary JSON encoding process. In the example above, this would mean that the encoded type would be a timestamp and no longer a string resulting in less parsing overhead compared to the previous version: from string to timestamp each time we retrieve the field for SQL processing ( WHERE clause filtering, SELECT projection, etc.). Let's check this: sql 1 create table posts ( content BlogPost ); 2 3 -- We can retrieve the JSON schema associated to the column 4 -- via the Data Use Case Domain 5 select dbms_json_schema.describe( 'POSTS' ); 6 7 -- works 8 insert into posts values ( 9 '{ 10 "title" : "Best brownies recipe ever!" , 11 "content" : "Take chocolate..." , 12 "publishedDate" : "2024-12-05T13:00:00Z" , 13 "author" : { 14 "username" : "Bob" , 15 "email" : " [email protected] " 16 }, 17 "tags" : [ "Cooking" , "Chocolate" , "Cocooning" ] 18 } ' 19 ); 20 commit; 21 22 -- Now let 's look at the publishedDate field... 23 select p.content.publishedDate from posts p; 24 25 -- ...its binary encoded data type is 'timestamp' 26 select p.content.publishedDate.type() from posts p; 27 28 -- I can add 5 days to this date ... 29 select p.content.publishedDate.timestamp() + interval '5' day 30 from posts p; 31 We use the item method timestamp() in the last statement above because otherwise the SQL dot notation would return a SQL JSON (by default in 23ai) on which we cannot apply an interval operation. However, because the value is already stored as TIMESTAMP inside the binary JSON format, there will be no conversion from JSON to timestamp here. Last but not least, by enabling type casting, native SQL data type checks are also performed ensuring 100% fidelity between stored binary values in the encoded JSON and SQL data types. As a result, we can store not just the standard JSON data types but also the SQL data types inside the encoded binary JSON such as NUMBER , DATE , TIMESTAMP , TIMESTAMP WITH TIME ZONE , INTERVAL , RAW , VECTOR , etc. Relational Model Evolution Our last use case that leverages JSON schema inside the Oracle Database is available since version 12cR2. Imagine, you are a data analyst and the only tool you have to build charts only allows you to see tables and columns. Each time a new data attribute is added, you know that it will take time before you see it appearing inside your BI tool because of the involved development processes. Now, imagine this is no more the case... Let's look at the following example: sql 1 create table orders ( j json ); 2 3 insert into orders(j) values ( 4 json { 'firstName' : 'Bob' , 'address' : 'Paris' } 5 ); 6 commit ; 7 8 select j from orders; 9 Results: J {   "firstName": "Bob",   "address": "Paris" } We have an orders table with one column containing a JSON document. The JSON document itself has 2 fields and 2 values. Now, we'll create a JSON Search index (that can perform Full-Text search). This index can optionally maintain a JSON Data Guide in real-time, meaning the JSON schema for the JSON documents stored inside the JSON column. With this ability comes another one: Change Triggers For Data Guide-Enabled Search Index which, based on the maintained JSON schema, can react to any newly added JSON attributes and dynamically expose these by adding the corresponding virtual columns. The example below demonstrates this behavior: sql 1 -- drop index s_idx force; 2 3 -- Create a Full-Text Search index for JSON with Data Guide 4 -- enabled and add_vc stored procedure enabled to change 5 -- table structure : add virtual column for JSON fields, 6 -- helpful for Analytics => you directly have the existing 7 -- JSON fields listed as columns! 8 create search index s_idx on orders(j) for json 9 parameters( 'dataguide on change add_vc' ); 10 11 select * from orders; 12 Results: J J$address J$firstName {   "firstName": "Bob",   "address": "Paris" } Paris Bob sql 1 insert into orders(j) values ( 2 json { 'firstName' : 'Bob' , 'address' : 'Paris' , 'vat' : false } 3 ); 4 commit ; 5 6 select * from orders; 7 Results: J J$address J$firstName J$vat {   "firstName": "Bob",   "address": "Paris" } Paris Bob null {   "firstName": "Bob",   "address": "Paris",   "vat": false } Paris Bob false sql 1 2 insert into orders(j) values ( 3 json { 'firstName' : 'Bob' , 'address' : 'Paris' , 'vat' : false , 'tableEvolve' : true } 4 ); 5 commit ; 6 7 select * from orders; 8 Results: J J$address J$firstName J$vat J$tableEvolve {   "firstName": "Bob",   "address": "Paris" } Paris Bob null null {   "firstName": "Bob",   "address": "Paris",   "vat": false } Paris Bob false null {   "firstName": "Bob",   "address": "Paris",   "vat": false,   "tableEvolve": true } Paris Bob false true The trigger executes asynchronously, hence not delaying DML response times, however, because of it being asynchronous, it may take a second before you will see the new virtual column. Conclusion We have shown lots of features inside the Oracle Database 23ai which provide powerful capabilities to have JSON data coexist with relational data, and JSON schema clearly strengthens this even more. But this is only the beginning and as you discover more and more features that work the same way regardless of the data model, or that allow going back and forth from one model to another, you'll understand the true value of a converged database which has one goal: removing barriers, simplifying architecture and making developers more productive! Learn more: Oracle Database 23ai DBMS_JSON_SCHEMA PL/SQL package Oracle Database 23ai JSON Developer Guide Getting started with Oracle Database 23ai Oracle Database 23ai JSON Feature Highlights Open Collective Code of Conduct Slack X LinkedIn Youtube GitHub Copyright © 2026 JSON Schema.  All rights reserved.
2026-01-13T09:30:30
https://mastodon.top/@frankel
Nicolas Fränkel 🇪🇺🇺🇦🇬🇪 (@frankel@mastodon.top) - Mastodon.top Pour utiliser Mastodon, veuillez activer JavaScript. Sinon, essayez l’une des applications natives pour Mastodon pour votre plate-forme.
2026-01-13T09:30:30
https://www.php.net/manual/en/zip.requirements.php
PHP: Requirements - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Installation » « Installing/Configuring PHP Manual Function Reference Compression and Archive Extensions Zip Installing/Configuring Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Requirements This extension requires » libzip . Version 1.1.2 was bundled in PHP until version 7.3. Minimal supported version is 0.11, but higher is highly recommended. Version 1.2 required for encryption support, see ZipArchive::setEncryptionIndex() Version 1.3 required for progress support, see ZipArchive::registerProgressCallback() Version 1.6 required for cancel support, see ZipArchive::registerCancelCallback() Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes There are no user contributed notes for this page. Installing/Configuring Requirements Installation Resource Types Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/it/zip.installation.php
PHP: Installazione - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Tipi di risorse » « Requisiti Manuale PHP Guida Funzioni Estensioni di compressione Zip Installazione/Configurazione Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Installazione PHP 5.2.0 e successivi Sistemi Linux Per utilizzare queste funzioni, si deve compilare PHP con il supporto a zip utilizzando l'opzione di configurazione --enable-zip . In PHP 5.6.0 è stata aggiunta l'opzione di configurazione --with-libzip=DIR per utilizzare un'installazione libzip di sistema. È richiesta la versione 0.11 di libzip, con 0.11.2 o successive raccomandate. Windows Per utilizzare queste funzioni, gli utenti Windows dovranno abilitare php_zip.dll all'interno del php.ini . Installazione tramite PECL Informazioni per l'installazione di questa estensione PECL possono essere trovate nel capitolo del manuale intitolato Installazione delle estensioni PECL . Informazioni aggiuntive come nuove release, download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere trovate qui: » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note Installazione/Configurazione Requisiti Installazione Tipi di risorse Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/zh/zip.installation.php
PHP: 安装 - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box 资源类型 » « 需求 PHP 手册 函数参考 压缩与归档扩展 Zip 安装/配置 切换语言: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other 安装 Linux 系统 必须在编译 PHP 时用 --with-zip 配置选项来提供 zip 支持来使用这些方法。 PHP 7.4.0 之前,PHP 捆绑了 libzip,编译扩展需要使用 --enable-zip 配置项。从 PHP 7.3.0 开始, 不鼓励使用捆绑的 libzip 进行构建,但仍然可以使用 --without-libzip 配置项。 新增 --with-libzip=DIR 配置选项以使用系统 libzip 安装。需要 libzip 版本 0.11,推荐使用 0.11.2 或更高版本。 Windows 从 PHP 8.2.0 开始,必须在 php.ini 中 启用 php_zip.dll DLL。以前内置此扩展。 通过 PECL 安装 安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装 章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/zip . 发现了问题? 了解如何改进此页面 • 提交拉取请求 • 报告一个错误 + 添加备注 用户贡献的备注 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + 添加备注 安装/配置 需求 安装 资源类型 Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/en/zip.resources.php
PHP: Resource Types - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Predefined Constants » « Installation PHP Manual Function Reference Compression and Archive Extensions Zip Installing/Configuring Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Resource Types There are two resource types used in the Zip module. The first one is the Zip directory for the Zip archive, the second Zip Entry for the archive entries. Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes There are no user contributed notes for this page. Installing/Configuring Requirements Installation Resource Types Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/uk/zip.installation.php
PHP: Встановлення - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Типи ресурсів » « Вимоги Посібник з PHP Довідник функцій Розширення для архівації та стиснення Zip Встановлення/налаштування Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Встановлення Linux systems In order to use these functions PHP must be compiled with ZIP support by using the --with-zip configure option. Prior to PHP 7.4.0, libzip was bundled with PHP, and to compile the extension one needed to use the --enable-zip configure option. Building against the bundled libzip was discouraged as of PHP 7.3.0, but still possible by using the --without-libzip configure option. A --with-libzip=DIR configure option has been added to use a system libzip installation. libzip version 0.11 is required, with 0.11.2 or later recommended. Windows As of PHP 8.2.0, php_zip.dll DLL must be enabled in php.ini . Previously, this extension was built-in. Installation via PECL Інструкція щодо встановлення цього PECL-розширення є в розділі посібника Встановлення PECL-розширень . Більше інформації, як от нові випуски, файли для завантаження, файли з початковим кодом, інформація для дописувачів та список змін знаходиться тут: » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note Встановлення/налаштування Вимоги Встановлення Типи ресурсів Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://hackmd.io/s/terms/?utm_source=blog&utm_medium=footer
Terms of Service - HackMD Terms of Service === By approving these Terms of Service ("Terms of Service") or, alternatively, by (i) using the HackMD website, (ii) using any HackMD tool, service, or platform, including but not limited to, HackMD-it browser extension, HackMD VSCode extension, and HackMD Hub GitHub App, or (iii) subscribing to any HackMD free or paid subscriptions or plans, the customer ("Customer" or "You") agree to be bound by the Terms of Service of HackMD, Inc. ("HackMD" or "We") set forth herein. If the Customer enters into this Terms of Service on behalf of a company or other legal entity, it represents that it has the authority to bind such entity and all users who access the HackMD Service through the Customer's account ("Users"). If the Customer does not have such authority, or if it does not agree with the Terms of Service, it must not accept this Terms of Service and shall not use the HackMD Service. [Privacy Policy](/s/privacy) – How we maintain and protect your personal information in HackMD. Although we may attempt to notify you via email when major changes are made, you should visit this page periodically to review the terms. HackMD may, in its sole discretion, modify or revise these terms and conditions, Terms of Service, and policies at any time, with or without the notice, and you agree to be bound by such modifications or revisions. If you do not accept and abide by this Agreement, you shall not use HackMD Service. Nothing in this Terms of Service shall be deemed to confer any third party rights or benefits. 1. Description of Service. HackMD serves as a real-time collaborative workplace environment, including but not limited to, HackMD website, HackMD browser extensions, HackMD desktop clients, HackMD VSCode extension, HackMD Hub GitHub app, HackMD collaborative platform, and any feature or service provided by HackMD under the free or paid subscriptions or plans (each, a "Service"). You understand and agree that the Service is provided on an AS IS and AS AVAILABLE basis. HackMD disclaims all responsibility and liability for the availability, timeliness, security or reliability of the Service. HackMD also reserves the right to modify, suspend or discontinue the Service with or without notice at any time and without any liability to you. Further limitations of liability and responsibility are detailed in Section 10 and 20 of this Terms of Service. 2. Third Party Product or Service. Our Service may integrate with third party applications or software that complement Customer's use of the Service (each, a "Third Party Product"), including but not limited to, internet browsers, GitHub development platform, payment service providers, data analytic applications, and third-party computing and storage providers. You may refer to HackMD's Private Policy for Third Party Product List in detail. THESE ARE NOT OUR SERVICES, SO WE DO NOT WARRANT OR SUPPORT THESE THIRD PARTY PRODUCTS. You acknowledge and agree that HackMD shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such Third Party Products. We strongly advise you to read the terms and conditions and privacy policies of any Third Party Products that you interact with. If a Third Party Product is integrated for Customer's use of our Service, please be mindful of certain Customer's data that will be shared with the third party provider and the purposes for which the provider requires access. You may check our Private Policy for data sharing detail. We will not be responsible for any use, disclosure, modification or deletion of Customer's data that is transmitted to, or accessed by, a Third Party Product. 3. Use of Service. You must comply with the Terms of Service and ensure that all users under your account comply with the Terms of Service. We may review conduct for compliance purposes, but we have no obligation to do so. We aren't responsible for the content of any Customer's data or the way Customer or its account users choose to use the Services to store or process any Customer's data. The Services are not intended for and should not be used by anyone under the age of 13. You must ensure that all your account users are over 13 years old. Customer is solely responsible for providing high speed internet service for itself to access and use the Services. Customer must provide current, accurate identification, contact, and other information that may be required as part of the registration process and/or continued use of the Service. Customer is responsible for maintaining the confidentiality of Customer's Service password and account, and is responsible for all activities that occur thereunder. 4. Proper Use. You agree that you are responsible for your own communications and for any consequences thereof. Your use of the Service is subject to your acceptance of and compliance with the agreement, order form ("Order Form"), the Terms of Service, or such other URL or policies as HackMD may provide from time to time. You agree that you will use the Service in compliance with all applicable local, state, national, and international laws, rules and regulations, including any laws regarding the transmission of technical data exported from your country of residence. You shall not, shall not agree to, and shall not authorize or encourage any third party to: (i) use the Service to upload, transmit or otherwise distribute any content that is unlawful, defamatory, harassing, abusive, fraudulent, obscene, contains viruses, or is otherwise objectionable as reasonably determined by HackMD; (ii) upload, transmit or otherwise distribute content that infringes upon another party's intellectual property rights or other proprietary, contractual or fiduciary rights or obligations; (iii) prevent others from using the Service; or (iv) use the Service for any fraudulent or inappropriate purpose. Violation of any of the foregoing may result in immediate termination of the use of Service and the Terms of Service, and may subject you to penalties and other legal consequences. HackMD reserves the right, but shall have no obligation, to investigate your use of the Service in order to determine whether a violation of the Terms of Service has occurred or to comply with any applicable law, regulation, legal process or governmental request. HackMD reserves the right to refuse service to anyone at any time without notice for any reason. 5. Content of the Service. Any content, including but not limited to any opinions, comments, standpoints, or political views expressed in your account do not represent the views of HackMD. You alone are responsible for your content. You assume all risks associated with your content, including anyone's reliance on its quality, accuracy, or reliability, and any risk associated with information you disclose. You represent that you own or have the necessary permissions to use and authorize the use of your content as described herein. You shall not imply that your content is in any way sponsored or endorsed by HackMD. HackMD takes no responsibility for your or any third party content (including, without limitation, any viruses or other disabling features), nor does HackMD have any obligation to monitor such your or third party content. HackMD reserves the right at all times to remove or refuse to distribute any content on the Service, such as content which violates the Terms of Service. HackMD also reserves the right to access, read, preserve, and disclose any information as it reasonably believes is necessary to (a) satisfy any applicable law, regulation, legal process or governmental request, (e.g. the Digital Millennium Copyright Act or General Data Protection Regulation compliance) (b) enforce this Terms of Service, including investigation of potential violations hereof, \(c\) detect, prevent, or otherwise address fraud, security or technical issues, (d) respond to user support requests, or (e) protect the rights, property or safety of HackMD, its users and the public. HackMD will not be responsible or liable for the exercise or non-exercise of its rights under this Terms of Service. 6. Security. The protection of Customer's data is a top priority for us so we will maintain administrative, physical, and technical safeguards with commercially reasonable effort. Those safeguards will include measures for preventing unauthorized access, use, modification, deletion and disclosure of Customer's data by our personnel or third party service provider. Before sharing Customer's data with any of our third party service providers, we will ensure that the third party maintains, at a minimum, reasonable data practices for maintaining the confidentiality and security of Customer data and preventing unauthorized access. Customer (not us) bears sole responsibility for adequate security, protection and backup of Customer's data when in Customer's or its representatives' or agents' possession or control. We are not responsible for what Customer and its account users, third party service provider, or Third Party Products do with Customer's data. That is your responsibility. 7. Your Intellectual Property Rights. HackMD does not claim any ownership in any of the content that you create, upload, transmit or store in your HackMD account. Unless otherwise expressly agreed by both parties in a separate terms and conditions, Customer (for itself and all of its account users) grants us a worldwide, non-exclusive, limited term license to access, use, process, copy, distribute, perform, export and display Customer's content , and any Third Party Products created by or for Customer, only as reasonably necessary (a) to provide, maintain and update the Services; (b) to prevent or address service, security, support or technical issues; or \(c\) as required by law or as permitted by any policy published by HackMD. Customer represents and warrants that it has secured all rights in and to Customer's data from its Users as may be necessary to grant this license. 8. Copyright. We respect the intellectual property rights of others. It is our policy to respond to any claim that content posted on the Service infringes on the copyright or other intellectual property rights ("Infringement") of any person or entity. It is our policy, in appropriate circumstances and at our discretion, to disable or terminate the accounts of users who repeatedly Infringe copyrights or intellectual property rights of others. If you are a copyright owner, or authorized on behalf of one, and you believe that any content, materials or works uploaded, downloaded or appearing on the Service have been copied in a way that constitutes copyright infringement, you may submit a notification pursuant to the Digital Millennium Copyright Act (DMCA) by providing us with the following information in writing (see 17 U.S.C 512\(c\)(3) for further detail): (i) an electronic or physical signature of the person authorized to act on behalf of the owner of the copyright's interest; (ii) a description of the copyrighted work that you claim has been infringed; (iii) identification of the allegedly infringing material on the Service, including URL or other specific location on the Service where the material that you claim is infringing is located; (iv) your address, telephone number, and email address; (v) a statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law; (vi) a statement by you, made under penalty of perjury, that the above information in your notice is accurate and that you are the copyright owner or authorized to act on the copyright owner's behalf. Such notices of copyright infringement should be sent via email to support@hackmd.io. 9. Intellectual Property Rights. HackMD's Intellectual Property Rights. You acknowledge and agree that HackMD owns all right, title and interest in and to the Service, including without limitation any and all intellectual property rights (the "HackMD Rights"), and such HackMD Rights are protected by international intellectual property laws. Accordingly, you agree that you will not copy, reproduce, alter, modify, or create derivative works from the Service. You also agree that you will not use any robot, spider, crawler, other automated device, or manual process to monitor or copy any content from the Service. The HackMD Rights include rights to (i) the Service developed and provided by HackMD; and (ii) all software, website, interface, and source codes associated with the Service. 10. Representations and Warranties. You represent and warrant that (a) all of the information provided by you to HackMD to participate in the Services is correct and current; and (b) you have all necessary right, power and authority to enter into this Terms of Service and to perform the acts required of you hereunder. You further represent and warrant that you are responsible for the conduct of your account users and their compliance with the terms of this Terms of Service and all Policies published by HackMD from time to time. EXCEPT AS EXPRESSLY PROVIDED FOR HEREIN, THE SERVICE AND ALL RELATED COMPONENTS AND INFORMATION PROVIDED BY HACKMD ARE PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS WITHOUT ANY WARRANTIES OF ANY KIND, AND WE EXPRESSLY DISCLAIM ANY AND ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, TITLE, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. CUSTOMER ACKNOWLEDGES AND AGREES THAT WE DO NOT WARRANT THAT THE SERVICE WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE. 11. Privacy. As a condition to using the Service, you agree to the terms of the HackMD Privacy Policy as it may be updated from time to time. HackMD understands that privacy is important to you. You do, however, agree that HackMD may monitor, edit or disclose your personal information, if required to do so in order to comply with any valid legal process or governmental request (such as a search warrant, subpoena, statute, or court order), or as otherwise provided in the Terms of Service and the HackMD Privacy Policy. 12. Service Term. Unless specified at the Service interface "check-out" and in the Order Form(s), a free plan continues until terminated, while a paid subscription has a term that may expire or be terminated. The Service remains effective until all subscriptions ordered under the Service Term have expired or been terminated under the Terms of Service. Termination of the Service will terminate all subscriptions, plans and all Order Forms. 13. Auto-Renewal. Unless specified at the Service interface "check-out" and in the Order Form(s), (a) all paid subscriptions or plans automatically renew (without the need to go through the Services interface "check-out" or execute a renewal Order Form) for additional periods equal to one (1) year or the preceding term, whichever is shorter; and (b) unless notified by HackMD at least thirty (30) days before the end of a subscription term, the per-unit pricing during any automatic renewal term will remain the same as it was during the immediately prior term. 14. Account Inactivity. For all free subscriptions or plans, after a period of inactivity, whereby a user fails to login to an account for a period of six months, HackMD reserves the right to disable or terminate the account and Service. If an account has been deactivated for inactivity, the username and URLs associated with that account may be given to another user without notice to you or such other party. 15. Termination for Cause. We or Customer may terminate the Service on notice to the other party if the other party materially breaches the Terms of Service , Order Forms, or any Policy published by HackMD (e.g. Customer fails to pay in time). Customer is responsible for its account users, including for any breaches of this Terms of Service caused by its account users. We may terminate the Service immediately on notice to Customer if we reasonably believe that the Services are being used by Customer or its account users in violation of applicable law. Upon any termination for cause by HackMD, Customer will pay any unpaid fees covering the remainder of the term of those subscriptions after the effective date of termination. In no event will any termination relieve Customer of the obligation to pay any fees payable to us for the period prior to the effective date of termination. Upon any termination for cause by Customer, we will refund Customer any prepaid fees, if any, covering the remainder of the term of all paid subscriptions after the effective date of termination. 16. Termination without Cause (Free Plan). Customer may terminate its free subscriptions or plans by providing notice to HackMD at support@hackmd.io without cause; provided, however, that a terminated account may continue to exist for up to 60 business days before such termination takes effect. We may at any time and for any reason terminate Customer's free plan or subscription, or suspend or terminate Customer's free account. 17. Termination without Cause (Paid Subscription). Paid Subscription is non-cancelable without cause. During the term of Service set forth in the Order Form(s), Customer may not terminate its paid subscriptions or plans unless otherwise agreed and approved by HackMD in advance. 18. Payment Obligations. For Customer that purchases our Service under the paid subscription plans, fees are specified at the Service interface "check-out" and in the Order Form(s) — and must be paid in advance. Payment obligations are non-cancelable and, except as expressly stated by HackMD, fees paid are non-refundable. For clarity, in the event Customer downgrades any subscriptions from a paid plan to a free plan, Customer will remain responsible for any unpaid fees under the paid plan, and Services under the paid plan will be deemed fully performed and delivered upon expiration of the initial paid plan subscription term. Please contact HackMD for more information about payment options. In the event we agree to invoice Customer by email, full payment must be received within thirty (30) days from the invoice date. Fees are stated exclusive of any taxes, levies, duties, or similar governmental assessments of any nature, including, for example, value-added, sales, use or withholding taxes, assessable by any jurisdiction (collectively, "Taxes"). Customer will be responsible for paying all Taxes associated with its purchases, except for those taxes based on our net income. Should any payment for the Services be subject to withholding tax by any government, Customer will reimburse us for such withholding tax. 19. Termination Process. In the event of termination, your account will be disabled and you may not be granted access to your account or any files or other content contained in your account although residual copies of information may remain in our system. Except as set forth above or unless HackMD has previously canceled or terminated your use of the Services (in which case subsequent notice by HackMD shall not be required), HackMD will notify you via email of any such termination or cancellation, which shall be effective immediately upon HackMD's delivery of such notice. Sections 2-11, and 18 – 30 of the Terms of Service shall survive expiration or termination. 20. Limitation of Liability. OTHER THAN IN CONNECTION WITH A PARTY'S INDEMNIFICATION OBLIGATIONS HEREUNDER, IN NO EVENT WILL EITHER CUSTOMER'S OR HACKMD'S AGGREGATE LIABILITY ARISING OUT OF OR RELATED TO THE SERVICE OR THE TERMS OF SERVICE (WHETHER IN CONTRACT OR TORT OR UNDER ANY OTHER THEORY OF LIABILITY) EXCEED THE TOTAL AMOUNT PAID BY CUSTOMER HEREUNDER IN THE TWELVE (12) MONTHS PRECEDING THE LAST EVENT GIVING RISE TO LIABILITY. THE FOREGOING WILL NOT LIMIT CUSTOMER'S PAYMENT OBLIGATIONS UNDER THE "PAYMENT OBLIGATION" SECTION ABOVE. IN NO EVENT WILL EITHER CUSTOMER OR ANY MEMBER OF HACKMD HAVE ANY LIABILITY TO THE OTHER PARTY OR TO ANY THIRD PARTY FOR ANY LOST PROFITS OR REVENUES OR FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, COVER OR PUNITIVE DAMAGES HOWEVER CAUSED, WHETHER IN CONTRACT, TORT OR UNDER ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT THE PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE FOREGOING DISCLAIMER WILL NOT APPLY TO THE EXTENT PROHIBITED BY APPLICABLE LAW. Customer is responsible for all login credentials, including usernames and passwords, for administrator accounts as well the accounts of its users. HackMD will not be responsible for any damages, losses or liability to Customer, its account users, or anyone else, if such information is not kept confidential by Customer or its account users, or if such information is correctly provided by an unauthorized third party logging into and accessing the Services. The limitations under this "Limitation of Liability" section apply with respect to all legal theories, whether in contract, tort or otherwise, and to the extent permitted by law. The provisions of this "Limitation of Liability" section allocate the risks under this Terms of Service between the parties, and the parties have relied on these limitations in determining whether to enter into the Service and the pricing for the Services. 21. Indemnification. Customer will defend HackMD and any members of HackMD (collectively, the "Indemnified Parties") from and against any and all third party claims, actions, suits, proceedings, and demands arising from or related to Customer's or any of its account users' use of the Service, or Customer's or any of its account users' violation of the Terms of Service (a "Claim Against Us"), and will indemnify the Indemnified Parties for all reasonable attorney's fees incurred and damages and other costs finally awarded against a Indemnified Party in connection with or as a result of, and for amounts paid by a Indemnified Party under a settlement Customer approves of in connection with, a Claim Against Us. We will provide Customer with prompt written notice of any Claim Against Us and allow Customer the right to assume the exclusive defense and control, and cooperate with any reasonable requests assisting Customer's defense and settlement of such matter. 22. Confidentiality. Each party ("Disclosing Party") may disclose "Confidential Information" to the other party ("Receiving Party") in connection with the Contract, which is anything that reasonably should be understood to be confidential given the nature of the information and the circumstances of disclosure including all Order Forms, as well as non-public business, product, technology and marketing information. Confidential Information of Customer includes Customer's data stored in HackMD. If something is labeled "Confidential," that's a clear indicator to the Receiving Party that the material is confidential. Notwithstanding the above, Confidential Information does not include information that (a) is or becomes generally available to the public without breach of any obligation owed to the Disclosing Party; (b) was known to the Receiving Party prior to its disclosure by the Disclosing Party without breach of any obligation owed to the Disclosing Party; \(c\) is received from a third party without breach of any obligation owed to the Disclosing Party; (d) was independently developed by the Receiving Party; or (e) is required by law. The Receiving Party will (a) take at least reasonable measures to prevent the unauthorized disclosure or use of Confidential Information, and limit access to those employees, affiliates and contractors who need to know such information in connection with the Terms of Service; and (b) not use or disclose any Confidential Information of the Disclosing Party for any purpose outside the scope of this Terms of Service. Nothing above will prevent either party from sharing Confidential Information with financial and legal advisors; provided, however, that the advisors are bound to confidentiality obligations at least as restrictive as those in the Terms of Service. 23. Publicity. Customer grants us the right to use Customer's company name and logo as a reference for marketing or promotional purposes on our website and in other public or private communications with our existing or potential customers, subject to Customer's standard trademark usage guidelines as may provide to us from time-to-time. We don't want to list customers who don't want to be listed, so Customer may send us an email to support@hackmd.io stating that it does not wish to be used as a reference. 24. Force Majeure. Neither us nor Customer will be liable by reason of any failure or delay in the performance of its obligations on account of events beyond the reasonable control of a party, which may include denial-of-service attacks, a failure by a third party hosting provider or utility provider, strikes, shortages, riots, fires, acts of God, war, terrorism, and governmental action. 25. No Third Party Beneficiaries. The parties are independent contractors. The Terms of Service does not create a partnership, franchise, joint venture, agency, fiduciary, or employment relationship between the parties. There are no third party beneficiaries to the Service and Term of Service. 26. Notice. Except as otherwise set forth herein, all notices under the Terms of Service will be by email, although we may instead choose to provide notice to Customer through the Service platform. Notices will be deemed to have been duly given (a) the day after it is sent to Customer, in the case of notices through email; and (b) the same day, in the case of notices through the Service platform. 27. Waiver. No failure or delay by either party in exercising any right under the Terms of Service will constitute a waiver of that right. No waiver under the Terms of Service will be effective unless made in writing and signed by an authorized representative of the party being deemed to have granted the waiver. 28. Severability. The Terms of Service will be enforced to the fullest extent permitted under applicable law. If any provision of the Terms of Service is held by a court of competent jurisdiction to be contrary to law, the provision will be modified by the court and interpreted so as best to accomplish the objectives of the original provision to the fullest extent permitted by law, and the remaining provisions of the Terms of Service will remain in effect. 29. Assignment. Neither party may assign or delegate any of its rights or obligations hereunder, whether by operation of law or otherwise, without the prior written consent of the other party (not to be unreasonably withheld). Notwithstanding the foregoing, either party may assign the Terms of Service in its entirety (including all Order Forms), without consent of the other party, to a corporate affiliate or in connection with a merger, acquisition, corporate reorganization, or sale of all or substantially all of its assets. Customer will keep its billing and contact information current at all times by notifying HackMD of any changes. Any purported assignment in violation of this section is void. A party's sole remedy for any purported assignment by the other party in breach of this section will be, at the non-assigning party's election, termination of the Service and this Terms of Service upon written notice to the assigning party. Subject to the foregoing, the Terms of Service will bind and inure to the benefit of the parties, their respective successors and permitted assigns. 30. Choice of Law; Jurisdiction. The Terms of Service are governed by and construed in accordance with the laws of State of Delaware, United States, without regard to choice or conflicts of law principles. The Terms of Service will specifically not be governed by the United Nations Conventions on Contracts for the International Sale of Goods, if otherwise applicable. The courts located in New Castle, Delaware will have exclusive jurisdiction to adjudicate any dispute arising out of or relating to Service and Terms of Service or its formation, interpretation or enforcement. Each party hereby consents and submits to the exclusive jurisdiction of such courts. In any action or proceeding to enforce rights under the Terms of Service, the prevailing party will be entitled to recover its reasonable costs and attorney's fees. 31. Entire Agreement. The Terms of Service, including these Customer Terms and all referenced webpages and Order Forms, if applicable, constitutes the entire agreement between the parties and supersedes all prior and contemporaneous agreements, proposals or representations, written or oral, concerning its subject matter. Without limiting the foregoing, the Terms of Service supersedes the terms of any online agreement electronically accepted by Customer or any Customer's users. However, to the extent of any conflict or inconsistency between the provisions in the Terms of Service and any other documents or pages referenced in these Customer Terms, the following order of precedence will apply: (1) the Terms of Service, (2) the terms of any Order Form (if any), (3) the portions of the Customer-Specific Supplement that apply to Customer (if any), and (4) finally any other documents or pages referenced in the Terms of Service and agreed by HackMD and Customer. Notwithstanding any language to the contrary therein, no terms or conditions stated in a Customer purchase order, vendor onboarding process or web portal, or any other Customer order documentation (excluding Order Forms) will be incorporated into or form any part of the Terms of Service, and all such terms or conditions will be null and void. Effective: October 15, 2019. × Sign in Email Password Forgot password or By clicking below, you agree to our terms of service . Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet Wallet ( ) Connect another wallet New to HackMD? Sign up
2026-01-13T09:30:30
https://packagist.org/packages/symfony/dependency-injection
symfony/dependency-injection - Packagist.org Toggle navigation Packagist.org The PHP Package Repository Browse Submit Create account Sign in Remember me Use Github Log in No account yet? Create one now! Search by symfony / dependency-injection Allows you to standardize and centralize the way objects are constructed in your application Maintainers Details github.com/symfony/dependency-injection Homepage Source Fund package maintenance! fabpot nicolas-grekas symfony.com/sponsor Tidelift Installs : 413 709 164 Dependents : 7 590 Suggesters : 75 Security : 2 Stars : 4 167 Watchers : 14 Forks : 92 pkg:composer/symfony/dependency-injection v8.0.3 2025-12-23 14:52 UTC Requires php: >=8.4 psr/container : ^1.1|^2.0 symfony/deprecation-contracts : ^2.5|^3 symfony/service-contracts : ^3.6 symfony/var-exporter : ^7.4|^8.0 Requires (Dev) symfony/config : ^7.4|^8.0 symfony/expression-language : ^7.4|^8.0 symfony/yaml : ^7.4|^8.0 Suggests None Provides psr/container-implementation : 1.1|2.0 symfony/service-implementation : 1.1|2.0|3.0 Conflicts ext-psr: <1.1|>=2 Replaces None MIT 8db0d4c1dd4c533a29210c68074999ba45ad6d3e Fabien Potencier <fabien .woop @symfony.com> Symfony Community 8.1.x-dev 8.0.x-dev v8.0.3 v8.0.2 v8.0.1 v8.0.0 v8.0.0-RC3 v8.0.0-RC2 v8.0.0-RC1 v8.0.0-BETA2 v8.0.0-BETA1 7.4.x-dev v7.4.3 v7.4.2 v7.4.1 v7.4.0 v7.4.0-RC3 v7.4.0-RC2 v7.4.0-RC1 v7.4.0-BETA2 v7.4.0-BETA1 7.3.x-dev v7.3.9 v7.3.8 v7.3.6 v7.3.4 v7.3.3 v7.3.2 v7.3.1 v7.3.0 v7.3.0-RC1 v7.3.0-BETA2 v7.3.0-BETA1 7.2.x-dev v7.2.9 v7.2.8 v7.2.7 v7.2.6 v7.2.5 v7.2.4 v7.2.3 v7.2.0 v7.2.0-RC1 v7.2.0-BETA2 v7.2.0-BETA1 7.1.x-dev v7.1.11 v7.1.9 v7.1.8 v7.1.6 v7.1.5 v7.1.4 v7.1.3 v7.1.2 v7.1.1 v7.1.0 v7.1.0-RC1 v7.1.0-BETA1 7.0.x-dev v7.0.10 v7.0.9 v7.0.8 v7.0.7 v7.0.6 v7.0.4 v7.0.3 v7.0.2 v7.0.1 v7.0.0 v7.0.0-RC1 v7.0.0-BETA3 v7.0.0-BETA2 v7.0.0-BETA1 6.4.x-dev v6.4.31 v6.4.30 v6.4.26 v6.4.25 v6.4.24 v6.4.23 v6.4.22 v6.4.20 v6.4.19 v6.4.16 v6.4.15 v6.4.13 v6.4.12 v6.4.11 v6.4.10 v6.4.9 v6.4.8 v6.4.7 v6.4.6 v6.4.4 v6.4.3 v6.4.2 v6.4.1 v6.4.0 v6.4.0-RC1 v6.4.0-BETA3 v6.4.0-BETA2 v6.4.0-BETA1 6.3.x-dev v6.3.12 v6.3.11 v6.3.10 v6.3.8 v6.3.5 v6.3.4 v6.3.2 v6.3.1 v6.3.0 v6.3.0-RC2 v6.3.0-RC1 v6.3.0-BETA3 v6.3.0-BETA2 v6.3.0-BETA1 6.2.x-dev v6.2.13 v6.2.12 v6.2.11 v6.2.10 v6.2.8 v6.2.7 v6.2.6 v6.2.5 v6.2.3 v6.2.2 v6.2.1 v6.2.0 v6.2.0-RC1 v6.2.0-BETA3 v6.2.0-BETA1 6.1.x-dev v6.1.12 v6.1.11 v6.1.9 v6.1.8 v6.1.5 v6.1.3 v6.1.2 v6.1.0 v6.1.0-RC1 v6.1.0-BETA2 v6.1.0-BETA1 6.0.x-dev v6.0.20 v6.0.19 v6.0.17 v6.0.16 v6.0.13 v6.0.11 v6.0.10 v6.0.9 v6.0.8 v6.0.7 v6.0.6 v6.0.5 v6.0.3 v6.0.2 v6.0.1 v6.0.0 v6.0.0-RC1 v6.0.0-BETA3 v6.0.0-BETA2 v6.0.0-BETA1 5.4.x-dev v5.4.48 v5.4.45 v5.4.44 v5.4.43 v5.4.42 v5.4.40 v5.4.39 v5.4.38 v5.4.36 v5.4.35 v5.4.34 v5.4.33 v5.4.32 v5.4.31 v5.4.29 v5.4.28 v5.4.26 v5.4.25 v5.4.24 v5.4.23 v5.4.22 v5.4.21 v5.4.20 v5.4.19 v5.4.17 v5.4.16 v5.4.13 v5.4.11 v5.4.10 v5.4.9 v5.4.8 v5.4.7 v5.4.6 v5.4.5 v5.4.3 v5.4.2 v5.4.1 v5.4.0 v5.4.0-RC1 v5.4.0-BETA3 v5.4.0-BETA2 v5.4.0-BETA1 5.3.x-dev v5.3.14 v5.3.13 v5.3.11 v5.3.10 v5.3.8 v5.3.7 v5.3.4 v5.3.3 v5.3.2 v5.3.0 v5.3.0-RC1 v5.3.0-BETA4 v5.3.0-BETA3 v5.3.0-BETA2 v5.3.0-BETA1 5.2.x-dev v5.2.12 v5.2.11 v5.2.10 v5.2.9 v5.2.8 v5.2.7 v5.2.6 v5.2.5 v5.2.4 v5.2.3 v5.2.2 v5.2.1 v5.2.0 v5.2.0-RC2 v5.2.0-RC1 v5.2.0-BETA3 v5.2.0-BETA2 v5.2.0-BETA1 5.1.x-dev v5.1.11 v5.1.10 v5.1.9 v5.1.8 v5.1.7 v5.1.6 v5.1.5 v5.1.4 v5.1.3 v5.1.2 v5.1.1 v5.1.0 v5.1.0-RC2 v5.1.0-RC1 v5.1.0-BETA1 5.0.x-dev v5.0.11 v5.0.10 v5.0.9 v5.0.8 v5.0.7 v5.0.6 v5.0.5 v5.0.4 v5.0.3 v5.0.2 v5.0.1 v5.0.0 v5.0.0-RC1 v5.0.0-BETA2 v5.0.0-BETA1 4.4.x-dev v4.4.49 v4.4.44 v4.4.43 v4.4.42 v4.4.41 v4.4.40 v4.4.39 v4.4.38 v4.4.37 v4.4.36 v4.4.34 v4.4.33 v4.4.31 v4.4.27 v4.4.26 v4.4.25 v4.4.24 v4.4.23 v4.4.22 v4.4.21 v4.4.20 v4.4.19 v4.4.18 v4.4.17 v4.4.16 v4.4.15 v4.4.14 v4.4.13 v4.4.12 v4.4.11 v4.4.10 v4.4.9 v4.4.8 v4.4.7 v4.4.6 v4.4.5 v4.4.4 v4.4.3 v4.4.2 v4.4.1 v4.4.0 v4.4.0-RC1 v4.4.0-BETA2 v4.4.0-BETA1 4.3.x-dev v4.3.11 v4.3.10 v4.3.9 v4.3.8 v4.3.7 v4.3.6 v4.3.5 v4.3.4 v4.3.3 v4.3.2 v4.3.1 v4.3.0 v4.3.0-RC1 v4.3.0-BETA2 v4.3.0-BETA1 4.2.x-dev v4.2.12 v4.2.11 v4.2.10 v4.2.9 v4.2.8 v4.2.7 v4.2.6 v4.2.5 v4.2.4 v4.2.3 v4.2.2 v4.2.1 v4.2.0 v4.2.0-RC1 v4.2.0-BETA2 v4.2.0-BETA1 4.1.x-dev v4.1.12 v4.1.11 v4.1.10 v4.1.9 v4.1.8 v4.1.7 v4.1.6 v4.1.5 v4.1.4 v4.1.3 v4.1.2 v4.1.1 v4.1.0 v4.1.0-BETA3 v4.1.0-BETA2 v4.1.0-BETA1 4.0.x-dev v4.0.15 v4.0.14 v4.0.13 v4.0.12 v4.0.11 v4.0.10 v4.0.9 v4.0.8 v4.0.7 v4.0.6 v4.0.5 v4.0.4 v4.0.3 v4.0.2 v4.0.1 v4.0.0 v4.0.0-RC2 v4.0.0-RC1 v4.0.0-BETA4 v4.0.0-BETA3 v4.0.0-BETA2 v4.0.0-BETA1 3.4.x-dev v3.4.47 v3.4.46 v3.4.45 v3.4.44 v3.4.43 v3.4.42 v3.4.41 v3.4.40 v3.4.39 v3.4.38 v3.4.37 v3.4.36 v3.4.35 v3.4.34 v3.4.33 v3.4.32 v3.4.31 v3.4.30 v3.4.29 v3.4.28 v3.4.27 v3.4.26 v3.4.25 v3.4.24 v3.4.23 v3.4.22 v3.4.21 v3.4.20 v3.4.19 v3.4.18 v3.4.17 v3.4.16 v3.4.15 v3.4.14 v3.4.13 v3.4.12 v3.4.11 v3.4.10 v3.4.9 v3.4.8 v3.4.7 v3.4.6 v3.4.5 v3.4.4 v3.4.3 v3.4.2 v3.4.1 v3.4.0 v3.4.0-RC2 v3.4.0-RC1 v3.4.0-BETA4 v3.4.0-BETA3 v3.4.0-BETA2 v3.4.0-BETA1 3.3.x-dev v3.3.18 v3.3.17 v3.3.16 v3.3.15 v3.3.14 v3.3.13 v3.3.12 v3.3.11 v3.3.10 v3.3.9 v3.3.8 v3.3.7 v3.3.6 v3.3.5 v3.3.4 v3.3.3 v3.3.2 v3.3.1 v3.3.0 v3.3.0-RC1 v3.3.0-BETA1 3.2.x-dev v3.2.14 v3.2.13 v3.2.12 v3.2.11 v3.2.10 v3.2.9 v3.2.8 v3.2.7 v3.2.6 v3.2.5 v3.2.4 v3.2.3 v3.2.2 v3.2.1 v3.2.0 v3.2.0-RC2 v3.2.0-RC1 v3.2.0-BETA1 3.1.x-dev v3.1.10 v3.1.9 v3.1.8 v3.1.7 v3.1.6 v3.1.5 v3.1.4 v3.1.3 v3.1.2 v3.1.1 v3.1.0 v3.1.0-RC1 v3.1.0-BETA1 3.0.x-dev v3.0.9 v3.0.8 v3.0.7 v3.0.6 v3.0.5 v3.0.4 v3.0.3 v3.0.2 v3.0.1 v3.0.0 v3.0.0-BETA1 2.8.x-dev v2.8.52 v2.8.50 v2.8.49 v2.8.48 v2.8.47 v2.8.46 v2.8.45 v2.8.44 v2.8.43 v2.8.42 v2.8.41 v2.8.40 v2.8.39 v2.8.38 v2.8.37 v2.8.36 v2.8.35 v2.8.34 v2.8.33 v2.8.32 v2.8.31 v2.8.30 v2.8.29 v2.8.28 v2.8.27 v2.8.26 v2.8.25 v2.8.24 v2.8.23 v2.8.22 v2.8.21 v2.8.20 v2.8.19 v2.8.18 v2.8.17 v2.8.16 v2.8.15 v2.8.14 v2.8.13 v2.8.12 v2.8.11 v2.8.10 v2.8.9 v2.8.8 v2.8.7 v2.8.6 v2.8.5 v2.8.4 v2.8.3 v2.8.2 v2.8.1 v2.8.0 v2.8.0-BETA1 2.7.x-dev v2.7.51 v2.7.50 v2.7.49 v2.7.48 v2.7.47 v2.7.46 v2.7.45 v2.7.44 v2.7.43 v2.7.42 v2.7.41 v2.7.40 v2.7.39 v2.7.38 v2.7.37 v2.7.36 v2.7.35 v2.7.34 v2.7.33 v2.7.32 v2.7.31 v2.7.30 v2.7.29 v2.7.28 v2.7.27 v2.7.26 v2.7.25 v2.7.24 v2.7.23 v2.7.22 v2.7.21 v2.7.20 v2.7.19 v2.7.18 v2.7.17 v2.7.16 v2.7.15 v2.7.14 v2.7.13 v2.7.12 v2.7.11 v2.7.10 v2.7.9 v2.7.8 v2.7.7 v2.7.6 v2.7.5 v2.7.4 v2.7.3 v2.7.2 v2.7.1 v2.7.0 v2.7.0-BETA2 v2.7.0-BETA1 2.6.x-dev v2.6.13 v2.6.12 v2.6.11 v2.6.10 v2.6.9 v2.6.8 v2.6.7 v2.6.6 v2.6.5 v2.6.4 v2.6.3 v2.6.2 v2.6.1 v2.6.0 v2.6.0-BETA2 v2.6.0-BETA1 2.5.x-dev v2.5.12 v2.5.11 v2.5.10 v2.5.9 v2.5.8 v2.5.7 v2.5.6 v2.5.5 v2.5.4 v2.5.3 v2.5.2 v2.5.1 v2.5.0 v2.5.0-RC1 v2.5.0-BETA2 v2.5.0-BETA1 2.4.x-dev v2.4.10 v2.4.9 v2.4.8 v2.4.7 v2.4.6 v2.4.5 v2.4.4 v2.4.3 v2.4.2 v2.4.1 v2.4.0 v2.4.0-RC1 v2.4.0-BETA2 v2.4.0-BETA1 2.3.x-dev v2.3.42 v2.3.41 v2.3.40 v2.3.39 v2.3.38 v2.3.37 v2.3.36 v2.3.35 v2.3.34 v2.3.33 v2.3.32 v2.3.31 v2.3.30 v2.3.29 v2.3.28 v2.3.27 v2.3.26 v2.3.25 v2.3.24 v2.3.23 v2.3.22 v2.3.21 v2.3.20 v2.3.19 v2.3.18 v2.3.17 v2.3.16 v2.3.15 v2.3.14 v2.3.13 v2.3.12 v2.3.11 v2.3.10 v2.3.9 v2.3.8 v2.3.7 v2.3.6 v2.3.5 v2.3.4 v2.3.3 v2.3.2 v2.3.1 v2.3.0 2.2.x-dev v2.2.11 v2.2.10 v2.2.9 v2.2.8 v2.2.7 v2.2.6 v2.2.5 v2.2.4 v2.2.3 v2.2.2 v2.2.1 v2.2.0 2.1.x-dev v2.1.13 v2.1.12 v2.1.11 v2.1.10 v2.1.9 v2.1.8 v2.1.7 v2.1.6 v2.1.5 v2.1.4 v2.1.3 v2.1.2 v2.1.1 v2.1.0 2.0.x-dev v2.0.25 v2.0.24 v2.0.23 v2.0.22 v2.0.21 v2.0.20 v2.0.19 v2.0.16 v2.0.15 v2.0.14 v2.0.13 v2.0.12 v2.0.10 v2.0.9 2.0.7 2.0.6 2.0.5 2.0.4 This package is auto-updated. Last update: 2026-01-10 14:07:02 UTC README The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application. Resources Documentation Contributing Report issues and send Pull Requests in the main Symfony repository About Packagist.org Atom/RSS Feeds Statistics Browse Packages API Mirrors Status Dashboard provides maintenance and hosting provides bandwidth and CDN provides malware detection provides monitoring Sponsor Packagist.org & Composer
2026-01-13T09:30:30
https://www.php.net/manual/en/context.ssl.php
PHP: SSL context options - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Phar context options » « FTP context options PHP Manual Language Reference Context options and parameters Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other SSL context options SSL context options — SSL context option listing Description Context options for ssl:// and tls:// transports. Options peer_name string Peer name to be used. If this value is not set, then the name is guessed based on the hostname used when opening the stream. verify_peer bool Require verification of SSL certificate used. Defaults to true . verify_peer_name bool Require verification of peer name. Defaults to true . allow_self_signed bool Allow self-signed certificates. Requires verify_peer . Defaults to false cafile string Location of Certificate Authority file on local filesystem which should be used with the verify_peer context option to authenticate the identity of the remote peer. capath string If cafile is not specified or if the certificate is not found there, the directory pointed to by capath is searched for a suitable certificate. capath must be a correctly hashed certificate directory. local_cert string Path to local certificate file on filesystem. It must be a PEM encoded file which contains your certificate and private key. It can optionally contain the certificate chain of issuers. The private key also may be contained in a separate file specified by local_pk . local_pk string Path to local private key file on filesystem in case of separate files for certificate ( local_cert ) and private key. passphrase string Passphrase with which your local_cert file was encoded. verify_depth int Abort if the certificate chain is too deep. Defaults to no verification. ciphers string Sets the list of available ciphers. The format of the string is described in » ciphers(1) . Defaults to DEFAULT . capture_peer_cert bool If set to true a peer_certificate context option will be created containing the peer certificate. capture_peer_cert_chain bool If set to true a peer_certificate_chain context option will be created containing the certificate chain. SNI_enabled bool If set to true server name indication will be enabled. Enabling SNI allows multiple certificates on the same IP address. disable_compression bool If set, disable TLS compression. This can help mitigate the CRIME attack vector. peer_fingerprint string | array Aborts when the remote certificate digest doesn't match the specified hash. When a string is used, the length will determine which hashing algorithm is applied, either "md5" (32) or "sha1" (40). When an array is used, the keys indicate the hashing algorithm name and each corresponding value is the expected digest. security_level int Sets the security level. If not specified the library default security level is used. The security levels are described in » SSL_CTX_get_security_level(3) . Available as of PHP 7.2.0 and OpenSSL 1.1.0. Changelog Version Description 7.2.0 Added security_level . Requires OpenSSL >= 1.1.0. Notes Note : Because ssl:// is the underlying transport for the https:// and ftps:// wrappers, any context options which apply to ssl:// also apply to https:// and ftps:// . Note : For SNI (Server Name Indication) to be available, then PHP must be compiled with OpenSSL 0.9.8j or greater. Use the OPENSSL_TLSEXT_SERVER_NAME to determine whether SNI is supported. See Also Socket context options Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 9 notes up down 9 website at meezaan dot net ¶ 9 years ago There is also a crypto_type context. In older versions this was crypto_method. This is referenced on http://php.net/manual/en/function.stream-socket-enable-crypto.php up down 6 tianyiw at vip dot qq dot com ¶ 3 years ago Enable SNI (Server Name Indication): PEM must be contains certificate and private key. <?php $context = stream_context_create ([ 'ssl' => [ 'SNI_enabled' => true , 'SNI_server_certs' => [ 'host1.com' => '/path/host1.com.pem' , 'host2.com' => '/path/host2.com.pem' , ], ] ]); ?> up down 4 gabri dot ns at gmail dot com ¶ 6 years ago i usually download root CA certificate from https://curl.haxx.se/docs/caextract.html then put it as 'cafile' and it work almost all of the time. the only problem i'v ever found is when the server does not properly sending intermediete CA certificate, then, you must add it manually to the file. up down 4 Charlie ¶ 9 years ago I am unable to load a PEM that was generated with the stunnel tools. However, I am able to use PHP calls to generate a working PEM that is recognized both by stunnel and php, as outlined here: http://www.devdungeon.com/content/how-use-ssl-sockets-php This code fragment is now working for me, and with stunnel verify=4, both sides confirm the fingerprint. Oddly, if "tls://" is set below, then TLSv1 is forced, but using "ssl://" allows TLSv1.2: $stream_context = stream_context_create([ 'ssl' => [ 'local_cert' => '/path/to/key.pem', 'peer_fingerprint' => openssl_x509_fingerprint(file_get_contents('/path/to/key.crt')), 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, 'verify_depth' => 0 ]]); $fp = stream_socket_client('ssl://ssl.server.com:12345', $errno, $errstr, 30, STREAM_CLIENT_CONNECT, $stream_context); fwrite($fp, "foo bar\n"); while($line = fgets($fp, 8192)) echo $line; up down 3 Botjan kufca ¶ 15 years ago CN_match works contrary to intuitive thinking. I came across this when I was developing SSL server implemented in PHP. I stated (in code): - do not allow self signed certs (works) - verify peer certs against CA cert (works) - verify the client's CN against CN_match (does not work), like this: stream_context_set_option($context, 'ssl', 'CN_match', '*.example.org'); I presumed this would match any client with CN below .example.org domain. Unfortunately this is NOT the case. The option above does not do that. What it really does is this: - it takes client's CN and compares it to CN_match - IF CLIENT's CN CONTAINS AN ASTERISK like *.example.org, then it is matched against CN_match in wildcard matching fashion Examples to illustrate behaviour: (CNM = server's CN_match) (CCN = client's CN) - CNM=host.example.org, CCN=host.example.org ---> OK - CNM=host.example.org, CCN=*.example.org ---> OK - CNM=.example.org, CCN=*.example.org ---> OK - CNM=example.org, CCN=*.example.org ---> ERROR - CNM=*.example.org, CCN=host.example.org ---> ERROR - CNM=*.example.org, CCN=*.example.org ---> OK According to PHP sources I believe that the same applies if you are trying to act as Client and the server contains a wildcard certificate. If you set CN_match to myserver.example.org and server presents itself with *.example.org, the connection is allowed. Everything above applies to PHP version 5.2.12. I will supply a patch to support CN_match starting with asterisk. up down 1 borbas dot geri at gmail dot com ¶ 11 years ago I used this for Apple Push Notification Service. Passed in a local certificate filename `cert.pem` trough local_cert option. Worked fine, when invoked the script directly. But when I included/required the script from a different location, it stopped working, without any explicit error message. Resolved by passed in the full path for the file `<FullPathTo>cert.pem`. up down 0 consatangmail dot com ¶ 3 years ago recommended use "ssl://" transport. in php 5.5 ~ 7.1 ssl:// transport = ssl_v2|ssl_v3|tls_v1.0|tls_v1.1|tls_v1.2 tls:// transport = tls_v1.0 after 7.2 ssl:// and tls:// transports is same php 7.2 ~ 7.3 = tls_v1.0|tls_v1.1|tls_v1.2 php 7.4 ~ 8.1 = tls_v1.0|tls_v1.1|tls_v1.2|tls_v1.3 up down -1 Charlie ¶ 9 years ago It appears that "allow_self_signed" does not and cannot apply to the local_cert option. The stunnel verify=4 option, which verifies but ignores a CA, has no analog in these settings, which is unfortunate. Even more perplexingly, while the "openssl verify -CAfile" is successful, PHP appears unable to use the new ca/crt pair in any configuration. I did actually link my PHP against a copy of LibreSSL 2.3.8, but PHP oddly is unable to use TLS1.1 or 1.2. It does, however, enable EC secp521r1 (of which my native OpenSSL 0.9.8e is incapable). up down -1 mechtecs at gmail dot com ¶ 7 years ago If you want to validate the server against a local certificate, which you already saved, to further validate the target server, you have to use a fullchain.pem. Then the verify_peer option will work. So just get the server certificate, and search the root CA's pem's and copy everything into a single file. For example: My certificate has the "GeoTrust TLS RSA CA G1" certificate in the chain, so you google that string. Go to the official digicert Geotrust page and download the "GeoTrustTLSRSACAG1.crt" certificate. Then you can use the following command to convert it into the pem format: openssl x509 -inform DER -in GeoTrustTLSRSACAG1.crt -out GeoTrustTLSRSACAG1.crt.pem -outform PEM + add a note Context options and parameters Socket context options HTTP context options FTP context options SSL context options Phar context options Context parameters Zip context options Zlib context options Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://hackmd.io/s/privacy/?utm_source=blog&utm_medium=footer
Privacy - HackMD Privacy === HackMD’s privacy policy is pretty straightforward: - We don’t ask for personal information unless we really need it. - We don’t sell your personal information. - We log some basic data (IP address, browser user-agent, session cookie) about all visitors. This information is typically discarded, but we occasionally use it for analytics and performance measurements. - For HackMD users, we may store personal information such as your [Facebook](https://www.facebook.com), [GitHub](https://github.com), [Twitter](https://twitter.com), [Dropbox](https://www.dropbox.com), [Google](https://www.google.com) username and your e-mail address and profile informations. If you delete your account, we will delete this information. - We use third party tools such as [Google Analytics](https://analytics.google.com), [Mixpanel](https://mixpanel.com). Some information-sharing with these third parties is unavoidable. For example, unless you use a privacy tool like [Ghostery](https://www.ghostery.com), Google will know your IP address, browser info, etc. Website Visitors --- Like most website operators, HackMD collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. Our purpose in collecting non-personally identifying information is to better understand how visitors use our website. From time to time, HackMD may release non-personally-identifying information in the aggregate, e.g., by publishing a report on trends in the usage of its website. HackMD also collects potentially personally-identifying information like Internet Protocol (IP) addresses for logged-in users. HackMD only discloses logged in user and commenter IP addresses under the same circumstances that it uses and discloses personally-identifying information as described below. Gathering of Personally-Identifying Information --- Certain visitors to our website choose to interact in ways that require HackMD to gather personally-identifying information. The amount and type of information that HackMD gathers depends on the nature of the interaction. For example, we ask visitors who sign up for an account to provide a username and email address. In each case, HackMD collects such information only insofar as is necessary or appropriate to fulfill the purpose of the visitor’s interaction with HackMD. HackMD does not disclose personally-identifying information other than as described below. And visitors can always refuse to supply personally-identifying information, with the caveat that it may prevent them from engaging in certain website-related activities. Aggregated Statistics --- HackMD may collect statistics about the behavior of visitors to its websites. HackMD may display this information publicly or provide it to others. However, HackMD does not disclose personally-identifying information other than as described below. Protection of Your Data --- Your data is encrypted in transit and at rest. Security procedures are in place to protect the confidentiality of your data. Protection of Certain Personally-Identifying Information --- HackMD discloses potentially personally-identifying and personally-identifying information only to those of its employees, contractors and affiliated organizations that (i) need to know that information in order to process it on behalf of HackMD or to provide services available at HackMD’s website, and (ii) that have agreed not to disclose it to others. Some of those employees, contractors and affiliated organizations may be located outside of your home country; by using HackMD, you consent to the transfer of such information to them. HackMD will not rent or sell potentially personally-identifying and personally-identifying information to anyone. Other than to its employees, contractors and affiliated organizations, as described above, HackMD discloses potentially personally-identifying and personally-identifying information only in response to a subpoena, court order or other governmental request, or when HackMD believes in good faith that disclosure is reasonably necessary to protect the property or rights of HackMD, third parties or the public at large. If you are a registered HackMD user and have supplied your email address, HackMD may occasionally send you an email to tell you about new features, solicit your feedback, or just keep you up to date with what’s going on with HackMD and our products. We expect to keep this type of email to a minimum. If you send us a request (for example via a support email or via one of our feedback mechanisms), we reserve the right to publish it in order to help us clarify or respond to your request or to help us support other users. HackMD takes all measures reasonably necessary to protect against the unauthorized access, use, alteration or destruction of potentially personally-identifying and personally-identifying information. Cookies --- A cookie is a string of information that a website stores on a visitor’s computer, and that the visitor’s browser provides to the website each time the visitor returns. HackMD uses cookies to help HackMD identify and track visitors, their usage of the HackMD website, and their website access preferences. HackMD visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using the HackMD website, with the drawback that certain HackMD website features may not function properly without the aid of cookies. Privacy Policy Changes --- Although most changes are likely to be minor, HackMD may change its Privacy Policy from time to time, in its sole discretion. HackMD encourages visitors to frequently check this page for any changes to its Privacy Policy. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change. Accuracy and right to information --- We will make reasonable efforts to ensure that your Personal Data is correct and up-to-date. If you believe that any Personal Data stored by Us is incorrect, you are welcome to contact Us and provide us with correct data in order for Us to rectify and update your Personal Data. You may, once per calendar year, request information regarding Personal Data stored by Us. Such request, in writing and signed by you, shall be addressed to Us on the address below. Account and data deletion --- You can delete your account and data in '[Settings](https://hackmd.io/settings#general)' or send us an email at support@hackmd.io to request account and data deletion. Contact --- If You have any questions about how We use your Personal Data, you may contact us at support@hackmd.io Effective as from May 30, 2016. × Sign in Email Password Forgot password or By clicking below, you agree to our terms of service . Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet Wallet ( ) Connect another wallet New to HackMD? Sign up
2026-01-13T09:30:30
http://lists.opensource.org/mailman/listinfo/cavo_lists.opensource.org
CAVO Info Page CAVO -- CAVO   About CAVO English (USA) Email list for OSI Affiliate "California Association of Voting Officials" (CAVO). To see the collection of prior postings to the list, visit the CAVO Archives . Using CAVO To post a message to all the list members, send email to cavo@lists.opensource.org . You can subscribe to the list, or change your existing subscription, in the sections below. Subscribing to CAVO Subscribe to CAVO by filling out the following form. You will be sent email requesting confirmation, to prevent others from gratuitously subscribing you. This is a private list, which means that the list of members is not available to non-members. Your email address:   Your name (optional):   You may enter a privacy password below. This provides only mild security, but should prevent others from messing with your subscription. Do not use a valuable password as it will occasionally be emailed back to you in cleartext. If you choose not to enter a password, one will be automatically generated for you, and it will be sent to you once you've confirmed your subscription. You can always request a mail-back of your password when you edit your personal options. Pick a password:   Reenter password to confirm:   Which language do you prefer to display your messages? English (USA)   Would you like to receive list mail batched in a daily digest? No Yes CAVO Subscribers ( The subscribers list is only available to the list members. ) Enter your address and password to visit the subscribers list: Address: Password:    To unsubscribe from CAVO, get a password reminder, or change your subscription options enter your subscription email address: If you leave the field blank, you will be prompted for your email address CAVO list run by cavo-owner at lists.opensource.org CAVO administrative interface (requires authorization) Overview of all lists.opensource.org mailing lists version 2.2.0
2026-01-13T09:30:30
https://ja-jp.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook メールアドレスまたは電話番号 パスワード アカウントを忘れた場合 新しいアカウントを作成 機能の一時停止 機能の一時停止 この機能の使用ペースが早過ぎるため、機能の使用が一時的にブロックされました。 Back 日本語 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) Português (Brasil) Français (France) Deutsch アカウント登録 ログイン Messenger Facebook Lite 動画 Meta Pay Metaストア Meta Quest Ray-Ban Meta Meta AI Meta AIのコンテンツをもっと見る Instagram Threads 投票情報センター プライバシーポリシー プライバシーセンター Facebookについて 広告を作成 ページを作成 開発者 採用情報 Cookie AdChoices 規約 ヘルプ 連絡先のアップロードと非ユーザー 設定 アクティビティログ Meta © 2026
2026-01-13T09:30:30
https://www.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://es-la.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook Correo o teléfono Contraseña ¿Olvidaste tu cuenta? Crear cuenta nueva Se te bloqueó temporalmente Se te bloqueó temporalmente Parece que hiciste un uso indebido de esta función al ir muy rápido. Se te bloqueó su uso temporalmente. Back Español 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Registrarte Iniciar sesión Messenger Facebook Lite Video Meta Pay Tienda de Meta Meta Quest Ray-Ban Meta Meta AI Más contenido de Meta AI Instagram Threads Centro de información de votación Política de privacidad Centro de privacidad Información Crear anuncio Crear página Desarrolladores Empleo Cookies Opciones de anuncios Condiciones Ayuda Importación de contactos y no usuarios Configuración Registro de actividad Meta © 2026
2026-01-13T09:30:30
https://es-la.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook Correo o teléfono Contraseña ¿Olvidaste tu cuenta? Crear cuenta nueva Se te bloqueó temporalmente Se te bloqueó temporalmente Parece que hiciste un uso indebido de esta función al ir muy rápido. Se te bloqueó su uso temporalmente. Back Español 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Registrarte Iniciar sesión Messenger Facebook Lite Video Meta Pay Tienda de Meta Meta Quest Ray-Ban Meta Meta AI Más contenido de Meta AI Instagram Threads Centro de información de votación Política de privacidad Centro de privacidad Información Crear anuncio Crear página Desarrolladores Empleo Cookies Opciones de anuncios Condiciones Ayuda Importación de contactos y no usuarios Configuración Registro de actividad Meta © 2026
2026-01-13T09:30:30
http://lists.opensource.org/mailman/admin
lists.opensource.org mailing lists - Admin Links lists.opensource.org mailing lists - Admin Links Welcome! Below is the collection of publicly-advertised Mailman mailing lists on lists.opensource.org. Click on a list name to visit the configuration pages for that list.To visit the administrators configuration page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. If you have the proper authority, you can also create a new mailing list . General list information can be found at the mailing list overview page . (Send questions and comments to mailman@lists.opensource.org .)     List Description Affiliates Discussion list for OSI Affiliate delegates beyond-licensing Beyond Licensing Working Group CAVO CAVO Entities-wg FLOSS Entities Working Group FLOSSDesktops Discussion around the FLOSS Desktops for Kids Incubator Project License-discuss [no description available] License-review License submissions for OSI review Members [no description available] Membership-monitor [no description available] Osideas [no description available] Publicpolicy Mailing list for the OSI's Public Policy Working Group State-of-the-source-news News and updates for State of the Source Webmaster [no description available] version 2.2.0
2026-01-13T09:30:30
https://id-id.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook Email atau telepon Kata Sandi Lupa akun? Buat Akun Baru Anda Diblokir Sementara Anda Diblokir Sementara Sepertinya Anda menyalahgunakan fitur ini dengan menggunakannya terlalu cepat. Anda dilarang menggunakan fitur ini untuk sementara. Back Bahasa Indonesia 한국어 English (US) Tiếng Việt ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Daftar Masuk Messenger Facebook Lite Video Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI Konten Meta AI lainnya Instagram Threads Pusat Informasi Pemilu Kebijakan Privasi Pusat Privasi Tentang Buat Iklan Buat Halaman Developer Karier Cookie Pilihan Iklan Ketentuan Bantuan Pengunggahan Kontak & Non-Pengguna Pengaturan Log aktivitas Meta © 2026
2026-01-13T09:30:30
https://th-th.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook อีเมลหรือโทรศัพท์ รหัสผ่าน ลืมบัญชีใช่หรือไม่ สร้างบัญชีใหม่ คุณถูกบล็อกชั่วคราว คุณถูกบล็อกชั่วคราว ดูเหมือนว่าคุณจะใช้คุณสมบัตินี้ในทางที่ผิดโดยการใช้เร็วเกินไป คุณถูกบล็อกจากการใช้โดยชั่วคราว Back ภาษาไทย 한국어 English (US) Tiếng Việt Bahasa Indonesia Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch สมัคร เข้าสู่ระบบ Messenger Facebook Lite วิดีโอ Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI เนื้อหาเพิ่มเติมจาก Meta AI Instagram Threads ศูนย์ข้อมูลการลงคะแนนเสียง นโยบายความเป็นส่วนตัว ศูนย์ความเป็นส่วนตัว เกี่ยวกับ สร้างโฆษณา สร้างเพจ ผู้พัฒนา ร่วมงานกับ Facebook คุกกี้ ตัวเลือกโฆษณา เงื่อนไข ความช่วยเหลือ การอัพโหลดผู้ติดต่อและผู้ที่ไม่ได้ใช้บริการ การตั้งค่า บันทึกกิจกรรม Meta © 2026
2026-01-13T09:30:30
http://lists.opensource.org/mailman/listinfo/affiliates_lists.opensource.org
Affiliates Info Page Affiliates -- Discussion list for OSI Affiliate delegates   About Affiliates English (USA) This list is for people appointed as voting delegates by OSI Affiliates. The discussions on this list are confidential to list members; if you wish to reproduce or forward them you must get the approval of each author. You may, however, forward messages to your Board as long as they remain similarly confidential. To see the collection of prior postings to the list, visit the Affiliates Archives . ( The current archive is only available to the list members. ) Using Affiliates To post a message to all the list members, send email to affiliates@lists.opensource.org . You can subscribe to the list, or change your existing subscription, in the sections below. Subscribing to Affiliates Subscribe to Affiliates by filling out the following form. You will be sent email requesting confirmation, to prevent others from gratuitously subscribing you. Once confirmation is received, your request will be held for approval by the list moderator. You will be notified of the moderator's decision by email. This is also a private list, which means that the list of members is not available to non-members. Your email address:   Your name (optional):   You may enter a privacy password below. This provides only mild security, but should prevent others from messing with your subscription. Do not use a valuable password as it will occasionally be emailed back to you in cleartext. If you choose not to enter a password, one will be automatically generated for you, and it will be sent to you once you've confirmed your subscription. You can always request a mail-back of your password when you edit your personal options. Pick a password:   Reenter password to confirm:   Which language do you prefer to display your messages? English (USA)   Would you like to receive list mail batched in a daily digest? No Yes Affiliates Subscribers ( The subscribers list is only available to the list members. ) Enter your address and password to visit the subscribers list: Address: Password:    To unsubscribe from Affiliates, get a password reminder, or change your subscription options enter your subscription email address: If you leave the field blank, you will be prompted for your email address Affiliates list run by affiliates-owner at lists.opensource.org Affiliates administrative interface (requires authorization) Overview of all lists.opensource.org mailing lists version 2.2.0
2026-01-13T09:30:30
https://fr-fr.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook Adresse e-mail ou téléphone Mot de passe Informations de compte oubliées ? Créer un compte Cette fonction est temporairement bloquée Cette fonction est temporairement bloquée Il semble que vous ayez abusé de cette fonctionnalité en l’utilisant trop vite. Vous n’êtes plus autorisé à l’utiliser. Back Français (France) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Deutsch S’inscrire Se connecter Messenger Facebook Lite Vidéo Meta Pay Boutique Meta Meta Quest Ray-Ban Meta Meta AI Plus de contenu Meta AI Instagram Threads Centre d’information sur les élections Politique de confidentialité Centre de confidentialité À propos Créer une publicité Créer une Page Développeurs Emplois Cookies Choisir sa publicité Conditions générales Aide Importation des contacts et non-utilisateurs Paramètres Historique d’activité Meta © 2026
2026-01-13T09:30:30
https://www.php.net/manual/en/zip.setup.php
PHP: Installing/Configuring - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Requirements » « Introduction PHP Manual Function Reference Compression and Archive Extensions Zip Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Installing/Configuring Table of Contents Requirements Installation Resource Types Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes There are no user contributed notes for this page. Zip Introduction Installing/Configuring Predefined Constants Examples ZipArchive Zip Functions Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://pt-br.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook Email ou telefone Senha Esqueceu a conta? Criar nova conta Você está bloqueado temporariamente Você está bloqueado temporariamente Parece que você estava usando este recurso de forma indevida. Bloqueamos temporariamente sua capacidade de usar o recurso. Back Português (Brasil) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Français (France) Deutsch Cadastre-se Entrar Messenger Facebook Lite Vídeo Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI Mais conteúdo da Meta AI Instagram Threads Central de Informações de Votação Política de Privacidade Central de Privacidade Sobre Criar anúncio Criar Página Desenvolvedores Carreiras Cookies Escolhas para anúncios Termos Ajuda Upload de contatos e não usuários Configurações Registro de atividades Meta © 2026
2026-01-13T09:30:30
https://fr-fr.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook Adresse e-mail ou téléphone Mot de passe Informations de compte oubliées ? Créer un compte Cette fonction est temporairement bloquée Cette fonction est temporairement bloquée Il semble que vous ayez abusé de cette fonctionnalité en l’utilisant trop vite. Vous n’êtes plus autorisé à l’utiliser. Back Français (France) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Deutsch S’inscrire Se connecter Messenger Facebook Lite Vidéo Meta Pay Boutique Meta Meta Quest Ray-Ban Meta Meta AI Plus de contenu Meta AI Instagram Threads Centre d’information sur les élections Politique de confidentialité Centre de confidentialité À propos Créer une publicité Créer une Page Développeurs Emplois Cookies Choisir sa publicité Conditions générales Aide Importation des contacts et non-utilisateurs Paramètres Historique d’activité Meta © 2026
2026-01-13T09:30:30
https://www.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://vi-vn.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook Email hoặc điện thoại Mật khẩu Bạn quên tài khoản ư? Tạo tài khoản mới Bạn tạm thời bị chặn Bạn tạm thời bị chặn Có vẻ như bạn đang dùng nhầm tính năng này do sử dụng quá nhanh. Bạn tạm thời đã bị chặn sử dụng nó. Back Tiếng Việt 한국어 English (US) Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Đăng ký Đăng nhập Messenger Facebook Lite Video Meta Pay Cửa hàng trên Meta Meta Quest Ray-Ban Meta Meta AI Nội dung khác do Meta AI tạo Instagram Threads Trung tâm thông tin bỏ phiếu Chính sách quyền riêng tư Trung tâm quyền riêng tư Giới thiệu Tạo quảng cáo Tạo Trang Nhà phát triển Tuyển dụng Cookie Lựa chọn quảng cáo Điều khoản Trợ giúp Tải thông tin liên hệ lên & đối tượng không phải người dùng Cài đặt Nhật ký hoạt động Meta © 2026
2026-01-13T09:30:30
https://th-th.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook อีเมลหรือโทรศัพท์ รหัสผ่าน ลืมบัญชีใช่หรือไม่ สร้างบัญชีใหม่ คุณถูกบล็อกชั่วคราว คุณถูกบล็อกชั่วคราว ดูเหมือนว่าคุณจะใช้คุณสมบัตินี้ในทางที่ผิดโดยการใช้เร็วเกินไป คุณถูกบล็อกจากการใช้โดยชั่วคราว Back ภาษาไทย 한국어 English (US) Tiếng Việt Bahasa Indonesia Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch สมัคร เข้าสู่ระบบ Messenger Facebook Lite วิดีโอ Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI เนื้อหาเพิ่มเติมจาก Meta AI Instagram Threads ศูนย์ข้อมูลการลงคะแนนเสียง นโยบายความเป็นส่วนตัว ศูนย์ความเป็นส่วนตัว เกี่ยวกับ สร้างโฆษณา สร้างเพจ ผู้พัฒนา ร่วมงานกับ Facebook คุกกี้ ตัวเลือกโฆษณา เงื่อนไข ความช่วยเหลือ การอัพโหลดผู้ติดต่อและผู้ที่ไม่ได้ใช้บริการ การตั้งค่า บันทึกกิจกรรม Meta © 2026
2026-01-13T09:30:30
https://vi-vn.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook Email hoặc điện thoại Mật khẩu Bạn quên tài khoản ư? Tạo tài khoản mới Bạn tạm thời bị chặn Bạn tạm thời bị chặn Có vẻ như bạn đang dùng nhầm tính năng này do sử dụng quá nhanh. Bạn tạm thời đã bị chặn sử dụng nó. Back Tiếng Việt 한국어 English (US) Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Đăng ký Đăng nhập Messenger Facebook Lite Video Meta Pay Cửa hàng trên Meta Meta Quest Ray-Ban Meta Meta AI Nội dung khác do Meta AI tạo Instagram Threads Trung tâm thông tin bỏ phiếu Chính sách quyền riêng tư Trung tâm quyền riêng tư Giới thiệu Tạo quảng cáo Tạo Trang Nhà phát triển Tuyển dụng Cookie Lựa chọn quảng cáo Điều khoản Trợ giúp Tải thông tin liên hệ lên & đối tượng không phải người dùng Cài đặt Nhật ký hoạt động Meta © 2026
2026-01-13T09:30:30
https://vi-vn.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook Email hoặc điện thoại Mật khẩu Bạn quên tài khoản ư? Tạo tài khoản mới Bạn tạm thời bị chặn Bạn tạm thời bị chặn Có vẻ như bạn đang dùng nhầm tính năng này do sử dụng quá nhanh. Bạn tạm thời đã bị chặn sử dụng nó. Back Tiếng Việt 한국어 English (US) Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Đăng ký Đăng nhập Messenger Facebook Lite Video Meta Pay Cửa hàng trên Meta Meta Quest Ray-Ban Meta Meta AI Nội dung khác do Meta AI tạo Instagram Threads Trung tâm thông tin bỏ phiếu Chính sách quyền riêng tư Trung tâm quyền riêng tư Giới thiệu Tạo quảng cáo Tạo Trang Nhà phát triển Tuyển dụng Cookie Lựa chọn quảng cáo Điều khoản Trợ giúp Tải thông tin liên hệ lên & đối tượng không phải người dùng Cài đặt Nhật ký hoạt động Meta © 2026
2026-01-13T09:30:30
https://ja-jp.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook メールアドレスまたは電話番号 パスワード アカウントを忘れた場合 新しいアカウントを作成 機能の一時停止 機能の一時停止 この機能の使用ペースが早過ぎるため、機能の使用が一時的にブロックされました。 Back 日本語 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) Português (Brasil) Français (France) Deutsch アカウント登録 ログイン Messenger Facebook Lite 動画 Meta Pay Metaストア Meta Quest Ray-Ban Meta Meta AI Meta AIのコンテンツをもっと見る Instagram Threads 投票情報センター プライバシーポリシー プライバシーセンター Facebookについて 広告を作成 ページを作成 開発者 採用情報 Cookie AdChoices 規約 ヘルプ 連絡先のアップロードと非ユーザー 設定 アクティビティログ Meta © 2026
2026-01-13T09:30:30
https://id-id.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook Email atau telepon Kata Sandi Lupa akun? Buat Akun Baru Anda Diblokir Sementara Anda Diblokir Sementara Sepertinya Anda menyalahgunakan fitur ini dengan menggunakannya terlalu cepat. Anda dilarang menggunakan fitur ini untuk sementara. Back Bahasa Indonesia 한국어 English (US) Tiếng Việt ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Daftar Masuk Messenger Facebook Lite Video Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI Konten Meta AI lainnya Instagram Threads Pusat Informasi Pemilu Kebijakan Privasi Pusat Privasi Tentang Buat Iklan Buat Halaman Developer Karier Cookie Pilihan Iklan Ketentuan Bantuan Pengunggahan Kontak & Non-Pengguna Pengaturan Log aktivitas Meta © 2026
2026-01-13T09:30:30
https://www.facebook.com/sharer.php?u=https%3A%2F%2Fdev.to%2Fshreyvijayvargiya%2Fhow-we-build-website-templates-29gi
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://pt-br.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT2yGAOKbjPwoBdNxrngoqTKH_Yy1V4JHK_XuvFjklcN7nIWONPRcrc7N-8SM7XibBsz5wC7zlbvQDcpjRTjK5kCBiSnHoUDa8IEotvM1PdN8ISMYxF_1a2zNh0feZk-XkWiAEjnFgP2WpDz
Facebook Facebook Email ou telefone Senha Esqueceu a conta? Criar nova conta Você está bloqueado temporariamente Você está bloqueado temporariamente Parece que você estava usando este recurso de forma indevida. Bloqueamos temporariamente sua capacidade de usar o recurso. Back Português (Brasil) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Français (France) Deutsch Cadastre-se Entrar Messenger Facebook Lite Vídeo Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI Mais conteúdo da Meta AI Instagram Threads Central de Informações de Votação Política de Privacidade Central de Privacidade Sobre Criar anúncio Criar Página Desenvolvedores Carreiras Cookies Escolhas para anúncios Termos Ajuda Upload de contatos e não usuários Configurações Registro de atividades Meta © 2026
2026-01-13T09:30:30
http://www.php-fig.org/psr/psr-4/
PSR-4: Autoloader - PHP-FIG PHP-FIG The PHP Framework Interop Group Menu Home Blog PSRs PERs Personnel Bylaws FAQs Get Involved PSR-4: Autoloader Autoloader ¶ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 . 1. Overview ¶ This PSR describes a specification for autoloading classes from file paths. It is fully interoperable, and can be used in addition to any other autoloading specification, including PSR-0 . This PSR also describes where to place files that will be autoloaded according to the specification. 2. Specification ¶ The term "class" refers to classes, interfaces, traits, and other similar structures. A fully qualified class name has the following form: \<NamespaceName>(\<SubNamespaceNames>)*\<ClassName> The fully qualified class name MUST have a top-level namespace name, also known as a "vendor namespace". The fully qualified class name MAY have one or more sub-namespace names. The fully qualified class name MUST have a terminating class name. Underscores have no special meaning in any portion of the fully qualified class name. Alphabetic characters in the fully qualified class name MAY be any combination of lower case and upper case. All class names MUST be referenced in a case-sensitive fashion. When loading a file that corresponds to a fully qualified class name ... A contiguous series of one or more leading namespace and sub-namespace names, not including the leading namespace separator, in the fully qualified class name (a "namespace prefix") corresponds to at least one "base directory". The contiguous sub-namespace names after the "namespace prefix" correspond to a subdirectory within a "base directory", in which the namespace separators represent directory separators. The subdirectory name MUST match the case of the sub-namespace names. The terminating class name corresponds to a file name ending in .php . The file name MUST match the case of the terminating class name. Autoloader implementations MUST NOT throw exceptions, MUST NOT raise errors of any level, and SHOULD NOT return a value. 3. Examples ¶ The table below shows the corresponding file path for a given fully qualified class name, namespace prefix, and base directory. Fully Qualified Class Name Namespace Prefix Base Directory Resulting File Path \Acme\Log\Writer\File_Writer Acme\Log\Writer ./acme-log-writer/lib/ ./acme-log-writer/lib/File_Writer.php \Aura\Web\Response\Status Aura\Web /path/to/aura-web/src/ /path/to/aura-web/src/Response/Status.php \Symfony\Core\Request Symfony\Core ./vendor/Symfony/Core/ ./vendor/Symfony/Core/Request.php \Zend\Acl Zend /usr/includes/Zend/ /usr/includes/Zend/Acl.php For example implementations of autoloaders conforming to the specification, please see the examples file . Example implementations MUST NOT be regarded as part of the specification and MAY change at any time. Additional Info: PSR-4: Autoloader PSR-4 Meta Document PSR-4 Example Implementations Follow us on Mastodon Follow us on Bluesky Discuss on Discord Contribute via GitHub Join our mailing list © PHP Framework Interop Group. Site design by Jonathan Reinink . Hosting sponsored by the PHP PaaS
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT0P0XODJj5j2JabWBunNtm_k8pc1kZ_S_O7RogxFt0-kiig0mTKqFPo6kd22huygBmQx-torwM-msYexs5wpFMfGA0MUwS6BijRw4z6Q7UF_9bb2J7qAJdvQepLn5oSDsETBnDnz6Un7R4L
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://pt-br.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook Email ou telefone Senha Esqueceu a conta? Criar nova conta Você está bloqueado temporariamente Você está bloqueado temporariamente Parece que você estava usando este recurso de forma indevida. Bloqueamos temporariamente sua capacidade de usar o recurso. Back Português (Brasil) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Français (France) Deutsch Cadastre-se Entrar Messenger Facebook Lite Vídeo Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI Mais conteúdo da Meta AI Instagram Threads Central de Informações de Votação Política de Privacidade Central de Privacidade Sobre Criar anúncio Criar Página Desenvolvedores Carreiras Cookies Escolhas para anúncios Termos Ajuda Upload de contatos e não usuários Configurações Registro de atividades Meta © 2026
2026-01-13T09:30:30
https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://dev.to/miztizm/farmore-mirror-every-github-repo-you-own-in-one-command-16oc
🚜 Farmore — Mirror Every GitHub Repo You Own in One Command - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Digital Alchemyst Posted on Nov 27, 2025 🚜 Farmore — Mirror Every GitHub Repo You Own in One Command # github # git # clone # backup Most developers rely on GitHub as the single source of truth for their work. That’s fine—until it isn’t. Repos get deleted, teams reorganize, permissions change, and old code quietly disappears. Farmore solves that problem in the simplest way possible: It backs up everything you own on GitHub in one go. No platform dependence. No manual cloning. No “I’ll do it later.” Just a complete mirror of your GitHub activity saved locally, whenever you want it. 🚀 What Farmore Does Farmore’s goal is straightforward: Give developers an easy, reliable way to back up their GitHub repos and related data. Here’s what it brings to the table: 1. Automatic full-account backups Tell Farmore whose account you want to back up—yours or an organization’s—and it pulls all repositories for you. Public, private, starred, watched, forks—everything. 2. Keeps backups updated Already backed up a repo? Farmore updates it instead of re-downloading. It behaves the way you wish Git behaved when cloning 200+ projects. 3. Stores more than just the code Your repo is more than files. It’s issues, pull requests, releases, wikis, workflows. Farmore bundles all of that into your backup so you have the full picture. 4. No micromanagement You don’t need to think about which repo to download or what changed. Run Farmore → walk away → everything is backed up and organized neatly. 👤 Why Developers Use It Because most of us have: Repos spread across personal and organization accounts Experimental projects we forgot existed Starred repos we wanted to “check later” Old work we may lose access to after job changes Code we don’t want tied solely to a platform Farmore gives developers control over their own history. Nothing gets lost, nothing disappears quietly, and nothing depends on GitHub’s UI decisions or your memory. 📁 What You End Up With A complete, structured, local archive of: Every repo you’ve created Everything you’ve starred Everything you’ve watched All the metadata tied to those projects It becomes your personal GitHub mirror — simple, predictable, future-proof. 🧩 Who It’s Perfect For Developers with years of GitHub activity Open-source contributors Indie hackers running multiple projects People switching jobs or cleaning old accounts Anyone who wants a guaranteed offline copy of their work If GitHub is your cloud, Farmore is your local backup drive. 📝 Final Thoughts Farmore isn’t trying to be clever or overengineered. It solves a real problem every developer eventually faces: the need to keep their work safe, organized, and accessible — without juggling dozens of repos manually. If you’ve ever thought “I should clone everything before something breaks,” Farmore is the tool that actually lets you do it. 👉 GitHub: https://github.com/miztizm/farmore ⭐ If you rely on GitHub daily, this tool deserves a bookmark. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Digital Alchemyst Follow (='.'=) In Code We trust! I am a tech enthusiastic and entrepreneur, full-stack web developer, network sysadmin , security analyst. Location World Joined Jun 23, 2019 Trending on DEV Community Hot The First Week at a Startup Taught Me More Than I Expected # startup # beginners # career # learning What was your win this week??? # weeklyretro # discuss AI should not be in Code Editors # programming # ai # productivity # discuss 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Forem — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Forem © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T09:30:30
https://dev.to/miztizm/farmore-mirror-every-github-repo-you-own-in-one-command-16oc
🚜 Farmore — Mirror Every GitHub Repo You Own in One Command - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account DEV Community Close Add reaction Like Unicorn Exploding Head Raised Hands Fire Jump to Comments Save Boost More... Copy link Copy link Copied to Clipboard Share to X Share to LinkedIn Share to Facebook Share to Mastodon Share Post via... Report Abuse Digital Alchemyst Posted on Nov 27, 2025 🚜 Farmore — Mirror Every GitHub Repo You Own in One Command # github # git # clone # backup Most developers rely on GitHub as the single source of truth for their work. That’s fine—until it isn’t. Repos get deleted, teams reorganize, permissions change, and old code quietly disappears. Farmore solves that problem in the simplest way possible: It backs up everything you own on GitHub in one go. No platform dependence. No manual cloning. No “I’ll do it later.” Just a complete mirror of your GitHub activity saved locally, whenever you want it. 🚀 What Farmore Does Farmore’s goal is straightforward: Give developers an easy, reliable way to back up their GitHub repos and related data. Here’s what it brings to the table: 1. Automatic full-account backups Tell Farmore whose account you want to back up—yours or an organization’s—and it pulls all repositories for you. Public, private, starred, watched, forks—everything. 2. Keeps backups updated Already backed up a repo? Farmore updates it instead of re-downloading. It behaves the way you wish Git behaved when cloning 200+ projects. 3. Stores more than just the code Your repo is more than files. It’s issues, pull requests, releases, wikis, workflows. Farmore bundles all of that into your backup so you have the full picture. 4. No micromanagement You don’t need to think about which repo to download or what changed. Run Farmore → walk away → everything is backed up and organized neatly. 👤 Why Developers Use It Because most of us have: Repos spread across personal and organization accounts Experimental projects we forgot existed Starred repos we wanted to “check later” Old work we may lose access to after job changes Code we don’t want tied solely to a platform Farmore gives developers control over their own history. Nothing gets lost, nothing disappears quietly, and nothing depends on GitHub’s UI decisions or your memory. 📁 What You End Up With A complete, structured, local archive of: Every repo you’ve created Everything you’ve starred Everything you’ve watched All the metadata tied to those projects It becomes your personal GitHub mirror — simple, predictable, future-proof. 🧩 Who It’s Perfect For Developers with years of GitHub activity Open-source contributors Indie hackers running multiple projects People switching jobs or cleaning old accounts Anyone who wants a guaranteed offline copy of their work If GitHub is your cloud, Farmore is your local backup drive. 📝 Final Thoughts Farmore isn’t trying to be clever or overengineered. It solves a real problem every developer eventually faces: the need to keep their work safe, organized, and accessible — without juggling dozens of repos manually. If you’ve ever thought “I should clone everything before something breaks,” Farmore is the tool that actually lets you do it. 👉 GitHub: https://github.com/miztizm/farmore ⭐ If you rely on GitHub daily, this tool deserves a bookmark. Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Digital Alchemyst Follow (='.'=) In Code We trust! I am a tech enthusiastic and entrepreneur, full-stack web developer, network sysadmin , security analyst. Location World Joined Jun 23, 2019 Trending on DEV Community Hot The First Week at a Startup Taught Me More Than I Expected # startup # beginners # career # learning What was your win this week??? # weeklyretro # discuss AI should not be in Code Editors # programming # ai # productivity # discuss 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Forem — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Forem © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T09:30:30
https://ko-kr.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT0HP23RVbjpQWwso4CpaEnzpGOIopQVRvsMsM0YnQrJHUmNQeazy8IoEKFbhuAIoTMTywXP2FghmznlYI2lSofgtxqTL6dwDNFDeJKSHUcvfejzvq7jE3iibgN2vm30FHutvQN63Uhq8sVP
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fdev.to%2Fshreyvijayvargiya%2Fhow-we-build-website-templates-29gi&title=How%20we%20build%20website%20templates&summary=Hello%20and%20welcome%20to%20the%20new%20blog%20%20In%20today%27s%20section%2C%20we%20will%20be%20discussing%20how%20to%20build%20the%20website...&source=DEV%20Community
LinkedIn Login, Sign in | LinkedIn Sign in Sign in with Apple Sign in with a passkey By clicking Continue, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . or Email or phone Password Show Forgot password? Sign in We’ve emailed a one-time link to your primary email address Click on the link to sign in instantly to your LinkedIn account. If you don’t see the email in your inbox, check your spam folder. Resend email Back New to LinkedIn? Join now Agree & Join LinkedIn By clicking Continue, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . LinkedIn © 2026 User Agreement Privacy Policy Community Guidelines Cookie Policy Copyright Policy Send Feedback Language العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional))
2026-01-13T09:30:30
https://zh-cn.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fshare_channel%2F%3Ftype%3Dreshare%26amp%253Bamp%253Bamp%253Blink%3Dhttps%253A%252F%252Fdev.to%252Fmsandula12%252Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi%26amp%253Bamp%253Bamp%253Bapp_id%3D966242223397117%26amp%253Bamp%253Bamp%253Bsource_surface%3Dexternal_reshare%26amp%253Bamp%253Bamp%253Bdisplay%26amp%253Bamp%253Bamp%253Bhashtag
Facebook Facebook 邮箱或手机号 密码 忘记账户了? 创建新账户 你暂时被禁止使用此功能 你暂时被禁止使用此功能 似乎你过度使用了此功能,因此暂时被阻止,不能继续使用。 Back 中文(简体) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 日本語 Português (Brasil) Français (France) Deutsch 注册 登录 Messenger Facebook Lite 视频 Meta Pay Meta 商店 Meta Quest Ray-Ban Meta Meta AI Meta AI 更多内容 Instagram Threads 选民信息中心 隐私政策 隐私中心 关于 创建广告 创建公共主页 开发者 招聘信息 Cookie Ad Choices 条款 帮助 联系人上传和非用户 设置 动态记录 Meta © 2026
2026-01-13T09:30:30
https://www.php.net/x-myracloud-5958a2bbbed300a9b9ac631223924e0b/1768296229.332
PHP update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box A popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. What's new in 8.5 Download 8.5.1 · Changelog · Upgrading 8.4.16 · Changelog · Upgrading 8.3.29 · Changelog · Upgrading 8.2.30 · Changelog · Upgrading 18 Dec 2025 PHP 8.1.34 Released! The PHP development team announces the immediate availability of PHP 8.1.34. This is a security release. All PHP 8.1 users are encouraged to upgrade to this version. For source downloads of PHP 8.1.34 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 18 Dec 2025 PHP 8.4.16 Released! The PHP development team announces the immediate availability of PHP 8.4.16. This is a security release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.16 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 18 Dec 2025 PHP 8.2.30 Released! The PHP development team announces the immediate availability of PHP 8.2.30. This is a security release. All PHP 8.2 users are encouraged to upgrade to this version. For source downloads of PHP 8.2.30 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 18 Dec 2025 PHP 8.3.29 Released! The PHP development team announces the immediate availability of PHP 8.3.29. This is a security release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.29 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 18 Dec 2025 PHP 8.5.1 Released! The PHP development team announces the immediate availability of PHP 8.5.1. This is a security release. All PHP 8.5 users are encouraged to upgrade to this version. For source downloads of PHP 8.5.1 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 20 Nov 2025 PHP 8.5.0 Released! The PHP development team announces the immediate availability of PHP 8.5.0. This release marks the latest minor release of the PHP language. PHP 8.5 comes with numerous improvements and new features such as: New "URI" extension New pipe operator (|>) Clone With New #[\NoDiscard] attribute Support for closures, casts, and first class callables in constant expressions And much much more... For source downloads of PHP 8.5.0 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . The migration guide is available in the PHP Manual. Please consult it for the detailed list of new features and backward incompatible changes. Kudos to all the contributors and supporters! 20 Nov 2025 PHP 8.4.15 Released! The PHP development team announces the immediate availability of PHP 8.4.15. This is a bug fix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.15 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 20 Nov 2025 PHP 8.3.28 Released! The PHP development team announces the immediate availability of PHP 8.3.28. This is a bug fix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.28 please visit our downloads page , Windows source and binaries can also be found there . The list of changes is recorded in the ChangeLog . 13 Nov 2025 PHP 8.5.0 RC 5 available for testing The PHP team is pleased to announce the fifth release candidate of PHP 8.5.0, RC 5. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 RC5, please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is a test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be the GA release of PHP 8.5.0, planned for 20 Nov 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 06 Nov 2025 PHP 8.5.0 RC4 available for testing The PHP team is pleased to announce the final planned release candidate of PHP 8.5.0, RC 4. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 RC4, please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is a test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be the GA release of PHP 8.5.0, planned for 20 Nov 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 23 Oct 2025 PHP 8.3.27 Released! The PHP development team announces the immediate availability of PHP 8.3.27. This is a bug fix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.27 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 23 Oct 2025 PHP 8.4.14 Released! The PHP development team announces the immediate availability of PHP 8.4.14. This is a bug fix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.14 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 23 Oct 2025 PHP 8.5.0 RC 3 available for testing The PHP team is pleased to announce the third release candidate of PHP 8.5.0, RC 3. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 RC3, please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be RC4, planned for 6 Nov 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 09 Oct 2025 PHP 8.5.0 RC 2 available for testing The PHP team is pleased to announce the second release candidate of PHP 8.5.0, RC 2. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 RC2, please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be RC3, planned for 23 Oct 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 25 Sep 2025 PHP 8.5.0 RC 1 available for testing The PHP team is pleased to announce the first release candidate of PHP 8.5.0, RC 1. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 RC1, please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be RC2, planned for 9 Oct 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 25 Sep 2025 PHP 8.3.26 Released! The PHP development team announces the immediate availability of PHP 8.3.26. This is a bug fix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.26 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 25 Sep 2025 PHP 8.4.13 Released! The PHP development team announces the immediate availability of PHP 8.4.13. This is a bug fix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.13 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 11 Sep 2025 PHP 8.5.0 Beta 3 available for testing The PHP team is pleased to announce the third beta release of PHP 8.5.0, Beta 3. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 Beta 3, please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be RC1, planned for 25 Sep 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 28 Aug 2025 PHP 8.5.0 Beta 2 available for testing The PHP team is pleased to announce the second beta release of PHP 8.5.0, Beta 2. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 Beta 2 please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be Beta 3, planned for 11 Sep 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 28 Aug 2025 PHP 8.3.25 Released! The PHP development team announces the immediate availability of PHP 8.3.25. This is a bug fix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.25 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 28 Aug 2025 PHP 8.4.12 Released! The PHP development team announces the immediate availability of PHP 8.4.12. This is a bug fix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.12 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 14 Aug 2025 PHP 8.5.0 Beta 1 available for testing The PHP team is pleased to announce the first beta release of PHP 8.5.0, Beta 1. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 Beta 1 please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be Beta 2, planned for 28 Aug 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 01 Aug 2025 PHP 8.5.0 Alpha 4 available for testing The PHP team is pleased to announce the third testing release of PHP 8.5.0, Alpha 4. This continues the PHP 8.5 release cycle, the rough outline of which is specified in the PHP Wiki . For source downloads of PHP 8.5.0 Alpha 4 please visit the download page . Please carefully test this version and report any issues found on GitHub . Please DO NOT use this version in production, it is an early test version. For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive. The next release will be Beta 1, planned for 14 Aug 2025. The signatures for the release can be found in the manifest or on the Release Candidates page . Thank you for helping us make PHP better. 31 Jul 2025 PHP 8.4.11 Released! The PHP development team announces the immediate availability of PHP 8.4.11. This is a bug fix release. All PHP 8.4 users are encouraged to upgrade to this version. For source downloads of PHP 8.4.11 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . 31 Jul 2025 PHP 8.3.24 Released! The PHP development team announces the immediate availability of PHP 8.3.24. This is a bug fix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.24 please visit our downloads page , Windows source and binaries can be found on windows.php.net/download/ . The list of changes is recorded in the ChangeLog . Older News Entries The PHP Foundation The PHP Foundation is a collective of people and organizations, united in the mission to ensure the long-term prosperity of the PHP language. Donate Upcoming conferences International PHP Conference Berlin 2026 Laravel Live Japan Conferences calling for papers Dutch PHP Conference 2026 User Group Events Special Thanks Social media @official_php @php@fosstodon.org @phpnet Copyright © 2001-2026 The PHP Group My PHP.net Contact Other PHP.net sites Privacy policy View Source ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://www.php.net/manual/fr/zip.installation.php
PHP: Installation - Manual update page now Downloads Documentation Get Involved Help Search docs Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting User Submitted Data Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Handling file uploads Using remote files Connection handling Persistent Database Connections Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts ? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search (current page) / Focus search box Types de ressources » « Pré-requis Manuel PHP Référence des fonctions Extensions sur l'archivage et la compression Zip Installation/Configuration Change language: English German Spanish French Italian Japanese Brazilian Portuguese Russian Turkish Ukrainian Chinese (Simplified) Other Installation Systèmes Linux Pour utiliser ces fonctions, PHP doit être compilé avec le support ZIP en utilisant l'option de configuration --with-zip . Antérieur à PHP 7.4.0, libzip était inclus avec PHP, et pour compiler l'extension, il fallait utiliser l'option de configuration --enable-zip . À partir de PHP 7.3.0, il était déconseillé de construire avec la version incluse de libzip, mais cela restait possible en utilisant l'option de configuration --without-libzip . Une option de configuration --with-libzip=DIR a été ajoutée pour utiliser une installation système de libzip. La version 0.11 de libzip est requise, avec la recommandation d'utiliser la version 0.11.2 ou ultérieure. Installation via PECL Des informations sur l'installation de ces extensions PECL peuvent être trouvées dans le chapitre du manuel intitulé Installation des extensions PECL . D'autres informations comme les notes sur les nouvelles versions, les téléchargements, les sources des fichiers, les informations concernant les mainteneurs ainsi qu'un CHANGELOG, peuvent être trouvées ici : » https://pecl.php.net/package/zip . Found A Problem? Learn How To Improve This Page • Submit a Pull Request • Report a Bug + add a note User Contributed Notes 2 notes up down 45 Marcel ¶ 7 years ago Getting error configure: error: Please reinstall the libzip distribution when compiling this extension for php 7.3? You need to install the 'libzip' package. In Dockerfile you would do this like: # Install zip RUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip up down 2 askertv at gmail dot com ¶ 1 year ago No package 'libzip' found INSTALLATION PHP FROM SOURCE: ./configure \ --prefix=/usr/local/php-7.4.5 \ --disable-debug \ --enable-fpm \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-inline-optimization \ --enable-ftp \ --enable-xml \ --with-libdir=/usr/lib64 \ --with-curl \ --with-iconv \ --with-gettext \ --with-mysqli \ --enable-pdo \ --with-pdo-mysql \ --with-zlib \ --with-zlib-dir=/usr/lib \ --srcdir=/usr/local/src/php-7.4.5 \ --enable-sockets \ --enable-soap \ --with-openssl \ --enable-gd \ --with-jpeg \ --with-xpm \ --with-freetype \ --with-zip \ --with-libzip=/usr/local/lib64/ \ ONIG_LIBS=/usr/lib64 checking for zip archive read/write support... yes checking for libzip >= 0.11... no configure: error: Package requirements (libzip >= 0.11) were not met: No package 'libzip' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBZIP_CFLAGS and LIBZIP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. INSTALLATION libzip-1.10.1 from source: make install [ 50%] Built target zip [ 94%] Built target man [ 96%] Built target zipcmp [ 96%] Built target zipmerge [ 98%] Built target ziptool [ 98%] Built target add-compressed-data [ 98%] Built target autoclose-archive [100%] Built target in-memory Install the project... -- Install configuration: "" -- Installing: /usr/local/lib64/pkgconfig/libzip.pc -- Installing: /usr/local/lib64/cmake/libzip/modules/FindNettle.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/Findzstd.cmake -- Installing: /usr/local/lib64/cmake/libzip/modules/FindMbedTLS.cmake -- Installing: /usr/local/include/zipconf.h -- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake -- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake -- Installing: /usr/local/lib64/libzip.so.5.5 -- Up-to-date: /usr/local/lib64/libzip.so.5 -- Up-to-date: /usr/local/lib64/libzip.so -- Installing: /usr/local/include/zip.h -- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3 ... ... -- Installing: /usr/local/bin/zipcmp -- Set runtime path of "/usr/local/bin/zipcmp" to "" -- Installing: /usr/local/bin/zipmerge -- Set runtime path of "/usr/local/bin/zipmerge" to "" -- Installing: /usr/local/bin/ziptool -- Set runtime path of "/usr/local/bin/ziptool" to "" OS: RedHat-7.9 + add a note Installation/Configuration Pré-​requis Installation Types de ressources Copyright © 2001-2026 The PHP Documentation Group My PHP.net Contact Other PHP.net sites Privacy policy ↑ and ↓ to navigate • Enter to select • Esc to close • / to open Press Enter without selection to search using Google
2026-01-13T09:30:30
https://zh-cn.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook 邮箱或手机号 密码 忘记账户了? 创建新账户 你暂时被禁止使用此功能 你暂时被禁止使用此功能 似乎你过度使用了此功能,因此暂时被阻止,不能继续使用。 Back 中文(简体) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 日本語 Português (Brasil) Français (France) Deutsch 注册 登录 Messenger Facebook Lite 视频 Meta Pay Meta 商店 Meta Quest Ray-Ban Meta Meta AI Meta AI 更多内容 Instagram Threads 选民信息中心 隐私政策 隐私中心 关于 创建广告 创建公共主页 开发者 招聘信息 Cookie Ad Choices 条款 帮助 联系人上传和非用户 设置 动态记录 Meta © 2026
2026-01-13T09:30:30
https://dev.to/t/clone#main-content
Clone - DEV Community Forem Feed Follow new Subforems to improve your feed DEV Community Follow A space to discuss and keep up software development and manage your software career Future Follow News and discussion of science and technology such as AI, VR, cryptocurrency, quantum computing, and more. Open Forem Follow A general discussion space for the Forem community. If it doesn't have a home elsewhere, it belongs here Gamers Forem Follow An inclusive community for gaming enthusiasts Music Forem Follow From composing and gigging to gear, hot music takes, and everything in between. Vibe Coding Forem Follow Discussing AI software development, and showing off what we're building. Popcorn Movies and TV Follow Movie and TV enthusiasm, criticism and everything in-between. DUMB DEV Community Follow Memes and software development shitposting Design Community Follow Web design, graphic design and everything in-between Security Forem Follow Your central hub for all things security. From ethical hacking and CTFs to GRC and career development, for beginners and pros alike Golf Forem Follow A community of golfers and golfing enthusiasts Crypto Forem Follow A collaborative community for all things Crypto—from Bitcoin to protocol development and DeFi to NFTs and market analysis. Parenting Follow A place for parents to the share the joys, challenges, and wisdom that come from raising kids. We're here for them and for each other. Forem Core Follow Discussing the core forem open source software project — features, bugs, performance, self-hosting. Maker Forem Follow A community for makers, hobbyists, and professionals to discuss Arduino, Raspberry Pi, 3D printing, and much more. HMPL.js Forem Follow For developers using HMPL.js to build fast, lightweight web apps. A space to share projects, ask questions, and discuss server-driven templating Dropdown menu Dropdown menu Skip to content Navigation menu Search Powered by Algolia Search Log in Create account Forem Close # clone Follow Hide Create Post Older #clone posts 1 2 Posts Left menu 👋 Sign in for the ability to sort posts by relevant , latest , or top . Right menu Built a Netflix Clone bibashmanjusubedi bibashmanjusubedi bibashmanjusubedi Follow Jan 9 Built a Netflix Clone # webdev # frontend # clone Comments Add Comment 1 min read Auto-Adjust Your Entire Timeline When Cloning: Stop Manually Fixing Dates in Jira Templates Dorota Popowska Dorota Popowska Dorota Popowska Follow Dec 17 '25 Auto-Adjust Your Entire Timeline When Cloning: Stop Manually Fixing Dates in Jira Templates # jira # management # templates # clone Comments Add Comment 4 min read 🚜 Farmore — Mirror Every GitHub Repo You Own in One Command Digital Alchemyst Digital Alchemyst Digital Alchemyst Follow Nov 27 '25 🚜 Farmore — Mirror Every GitHub Repo You Own in One Command # github # git # clone # backup Comments Add Comment 2 min read Build Your Own ChatGPT Clone — Cheap and Fast Criselda Gomez Criselda Gomez Criselda Gomez Follow Nov 11 '25 Build Your Own ChatGPT Clone — Cheap and Fast # ai # chatgpt # clone 1  reaction Comments Add Comment 2 min read Clone Any Voice with Just 10 Seconds of Audio — No Restrictions, No Gatekeepers owly owly owly Follow Sep 20 '25 Clone Any Voice with Just 10 Seconds of Audio — No Restrictions, No Gatekeepers # ai # clone # python # designpatterns Comments Add Comment 3 min read Steps Included To Develop Spicychat.ai Platform Cloning Rajdeep Singh Rajdeep Singh Rajdeep Singh Follow Aug 6 '25 Steps Included To Develop Spicychat.ai Platform Cloning # clone # ai 2  reactions Comments Add Comment 3 min read 🚀 ChatGPT Clone – Your Own AI Chat Assistant Mr Abdullah WebDev Mr Abdullah WebDev Mr Abdullah WebDev Follow Apr 26 '25 🚀 ChatGPT Clone – Your Own AI Chat Assistant # webdev # ai # javascript # clone 1  reaction Comments Add Comment 1 min read Initial Requirements using Gherkin, GitHub, CodeCatalyst - FakeTube #1 Jacek Kościesza Jacek Kościesza Jacek Kościesza Follow for AWS Community Builders Mar 31 '25 Initial Requirements using Gherkin, GitHub, CodeCatalyst - FakeTube #1 # github # codecatalyst # youtube # clone 6  reactions Comments Add Comment 18 min read Why I Switched to Tailwind CSS and Never Going Back! Mannat Trivedi Mannat Trivedi Mannat Trivedi Follow Jan 3 '25 Why I Switched to Tailwind CSS and Never Going Back! # webdev # tailwindcss # css # clone Comments Add Comment 2 min read Clone a private repository with PAT from Github Super Kai (Kazuya Ito) Super Kai (Kazuya Ito) Super Kai (Kazuya Ito) Follow Oct 18 '24 Clone a private repository with PAT from Github # github # clone # private # repository Comments Add Comment 2 min read Clone a private repository with FGPAT from Github Super Kai (Kazuya Ito) Super Kai (Kazuya Ito) Super Kai (Kazuya Ito) Follow Oct 18 '24 Clone a private repository with FGPAT from Github # github # clone # private # repository Comments Add Comment 2 min read Cost Estimation for Developing a TikTok Clone App Elisa Ray Elisa Ray Elisa Ray Follow Sep 5 '24 Cost Estimation for Developing a TikTok Clone App # tiktok # clone # powerapps # lowcode 5  reactions Comments 1  comment 3 min read Clone Apps: The Future of Cost-Effective and Rapid Software Development robertwilliams16 robertwilliams16 robertwilliams16 Follow Jul 13 '24 Clone Apps: The Future of Cost-Effective and Rapid Software Development # clone # productivity # development Comments Add Comment 4 min read How to Create an NFT Marketplace Like OpenSea robertwilliams16 robertwilliams16 robertwilliams16 Follow Aug 10 '24 How to Create an NFT Marketplace Like OpenSea # blockchain # productivity # clone Comments 1  comment 5 min read Cloning Reactive Objects in JavaScript Akshaya Mallyar Shet Akshaya Mallyar Shet Akshaya Mallyar Shet Follow Jul 16 '24 Cloning Reactive Objects in JavaScript # vue # reactive # clone # javascript 1  reaction Comments Add Comment 2 min read Slenderman Game Clone Mubeen Mubeen Mubeen Follow Jun 18 '24 Slenderman Game Clone # gamedev # clone # coding # unity3d 4  reactions Comments 1  comment 1 min read Javascript: on clone des robots ! Jean-Noël Jean-Noël Jean-Noël Follow for Younup Apr 12 '23 Javascript: on clone des robots ! # javascript # clone # object # typescript 1  reaction Comments Add Comment 5 min read Build YouTube Clone with AWS - FakeTube #0 Jacek Kościesza Jacek Kościesza Jacek Kościesza Follow for AWS Community Builders Mar 31 '23 Build YouTube Clone with AWS - FakeTube #0 # aws # youtube # clone # tutorial 27  reactions Comments 1  comment 16 min read Gmail Clone with React Js Mofijul Haque Mofijul Haque Mofijul Haque Follow Feb 3 '23 Gmail Clone with React Js # javascript # react # clone # programming 11  reactions Comments 3  comments 1 min read GitHub: are removed version-tagged files still available for downloading? Be Hai Nguyen Be Hai Nguyen Be Hai Nguyen Follow Jan 4 '23 GitHub: are removed version-tagged files still available for downloading? # github # tag # clone # remove Comments Add Comment 3 min read I made a 'Google keep' clone with most of its features using Angular Abdjalil Brihoum Abdjalil Brihoum Abdjalil Brihoum Follow Sep 30 '22 I made a 'Google keep' clone with most of its features using Angular # angular # clone # tutorial # frontend 18  reactions Comments Add Comment 11 min read Twitter Clone Part 3: Adding Tweet Reactions and Showing Notifications Dillion Megida Dillion Megida Dillion Megida Follow Jun 29 '22 Twitter Clone Part 3: Adding Tweet Reactions and Showing Notifications # javascript # webdev # react # clone 12  reactions Comments Add Comment 21 min read Twitter Clone Part 2: Creating a Profile Page and Following Users Dillion Megida Dillion Megida Dillion Megida Follow Jun 29 '22 Twitter Clone Part 2: Creating a Profile Page and Following Users # javascript # react # clone # webdev 9  reactions Comments Add Comment 10 min read Twitter Clone Part 1: Connecting Users to Stream Feeds and Creating a Tweet Dillion Megida Dillion Megida Dillion Megida Follow Jun 27 '22 Twitter Clone Part 1: Connecting Users to Stream Feeds and Creating a Tweet # javascript # react # feeds # clone 14  reactions Comments Add Comment 32 min read Renaming a folder on the GitHub website Cassidy Williams Cassidy Williams Cassidy Williams Follow Apr 28 '22 Renaming a folder on the GitHub website # github # git # rename # clone 70  reactions Comments 2  comments 2 min read loading... trending guides/resources Build Your Own ChatGPT Clone — Cheap and Fast Auto-Adjust Your Entire Timeline When Cloning: Stop Manually Fixing Dates in Jira Templates 🚜 Farmore — Mirror Every GitHub Repo You Own in One Command 💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of DEV Forem — A space to discuss and keep up software development and manage your software career Home DEV++ Podcasts Videos DEV Education Tracks DEV Challenges DEV Help Advertise on DEV DEV Showcase About Contact Free Postgres Database Software comparisons Forem Shop Code of Conduct Privacy Policy Terms of Use Built on Forem — the open source software that powers DEV and other inclusive communities. Made with love and Ruby on Rails . Forem © 2016 - 2026. We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT3xtrDbCYzSCVCsGaPFskOp2xiYfUFW8CQmEpEtkfMjBZfLxz7TQDEpQ51t82b7-pje08yYeew6RfQvAWTZ25qqX6SOAtACbd2Ays57o0MJVvjBLAz9eQFmIin0O8_gN4T_4hqHC0g9Va3M
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT12tt4KP_g-rXASLrr8YVcektALIhMLJedd-a9AnOs-AXhmGmWlr0TMI3tX5MU9nOIrLAncWebYTbbucKIkc5FqykiFVmFqRbOhXOfUtR9VCc0BvcGmkQuNlAmSYU1BhcgFv7iFQ9nZ1Tnj
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://www.facebook.com/share_channel/?type=reshare&amp%3Bamp%3Bamp%3Blink=https%3A%2F%2Fdev.to%2Fmsandula12%2Fclimbing-the-software-engineering-ranks-going-from-mid-to-senior-1fi&amp%3Bamp%3Bamp%3Bapp_id=966242223397117&amp%3Bamp%3Bamp%3Bsource_surface=external_reshare&amp%3Bamp%3Bamp%3Bdisplay&amp%3Bamp%3Bamp%3Bhashtag
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://fr-fr.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook Adresse e-mail ou téléphone Mot de passe Informations de compte oubliées ? Créer un compte Cette fonction est temporairement bloquée Cette fonction est temporairement bloquée Il semble que vous ayez abusé de cette fonctionnalité en l’utilisant trop vite. Vous n’êtes plus autorisé à l’utiliser. Back Français (France) 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Deutsch S’inscrire Se connecter Messenger Facebook Lite Vidéo Meta Pay Boutique Meta Meta Quest Ray-Ban Meta Meta AI Plus de contenu Meta AI Instagram Threads Centre d’information sur les élections Politique de confidentialité Centre de confidentialité À propos Créer une publicité Créer une Page Développeurs Emplois Cookies Choisir sa publicité Conditions générales Aide Importation des contacts et non-utilisateurs Paramètres Historique d’activité Meta © 2026
2026-01-13T09:30:30
https://ja-jp.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook メールアドレスまたは電話番号 パスワード アカウントを忘れた場合 新しいアカウントを作成 機能の一時停止 機能の一時停止 この機能の使用ペースが早過ぎるため、機能の使用が一時的にブロックされました。 Back 日本語 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) Português (Brasil) Français (France) Deutsch アカウント登録 ログイン Messenger Facebook Lite 動画 Meta Pay Metaストア Meta Quest Ray-Ban Meta Meta AI Meta AIのコンテンツをもっと見る Instagram Threads 投票情報センター プライバシーポリシー プライバシーセンター Facebookについて 広告を作成 ページを作成 開発者 採用情報 Cookie AdChoices 規約 ヘルプ 連絡先のアップロードと非ユーザー 設定 アクティビティログ Meta © 2026
2026-01-13T09:30:30
https://www.linkedin.com/uas/login?fromSignIn=true&session_redirect=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fmatgoat&trk=top-card_ellipsis-menu-semaphore-sign-in-redirect&guestReportContentType=COMPANY&_f=guest-reporting
LinkedIn Login, Sign in | LinkedIn Sign in Sign in with Apple Sign in with a passkey By clicking Continue, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . or Email or phone Password Show Forgot password? Keep me logged in Sign in We’ve emailed a one-time link to your primary email address Click on the link to sign in instantly to your LinkedIn account. If you don’t see the email in your inbox, check your spam folder. Resend email Back New to LinkedIn? Join now Agree & Join LinkedIn By clicking Continue, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . LinkedIn © 2026 User Agreement Privacy Policy Community Guidelines Cookie Policy Copyright Policy Send Feedback Language العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional))
2026-01-13T09:30:30
https://www.linkedin.com/login?session_redirect=https%3A%2F%2Fwww%2Elinkedin%2Ecom%2Fcompany%2Fmatgoat&fromSignIn=true&trk=organization_guest_nav-header-signin
LinkedIn Login, Sign in | LinkedIn Sign in Sign in with Apple Sign in with a passkey By clicking Continue, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . or Email or phone Password Show Forgot password? Keep me logged in Sign in We’ve emailed a one-time link to your primary email address Click on the link to sign in instantly to your LinkedIn account. If you don’t see the email in your inbox, check your spam folder. Resend email Back New to LinkedIn? Join now Agree & Join LinkedIn By clicking Continue, you agree to LinkedIn’s User Agreement , Privacy Policy , and Cookie Policy . LinkedIn © 2026 User Agreement Privacy Policy Community Guidelines Cookie Policy Copyright Policy Send Feedback Language العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional))
2026-01-13T09:30:30
https://es-la.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook Correo o teléfono Contraseña ¿Olvidaste tu cuenta? Crear cuenta nueva Se te bloqueó temporalmente Se te bloqueó temporalmente Parece que hiciste un uso indebido de esta función al ir muy rápido. Se te bloqueó su uso temporalmente. Back Español 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Registrarte Iniciar sesión Messenger Facebook Lite Video Meta Pay Tienda de Meta Meta Quest Ray-Ban Meta Meta AI Más contenido de Meta AI Instagram Threads Centro de información de votación Política de privacidad Centro de privacidad Información Crear anuncio Crear página Desarrolladores Empleo Cookies Opciones de anuncios Condiciones Ayuda Importación de contactos y no usuarios Configuración Registro de actividad Meta © 2026
2026-01-13T09:30:30
http://www.php-fig.org/psr/psr-0/#mandatory
PSR-0: Autoloading Standard - PHP-FIG PHP-FIG The PHP Framework Interop Group Menu Home Blog PSRs PERs Personnel Bylaws FAQs Get Involved PSR-0: Autoloading Standard Autoloading Standard ¶ Deprecated - As of 2014-10-21 PSR-0 has been marked as deprecated. PSR-4 is now recommended as an alternative. The following describes the mandatory requirements that must be adhered to for autoloader interoperability. Mandatory ¶ A fully-qualified namespace and class must have the following structure \<Vendor Name>\(<Namespace>\)*<Class Name> Each namespace must have a top-level namespace ("Vendor Name"). Each namespace can have as many sub-namespaces as it wishes. Each namespace separator is converted to a DIRECTORY_SEPARATOR when loading from the file system. Each _ character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR . The _ character has no special meaning in the namespace. The fully-qualified namespace and class are suffixed with .php when loading from the file system. Alphabetic characters in vendor names, namespaces, and class names may be of any combination of lower case and upper case. Examples ¶ \Doctrine\Common\IsolatedClassLoader => /path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php \Symfony\Core\Request => /path/to/project/lib/vendor/Symfony/Core/Request.php \Zend\Acl => /path/to/project/lib/vendor/Zend/Acl.php \Zend\Mail\Message => /path/to/project/lib/vendor/Zend/Mail/Message.php Underscores in Namespaces and Class Names ¶ \namespace\package\Class_Name => /path/to/project/lib/vendor/namespace/package/Class/Name.php \namespace\package_name\Class_Name => /path/to/project/lib/vendor/namespace/package_name/Class/Name.php The standards we set here should be the lowest common denominator for painless autoloader interoperability. You can test that you are following these standards by utilizing this sample SplClassLoader implementation which is able to load PHP 5.3 classes. Example Implementation ¶ Below is an example function to simply demonstrate how the above proposed standards are autoloaded. <?php function autoload ($className) { $className = ltrim($className, '\\' ); $fileName = '' ; $namespace = '' ; if ($lastNsPos = strrpos($className, '\\' )) { $namespace = substr($className, 0 , $lastNsPos); $className = substr($className, $lastNsPos + 1 ); $fileName = str_replace( '\\' , DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR; } $fileName .= str_replace( '_' , DIRECTORY_SEPARATOR, $className) . '.php' ; require $fileName; } spl_autoload_register( 'autoload' ); SplClassLoader Implementation ¶ The following gist is a sample SplClassLoader implementation that can load your classes if you follow the autoloader interoperability standards proposed above. It is the current recommended way to load PHP 5.3 classes that follow these standards. http://gist.github.com/221634 Additional Info: PSR-0: Autoloading Standard PSR-4: Autoloading Standard PSR-0 Meta Document Follow us on Mastodon Follow us on Bluesky Discuss on Discord Contribute via GitHub Join our mailing list © PHP Framework Interop Group. Site design by Jonathan Reinink . Hosting sponsored by the PHP PaaS
2026-01-13T09:30:30
https://th-th.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook อีเมลหรือโทรศัพท์ รหัสผ่าน ลืมบัญชีใช่หรือไม่ สร้างบัญชีใหม่ คุณถูกบล็อกชั่วคราว คุณถูกบล็อกชั่วคราว ดูเหมือนว่าคุณจะใช้คุณสมบัตินี้ในทางที่ผิดโดยการใช้เร็วเกินไป คุณถูกบล็อกจากการใช้โดยชั่วคราว Back ภาษาไทย 한국어 English (US) Tiếng Việt Bahasa Indonesia Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch สมัคร เข้าสู่ระบบ Messenger Facebook Lite วิดีโอ Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI เนื้อหาเพิ่มเติมจาก Meta AI Instagram Threads ศูนย์ข้อมูลการลงคะแนนเสียง นโยบายความเป็นส่วนตัว ศูนย์ความเป็นส่วนตัว เกี่ยวกับ สร้างโฆษณา สร้างเพจ ผู้พัฒนา ร่วมงานกับ Facebook คุกกี้ ตัวเลือกโฆษณา เงื่อนไข ความช่วยเหลือ การอัพโหลดผู้ติดต่อและผู้ที่ไม่ได้ใช้บริการ การตั้งค่า บันทึกกิจกรรม Meta © 2026
2026-01-13T09:30:30
http://www.php-fig.org/psr/psr-0/#example-implementation
PSR-0: Autoloading Standard - PHP-FIG PHP-FIG The PHP Framework Interop Group Menu Home Blog PSRs PERs Personnel Bylaws FAQs Get Involved PSR-0: Autoloading Standard Autoloading Standard ¶ Deprecated - As of 2014-10-21 PSR-0 has been marked as deprecated. PSR-4 is now recommended as an alternative. The following describes the mandatory requirements that must be adhered to for autoloader interoperability. Mandatory ¶ A fully-qualified namespace and class must have the following structure \<Vendor Name>\(<Namespace>\)*<Class Name> Each namespace must have a top-level namespace ("Vendor Name"). Each namespace can have as many sub-namespaces as it wishes. Each namespace separator is converted to a DIRECTORY_SEPARATOR when loading from the file system. Each _ character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR . The _ character has no special meaning in the namespace. The fully-qualified namespace and class are suffixed with .php when loading from the file system. Alphabetic characters in vendor names, namespaces, and class names may be of any combination of lower case and upper case. Examples ¶ \Doctrine\Common\IsolatedClassLoader => /path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php \Symfony\Core\Request => /path/to/project/lib/vendor/Symfony/Core/Request.php \Zend\Acl => /path/to/project/lib/vendor/Zend/Acl.php \Zend\Mail\Message => /path/to/project/lib/vendor/Zend/Mail/Message.php Underscores in Namespaces and Class Names ¶ \namespace\package\Class_Name => /path/to/project/lib/vendor/namespace/package/Class/Name.php \namespace\package_name\Class_Name => /path/to/project/lib/vendor/namespace/package_name/Class/Name.php The standards we set here should be the lowest common denominator for painless autoloader interoperability. You can test that you are following these standards by utilizing this sample SplClassLoader implementation which is able to load PHP 5.3 classes. Example Implementation ¶ Below is an example function to simply demonstrate how the above proposed standards are autoloaded. <?php function autoload ($className) { $className = ltrim($className, '\\' ); $fileName = '' ; $namespace = '' ; if ($lastNsPos = strrpos($className, '\\' )) { $namespace = substr($className, 0 , $lastNsPos); $className = substr($className, $lastNsPos + 1 ); $fileName = str_replace( '\\' , DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR; } $fileName .= str_replace( '_' , DIRECTORY_SEPARATOR, $className) . '.php' ; require $fileName; } spl_autoload_register( 'autoload' ); SplClassLoader Implementation ¶ The following gist is a sample SplClassLoader implementation that can load your classes if you follow the autoloader interoperability standards proposed above. It is the current recommended way to load PHP 5.3 classes that follow these standards. http://gist.github.com/221634 Additional Info: PSR-0: Autoloading Standard PSR-4: Autoloading Standard PSR-0 Meta Document Follow us on Mastodon Follow us on Bluesky Discuss on Discord Contribute via GitHub Join our mailing list © PHP Framework Interop Group. Site design by Jonathan Reinink . Hosting sponsored by the PHP PaaS
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT2rswR9KxGuVZNjHGUt-ND1-seXD6OfLYpFF_v96sHT8RiVV5xeHJXqAZh-AHIB6I1iGoDLVuefBfJ9H3i8puJ8n2U_a09LKU_I7DS-wsD3XT3uKWKLow2xmnGUMxpDQ3C38NlTsoWswa2m
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT3W_5gpAqKpGuZ4owrXRFViyBLpZoc5bn_-m-D7_6NDMf_MgKTRpjJn5JqDc-SD4IT_tLw_QH6SgEMG-mIc2-kzDBStWd19q_zLi5RTrLA2aqI4zcAxZN3_c3dZQ0X6GtxHlKZLXS4cq6YW
Facebook Facebook 이메일 또는 휴대폰 비밀번호 계정을 잊으셨나요? 새 계정 만들기 일시적으로 차단됨 일시적으로 차단됨 회원님의 이 기능 사용 속도가 너무 빠른 것 같습니다. 이 기능 사용에서 일시적으로 차단되었습니다. Back 한국어 English (US) Tiếng Việt Bahasa Indonesia ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch 가입하기 로그인 Messenger Facebook Lite 동영상 Meta Pay Meta 스토어 Meta Quest Ray-Ban Meta Meta AI Meta AI 콘텐츠 더 보기 Instagram Threads 투표 정보 센터 개인정보처리방침 개인정보 보호 센터 정보 광고 만들기 페이지 만들기 개발자 채용 정보 쿠키 AdChoices 이용 약관 고객 센터 연락처 업로드 및 비사용자 설정 활동 로그 Meta © 2026
2026-01-13T09:30:30
http://www.php-fig.org/psr/psr-0/#examples
PSR-0: Autoloading Standard - PHP-FIG PHP-FIG The PHP Framework Interop Group Menu Home Blog PSRs PERs Personnel Bylaws FAQs Get Involved PSR-0: Autoloading Standard Autoloading Standard ¶ Deprecated - As of 2014-10-21 PSR-0 has been marked as deprecated. PSR-4 is now recommended as an alternative. The following describes the mandatory requirements that must be adhered to for autoloader interoperability. Mandatory ¶ A fully-qualified namespace and class must have the following structure \<Vendor Name>\(<Namespace>\)*<Class Name> Each namespace must have a top-level namespace ("Vendor Name"). Each namespace can have as many sub-namespaces as it wishes. Each namespace separator is converted to a DIRECTORY_SEPARATOR when loading from the file system. Each _ character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR . The _ character has no special meaning in the namespace. The fully-qualified namespace and class are suffixed with .php when loading from the file system. Alphabetic characters in vendor names, namespaces, and class names may be of any combination of lower case and upper case. Examples ¶ \Doctrine\Common\IsolatedClassLoader => /path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php \Symfony\Core\Request => /path/to/project/lib/vendor/Symfony/Core/Request.php \Zend\Acl => /path/to/project/lib/vendor/Zend/Acl.php \Zend\Mail\Message => /path/to/project/lib/vendor/Zend/Mail/Message.php Underscores in Namespaces and Class Names ¶ \namespace\package\Class_Name => /path/to/project/lib/vendor/namespace/package/Class/Name.php \namespace\package_name\Class_Name => /path/to/project/lib/vendor/namespace/package_name/Class/Name.php The standards we set here should be the lowest common denominator for painless autoloader interoperability. You can test that you are following these standards by utilizing this sample SplClassLoader implementation which is able to load PHP 5.3 classes. Example Implementation ¶ Below is an example function to simply demonstrate how the above proposed standards are autoloaded. <?php function autoload ($className) { $className = ltrim($className, '\\' ); $fileName = '' ; $namespace = '' ; if ($lastNsPos = strrpos($className, '\\' )) { $namespace = substr($className, 0 , $lastNsPos); $className = substr($className, $lastNsPos + 1 ); $fileName = str_replace( '\\' , DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR; } $fileName .= str_replace( '_' , DIRECTORY_SEPARATOR, $className) . '.php' ; require $fileName; } spl_autoload_register( 'autoload' ); SplClassLoader Implementation ¶ The following gist is a sample SplClassLoader implementation that can load your classes if you follow the autoloader interoperability standards proposed above. It is the current recommended way to load PHP 5.3 classes that follow these standards. http://gist.github.com/221634 Additional Info: PSR-0: Autoloading Standard PSR-4: Autoloading Standard PSR-0 Meta Document Follow us on Mastodon Follow us on Bluesky Discuss on Discord Contribute via GitHub Join our mailing list © PHP Framework Interop Group. Site design by Jonathan Reinink . Hosting sponsored by the PHP PaaS
2026-01-13T09:30:30
http://www.php-fig.org/psr/psr-0/#underscores-in-namespaces-and-class-names
PSR-0: Autoloading Standard - PHP-FIG PHP-FIG The PHP Framework Interop Group Menu Home Blog PSRs PERs Personnel Bylaws FAQs Get Involved PSR-0: Autoloading Standard Autoloading Standard ¶ Deprecated - As of 2014-10-21 PSR-0 has been marked as deprecated. PSR-4 is now recommended as an alternative. The following describes the mandatory requirements that must be adhered to for autoloader interoperability. Mandatory ¶ A fully-qualified namespace and class must have the following structure \<Vendor Name>\(<Namespace>\)*<Class Name> Each namespace must have a top-level namespace ("Vendor Name"). Each namespace can have as many sub-namespaces as it wishes. Each namespace separator is converted to a DIRECTORY_SEPARATOR when loading from the file system. Each _ character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR . The _ character has no special meaning in the namespace. The fully-qualified namespace and class are suffixed with .php when loading from the file system. Alphabetic characters in vendor names, namespaces, and class names may be of any combination of lower case and upper case. Examples ¶ \Doctrine\Common\IsolatedClassLoader => /path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php \Symfony\Core\Request => /path/to/project/lib/vendor/Symfony/Core/Request.php \Zend\Acl => /path/to/project/lib/vendor/Zend/Acl.php \Zend\Mail\Message => /path/to/project/lib/vendor/Zend/Mail/Message.php Underscores in Namespaces and Class Names ¶ \namespace\package\Class_Name => /path/to/project/lib/vendor/namespace/package/Class/Name.php \namespace\package_name\Class_Name => /path/to/project/lib/vendor/namespace/package_name/Class/Name.php The standards we set here should be the lowest common denominator for painless autoloader interoperability. You can test that you are following these standards by utilizing this sample SplClassLoader implementation which is able to load PHP 5.3 classes. Example Implementation ¶ Below is an example function to simply demonstrate how the above proposed standards are autoloaded. <?php function autoload ($className) { $className = ltrim($className, '\\' ); $fileName = '' ; $namespace = '' ; if ($lastNsPos = strrpos($className, '\\' )) { $namespace = substr($className, 0 , $lastNsPos); $className = substr($className, $lastNsPos + 1 ); $fileName = str_replace( '\\' , DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR; } $fileName .= str_replace( '_' , DIRECTORY_SEPARATOR, $className) . '.php' ; require $fileName; } spl_autoload_register( 'autoload' ); SplClassLoader Implementation ¶ The following gist is a sample SplClassLoader implementation that can load your classes if you follow the autoloader interoperability standards proposed above. It is the current recommended way to load PHP 5.3 classes that follow these standards. http://gist.github.com/221634 Additional Info: PSR-0: Autoloading Standard PSR-4: Autoloading Standard PSR-0 Meta Document Follow us on Mastodon Follow us on Bluesky Discuss on Discord Contribute via GitHub Join our mailing list © PHP Framework Interop Group. Site design by Jonathan Reinink . Hosting sponsored by the PHP PaaS
2026-01-13T09:30:30
https://packagist.org/packages/symfony/config
symfony/config - Packagist.org Toggle navigation Packagist.org The PHP Package Repository Browse Submit Create account Sign in Remember me Use Github Log in No account yet? Create one now! Search by symfony / config Helps you find, load, combine, autofill and validate configuration values of any kind Maintainers Details github.com/symfony/config Homepage Source Fund package maintenance! fabpot nicolas-grekas symfony.com/sponsor Tidelift Installs : 437 803 931 Dependents : 6 737 Suggesters : 70 Security : 0 Stars : 4 280 Watchers : 9 Forks : 43 pkg:composer/symfony/config v8.0.3 2025-12-23 14:52 UTC Requires php: >=8.4 symfony/deprecation-contracts : ^2.5|^3 symfony/filesystem : ^7.4|^8.0 symfony/polyfill-ctype : ^1.8 Requires (Dev) symfony/event-dispatcher : ^7.4|^8.0 symfony/finder : ^7.4|^8.0 symfony/messenger : ^7.4|^8.0 symfony/service-contracts : ^2.5|^3 symfony/yaml : ^7.4|^8.0 Suggests None Provides None Conflicts symfony/service-contracts : <2.5 Replaces None MIT 58063686fd7b8e676f14b5a4808cb85265c5216e Fabien Potencier <fabien .woop @symfony.com> Symfony Community 8.1.x-dev 8.0.x-dev v8.0.3 v8.0.1 v8.0.0 v8.0.0-RC1 v8.0.0-BETA2 v8.0.0-BETA1 7.4.x-dev v7.4.3 v7.4.1 v7.4.0 v7.4.0-RC1 v7.4.0-BETA2 v7.4.0-BETA1 7.3.x-dev v7.3.8 v7.3.6 v7.3.4 v7.3.2 v7.3.0 v7.3.0-RC1 v7.3.0-BETA1 7.2.x-dev v7.2.9 v7.2.7 v7.2.6 v7.2.3 v7.2.0 v7.2.0-RC1 v7.2.0-BETA2 v7.2.0-BETA1 7.1.x-dev v7.1.7 v7.1.6 v7.1.1 v7.1.0 v7.1.0-RC1 v7.1.0-BETA1 7.0.x-dev v7.0.8 v7.0.7 v7.0.6 v7.0.4 v7.0.3 v7.0.0 v7.0.0-RC1 v7.0.0-BETA3 v7.0.0-BETA2 v7.0.0-BETA1 6.4.x-dev v6.4.28 v6.4.26 v6.4.24 v6.4.22 v6.4.14 v6.4.13 v6.4.8 v6.4.7 v6.4.6 v6.4.4 v6.4.3 v6.4.0 v6.4.0-RC1 v6.4.0-BETA3 v6.4.0-BETA2 v6.4.0-BETA1 6.3.x-dev v6.3.12 v6.3.8 v6.3.2 v6.3.0 v6.3.0-RC1 v6.3.0-BETA1 6.2.x-dev v6.2.13 v6.2.7 v6.2.5 v6.2.0 v6.2.0-RC1 v6.2.0-BETA3 v6.2.0-BETA1 6.1.x-dev v6.1.11 v6.1.3 v6.1.0 v6.1.0-RC1 v6.1.0-BETA2 v6.1.0-BETA1 6.0.x-dev v6.0.19 v6.0.11 v6.0.9 v6.0.8 v6.0.7 v6.0.3 v6.0.2 v6.0.0 v6.0.0-RC1 v6.0.0-BETA2 v6.0.0-BETA1 5.4.x-dev v5.4.46 v5.4.45 v5.4.40 v5.4.39 v5.4.38 v5.4.36 v5.4.35 v5.4.31 v5.4.26 v5.4.21 v5.4.19 v5.4.11 v5.4.9 v5.4.8 v5.4.7 v5.4.3 v5.4.2 v5.4.0 v5.4.0-RC1 v5.4.0-BETA2 v5.4.0-BETA1 5.3.x-dev v5.3.14 v5.3.13 v5.3.11 v5.3.10 v5.3.4 v5.3.3 v5.3.2 v5.3.0 v5.3.0-RC1 v5.3.0-BETA3 v5.3.0-BETA2 v5.3.0-BETA1 5.2.x-dev v5.2.12 v5.2.11 v5.2.10 v5.2.8 v5.2.7 v5.2.4 v5.2.3 v5.2.2 v5.2.1 v5.2.0 v5.2.0-RC2 v5.2.0-RC1 v5.2.0-BETA3 v5.2.0-BETA2 v5.2.0-BETA1 5.1.x-dev v5.1.11 v5.1.10 v5.1.9 v5.1.8 v5.1.7 v5.1.6 v5.1.5 v5.1.4 v5.1.3 v5.1.2 v5.1.1 v5.1.0 v5.1.0-RC2 v5.1.0-RC1 v5.1.0-BETA1 5.0.x-dev v5.0.11 v5.0.10 v5.0.9 v5.0.8 v5.0.7 v5.0.6 v5.0.5 v5.0.4 v5.0.3 v5.0.2 v5.0.1 v5.0.0 v5.0.0-RC1 v5.0.0-BETA2 v5.0.0-BETA1 4.4.x-dev v4.4.44 v4.4.42 v4.4.41 v4.4.37 v4.4.36 v4.4.34 v4.4.33 v4.4.30 v4.4.27 v4.4.26 v4.4.25 v4.4.23 v4.4.22 v4.4.20 v4.4.19 v4.4.18 v4.4.17 v4.4.16 v4.4.15 v4.4.14 v4.4.13 v4.4.12 v4.4.11 v4.4.10 v4.4.9 v4.4.8 v4.4.7 v4.4.6 v4.4.5 v4.4.4 v4.4.3 v4.4.2 v4.4.1 v4.4.0 v4.4.0-RC1 v4.4.0-BETA2 v4.4.0-BETA1 4.3.x-dev v4.3.11 v4.3.10 v4.3.9 v4.3.8 v4.3.7 v4.3.6 v4.3.5 v4.3.4 v4.3.3 v4.3.2 v4.3.1 v4.3.0 v4.3.0-RC1 v4.3.0-BETA2 v4.3.0-BETA1 4.2.x-dev v4.2.12 v4.2.11 v4.2.10 v4.2.9 v4.2.8 v4.2.7 v4.2.6 v4.2.5 v4.2.4 v4.2.3 v4.2.2 v4.2.1 v4.2.0 v4.2.0-RC1 v4.2.0-BETA2 v4.2.0-BETA1 4.1.x-dev v4.1.12 v4.1.11 v4.1.10 v4.1.9 v4.1.8 v4.1.7 v4.1.6 v4.1.5 v4.1.4 v4.1.3 v4.1.2 v4.1.1 v4.1.0 v4.1.0-BETA3 v4.1.0-BETA2 v4.1.0-BETA1 4.0.x-dev v4.0.15 v4.0.14 v4.0.13 v4.0.12 v4.0.11 v4.0.10 v4.0.9 v4.0.8 v4.0.7 v4.0.6 v4.0.5 v4.0.4 v4.0.3 v4.0.2 v4.0.1 v4.0.0 v4.0.0-RC2 v4.0.0-RC1 v4.0.0-BETA4 v4.0.0-BETA3 v4.0.0-BETA2 v4.0.0-BETA1 3.4.x-dev v3.4.47 v3.4.46 v3.4.45 v3.4.44 v3.4.43 v3.4.42 v3.4.41 v3.4.40 v3.4.39 v3.4.38 v3.4.37 v3.4.36 v3.4.35 v3.4.34 v3.4.33 v3.4.32 v3.4.31 v3.4.30 v3.4.29 v3.4.28 v3.4.27 v3.4.26 v3.4.25 v3.4.24 v3.4.23 v3.4.22 v3.4.21 v3.4.20 v3.4.19 v3.4.18 v3.4.17 v3.4.16 v3.4.15 v3.4.14 v3.4.13 v3.4.12 v3.4.11 v3.4.10 v3.4.9 v3.4.8 v3.4.7 v3.4.6 v3.4.5 v3.4.4 v3.4.3 v3.4.2 v3.4.1 v3.4.0 v3.4.0-RC2 v3.4.0-RC1 v3.4.0-BETA4 v3.4.0-BETA3 v3.4.0-BETA2 v3.4.0-BETA1 3.3.x-dev v3.3.18 v3.3.17 v3.3.16 v3.3.15 v3.3.14 v3.3.13 v3.3.12 v3.3.11 v3.3.10 v3.3.9 v3.3.8 v3.3.7 v3.3.6 v3.3.5 v3.3.4 v3.3.3 v3.3.2 v3.3.1 v3.3.0 v3.3.0-RC1 v3.3.0-BETA1 3.2.x-dev v3.2.14 v3.2.13 v3.2.12 v3.2.11 v3.2.10 v3.2.9 v3.2.8 v3.2.7 v3.2.6 v3.2.5 v3.2.4 v3.2.3 v3.2.2 v3.2.1 v3.2.0 v3.2.0-RC2 v3.2.0-RC1 v3.2.0-BETA1 3.1.x-dev v3.1.10 v3.1.9 v3.1.8 v3.1.7 v3.1.6 v3.1.5 v3.1.4 v3.1.3 v3.1.2 v3.1.1 v3.1.0 v3.1.0-RC1 v3.1.0-BETA1 3.0.x-dev v3.0.9 v3.0.8 v3.0.7 v3.0.6 v3.0.5 v3.0.4 v3.0.3 v3.0.2 v3.0.1 v3.0.0 v3.0.0-BETA1 2.8.x-dev v2.8.52 v2.8.50 v2.8.49 v2.8.48 v2.8.47 v2.8.46 v2.8.45 v2.8.44 v2.8.43 v2.8.42 v2.8.41 v2.8.40 v2.8.39 v2.8.38 v2.8.37 v2.8.36 v2.8.35 v2.8.34 v2.8.33 v2.8.32 v2.8.31 v2.8.30 v2.8.29 v2.8.28 v2.8.27 v2.8.26 v2.8.25 v2.8.24 v2.8.23 v2.8.22 v2.8.21 v2.8.20 v2.8.19 v2.8.18 v2.8.17 v2.8.16 v2.8.15 v2.8.14 v2.8.13 v2.8.12 v2.8.11 v2.8.10 v2.8.9 v2.8.8 v2.8.7 v2.8.6 v2.8.5 v2.8.4 v2.8.3 v2.8.2 v2.8.1 v2.8.0 v2.8.0-BETA1 2.7.x-dev v2.7.51 v2.7.50 v2.7.49 v2.7.48 v2.7.47 v2.7.46 v2.7.45 v2.7.44 v2.7.43 v2.7.42 v2.7.41 v2.7.40 v2.7.39 v2.7.38 v2.7.37 v2.7.36 v2.7.35 v2.7.34 v2.7.33 v2.7.32 v2.7.31 v2.7.30 v2.7.29 v2.7.28 v2.7.27 v2.7.26 v2.7.25 v2.7.24 v2.7.23 v2.7.22 v2.7.21 v2.7.20 v2.7.19 v2.7.18 v2.7.17 v2.7.16 v2.7.15 v2.7.14 v2.7.13 v2.7.12 v2.7.11 v2.7.10 v2.7.9 v2.7.8 v2.7.7 v2.7.6 v2.7.5 v2.7.4 v2.7.3 v2.7.2 v2.7.1 v2.7.0 v2.7.0-BETA2 v2.7.0-BETA1 2.6.x-dev v2.6.13 v2.6.12 v2.6.11 v2.6.10 v2.6.9 v2.6.8 v2.6.7 v2.6.6 v2.6.5 v2.6.4 v2.6.3 v2.6.2 v2.6.1 v2.6.0 v2.6.0-BETA2 v2.6.0-BETA1 2.5.x-dev v2.5.12 v2.5.11 v2.5.10 v2.5.9 v2.5.8 v2.5.7 v2.5.6 v2.5.5 v2.5.4 v2.5.3 v2.5.2 v2.5.1 v2.5.0 v2.5.0-RC1 v2.5.0-BETA2 v2.5.0-BETA1 2.4.x-dev v2.4.10 v2.4.9 v2.4.8 v2.4.7 v2.4.6 v2.4.5 v2.4.4 v2.4.3 v2.4.2 v2.4.1 v2.4.0 v2.4.0-RC1 v2.4.0-BETA2 v2.4.0-BETA1 2.3.x-dev v2.3.42 v2.3.41 v2.3.40 v2.3.39 v2.3.38 v2.3.37 v2.3.36 v2.3.35 v2.3.34 v2.3.33 v2.3.32 v2.3.31 v2.3.30 v2.3.29 v2.3.28 v2.3.27 v2.3.26 v2.3.25 v2.3.24 v2.3.23 v2.3.22 v2.3.21 v2.3.20 v2.3.19 v2.3.18 v2.3.17 v2.3.16 v2.3.15 v2.3.14 v2.3.13 v2.3.12 v2.3.11 v2.3.10 v2.3.9 v2.3.8 v2.3.7 v2.3.6 v2.3.5 v2.3.4 v2.3.3 v2.3.2 v2.3.1 v2.3.0 2.2.x-dev v2.2.11 v2.2.10 v2.2.9 v2.2.8 v2.2.7 v2.2.6 v2.2.5 v2.2.4 v2.2.3 v2.2.2 v2.2.1 v2.2.0 2.1.x-dev v2.1.13 v2.1.12 v2.1.11 v2.1.10 v2.1.9 v2.1.8 v2.1.7 v2.1.6 v2.1.5 v2.1.4 v2.1.3 v2.1.2 v2.1.1 v2.1.0 2.0.x-dev v2.0.25 v2.0.24 v2.0.23 v2.0.22 v2.0.21 v2.0.20 v2.0.19 v2.0.18 v2.0.17 v2.0.16 v2.0.15 v2.0.14 v2.0.13 v2.0.12 v2.0.10 v2.0.9 2.0.7 2.0.6 2.0.5 2.0.4 This package is auto-updated. Last update: 2026-01-12 13:00:27 UTC README The Config component helps find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database). Resources Documentation Contributing Report issues and send Pull Requests in the main Symfony repository About Packagist.org Atom/RSS Feeds Statistics Browse Packages API Mirrors Status Dashboard provides maintenance and hosting provides bandwidth and CDN provides malware detection provides monitoring Sponsor Packagist.org & Composer
2026-01-13T09:30:30
https://id-id.facebook.com/login/?next=https%3A%2F%2Fl.facebook.com%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.instagram.com%252F%26amp%253Bh%3DAT1qT1Wzcqj3ALhBaDiweJBD6w_1n447etEudP-2oqQsRC6QUubad0M1aS1JUCy7kglqUJwavMBV_D3p1Ayzt5t8HC3H-_gat-ZLU5zWC-oh4ikGf4wzIDiWvM695HV3ELJGTsUVnMPQEtta
Facebook Facebook Email atau telepon Kata Sandi Lupa akun? Buat Akun Baru Anda Diblokir Sementara Anda Diblokir Sementara Sepertinya Anda menyalahgunakan fitur ini dengan menggunakannya terlalu cepat. Anda dilarang menggunakan fitur ini untuk sementara. Back Bahasa Indonesia 한국어 English (US) Tiếng Việt ภาษาไทย Español 中文(简体) 日本語 Português (Brasil) Français (France) Deutsch Daftar Masuk Messenger Facebook Lite Video Meta Pay Meta Store Meta Quest Ray-Ban Meta Meta AI Konten Meta AI lainnya Instagram Threads Pusat Informasi Pemilu Kebijakan Privasi Pusat Privasi Tentang Buat Iklan Buat Halaman Developer Karier Cookie Pilihan Iklan Ketentuan Bantuan Pengunggahan Kontak & Non-Pengguna Pengaturan Log aktivitas Meta © 2026
2026-01-13T09:30:30
https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww%2Elinkedin%2Ecom%2Fcompany%2Fmatgoat&trk=public_biz_promo-join
Sign Up | LinkedIn Make the most of your professional life Not you? Remove photo Join LinkedIn To create a LinkedIn account, you must understand how LinkedIn processes your personal information by selecting learn more for each item listed. Agree to all terms We collect and use personal information. Learn more We share personal information with third parties to provide our services. Learn more Further information is available in our Korea Privacy Addendum . Privacy Policy Addendum 1 of 2 2 of 2 Agree to the term Continue Back Agree to all terms Email Password Show Keep me logged in First name Last name By clicking Agree & Join, you agree to the LinkedIn User Agreement , Privacy Policy , and Cookie Policy . Agree & Join or Security verification Already on LinkedIn? Sign in Looking to create a page for a business? Get help LinkedIn © 2026 About Accessibility User Agreement Privacy Policy Cookie Policy Copyright Policy Brand Policy Guest Controls Community Guidelines العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional)) Language Takes less than 2 minutes Join LinkedIn to connect with people, jobs and opportunities that matter Join now Leave
2026-01-13T09:30:30
http://hackage.haskell.org/package/semigroupoids-1.2.5/
semigroupoids: Haskell 98 semigroupoids: Category sans id Hackage :: [Package] Search  Browse What's new Upload User accounts semigroupoids : Haskell 98 semigroupoids: Category sans id [ bsd2 , comonads , control , library ] [ Propose Tags ] [ Report a vulnerability ] Provides a wide array of semigroupoids and operations for working with semigroupds. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. When working with comonads you often have the <*> portion of an Applicative , but not the pure . This was captured in Uustalu and Vene's "Essence of Dataflow Programming" in the form of the ComonadZip class in the days before Applicative . Apply provides a weaker invariant, but for the comonads used for data flow programming (found in the streams package), this invariant is preserved. Applicative function composition forms a semigroupoid. Similarly many structures are nearly a comonad, but not quite, for instance lists provide a reasonable extend operation in the form of tails , but do not always contain a value. Ideally the following relationships would hold: Traversable <---- Foldable <--- Functor ------> Alt ---------> Plus Semigroupoid | | | | | v v v v v Traversable1 <--- Foldable1 Apply --------> Applicative -> Alternative Category | | | | v v v v Bind ---------> Monad -------> MonadPlus Arrow Apply, Bind, and Extract give rise the Static, Kleisli and Cokleisli semigroupoids respectively. This lets us remove many of the restrictions from various monad transformers as in many cases the binding operation or <*> operation does not require them. Finally, to work with these weaker structures it is beneficial to have containers that can provide stronger guarantees about their contents, so versions of Traversable and Foldable that can be folded with just a Semigroup are added. Modules [ Index ] Data Functor Data.Functor.Alt Data.Functor.Apply Data.Functor.Bind Data.Functor.Bind.Trans Data.Functor.Plus Semigroup Data.Semigroup.Foldable Data.Semigroup.Traversable Data.Semigroupoid Data.Semigroupoid.Dual Data.Semigroupoid.Static Traversable Data.Traversable.Instances Downloads semigroupoids-1.2.5.tar.gz [ browse ] (Cabal source package) Package description ( revised from the package) Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'. Maintainer's Corner Package maintainers EdwardKmett , EricMertens , ryanglscott For package maintainers and hackage trustees edit package information Candidates 5.2.1 Versions [ RSS ] 1.0.0 , 1.1.0 , 1.1.1 , 1.1.2 , 1.1.3 , 1.2.0 , 1.2.1 , 1.2.2 , 1.2.2.1 , 1.2.2.2 , 1.2.2.3 , 1.2.2.4 , 1.2.4 , 1.2.5 , 1.2.6 , 1.2.6.1 , 1.2.6.2 , 1.3 , 1.3.1 , 1.3.1.1 , 1.3.1.2 , 1.3.2 , 1.3.2.1 , 1.3.3 , 1.3.4 , 3.0 , 3.0.0.1 , 3.0.0.2 , 3.0.1 , 3.0.2 , 3.0.3 , 3.1 , 4.0 , 4.0.1 , 4.0.2 , 4.0.2.1 , 4.0.3 , 4.0.4 , 4.2 , 4.3 , 4.5 , 5 , 5.0.0.1 , 5.0.0.2 , 5.0.0.3 , 5.0.0.4 , 5.0.1 , 5.1 , 5.2 , 5.2.1 , 5.2.2 , 5.3 , 5.3.1 , 5.3.2 , 5.3.3 , 5.3.4 , 5.3.5 , 5.3.6 , 5.3.7 , 6 , 6.0.0.1 , 6.0.1 , 6.0.2 ( info ) Dependencies base (>=4 && <4.18) , comonad (>=1.1.1 && <1.2) , containers (>=0.3 && <0.5) , contravariant (>=0.1.2 && <0.2) , semigroups (>=0.7.1 && <0.8) , transformers (>=0.2 && <0.3) [ details ] License BSD-3-Clause Copyright Copyright (C) 2011 Edward A. Kmett Author Edward A. Kmett Maintainer Edward A. Kmett <ekmett@gmail.com> Uploaded by EdwardKmett at 2011-08-10T09:09:27Z Revised Revision 1 made by ryanglscott at 2023-02-02T15:14:17Z Stability provisional --> Category Control , Comonads Home page http://github.com/ekmett/semigroupoids Source repo head: git clone git://github.com/ekmett/semigroupoids.git Distributions Arch: 6.0.1 , Debian: 5.3.4 , Fedora: 6.0.1 , FreeBSD: 5.0.0.3 , LTSHaskell: 6.0.1 , NixOS: 6.0.1 , Stackage: 6.0.2 , openSUSE: 6.0.1 Reverse Dependencies 216 direct, 9047 indirect [ details ] Downloads 309284 total (292 in the last 30 days) Rating 2.5 (votes: 9) [estimated by Bayesian average ] Your Rating λ λ λ Status Docs uploaded by user Build status unknown [ no reports yet ] Produced by hackage and Cabal 3.16.1.0.
2026-01-13T09:30:30
https://packagist.org/packages/symfony/console#v7.2.6
symfony/console - Packagist.org Toggle navigation Packagist.org The PHP Package Repository Browse Submit Create account Sign in Remember me Use Github Log in No account yet? Create one now! Search by symfony / console Eases the creation of beautiful and testable command line interfaces Maintainers Details github.com/symfony/console Homepage Source Fund package maintenance! fabpot nicolas-grekas symfony.com/sponsor Tidelift Installs : 1 050 343 796 Dependents : 12 375 Suggesters : 307 Security : 0 Stars : 9 833 Watchers : 39 Forks : 266 pkg:composer/symfony/console v8.0.3 2025-12-23 14:52 UTC Requires php: >=8.4 symfony/polyfill-mbstring : ^1.0 symfony/service-contracts : ^2.5|^3 symfony/string : ^7.4|^8.0 Requires (Dev) psr/log : ^1|^2|^3 symfony/config : ^7.4|^8.0 symfony/dependency-injection : ^7.4|^8.0 symfony/event-dispatcher : ^7.4|^8.0 symfony/http-foundation : ^7.4|^8.0 symfony/http-kernel : ^7.4|^8.0 symfony/lock : ^7.4|^8.0 symfony/messenger : ^7.4|^8.0 symfony/process : ^7.4|^8.0 symfony/stopwatch : ^7.4|^8.0 symfony/var-dumper : ^7.4|^8.0 Suggests None Provides psr/log-implementation : 1.0|2.0|3.0 Conflicts None Replaces None MIT 6145b304a5c1ea0bdbd0b04d297a5864f9a7d587 Fabien Potencier <fabien .woop @symfony.com> Symfony Community cli console command-line terminal 8.1.x-dev 8.0.x-dev v8.0.3 v8.0.1 v8.0.0 v8.0.0-RC3 v8.0.0-RC2 v8.0.0-RC1 v8.0.0-BETA2 v8.0.0-BETA1 7.4.x-dev v7.4.3 v7.4.1 v7.4.0 v7.4.0-RC3 v7.4.0-RC2 v7.4.0-RC1 v7.4.0-BETA2 v7.4.0-BETA1 7.3.x-dev v7.3.9 v7.3.8 v7.3.6 v7.3.5 v7.3.4 v7.3.3 v7.3.2 v7.3.1 v7.3.0 v7.3.0-RC1 v7.3.0-BETA2 v7.3.0-BETA1 7.2.x-dev v7.2.9 v7.2.8 v7.2.7 v7.2.6 v7.2.5 v7.2.1 v7.2.0 v7.2.0-RC1 v7.2.0-BETA2 v7.2.0-BETA1 7.1.x-dev v7.1.10 v7.1.8 v7.1.7 v7.1.6 v7.1.5 v7.1.4 v7.1.3 v7.1.2 v7.1.1 v7.1.0 v7.1.0-RC1 v7.1.0-BETA1 7.0.x-dev v7.0.10 v7.0.9 v7.0.8 v7.0.7 v7.0.6 v7.0.4 v7.0.3 v7.0.2 v7.0.1 v7.0.0 v7.0.0-RC2 v7.0.0-RC1 v7.0.0-BETA3 v7.0.0-BETA1 6.4.x-dev v6.4.31 v6.4.30 v6.4.27 v6.4.26 v6.4.25 v6.4.24 v6.4.23 v6.4.22 v6.4.21 v6.4.20 v6.4.17 v6.4.15 v6.4.14 v6.4.13 v6.4.12 v6.4.11 v6.4.10 v6.4.9 v6.4.8 v6.4.7 v6.4.6 v6.4.4 v6.4.3 v6.4.2 v6.4.1 v6.4.0 v6.4.0-RC2 v6.4.0-RC1 v6.4.0-BETA3 v6.4.0-BETA1 6.3.x-dev v6.3.12 v6.3.11 v6.3.9 v6.3.8 v6.3.4 v6.3.2 v6.3.0 v6.3.0-RC2 v6.3.0-RC1 v6.3.0-BETA2 v6.3.0-BETA1 6.2.x-dev v6.2.13 v6.2.12 v6.2.11 v6.2.10 v6.2.8 v6.2.7 v6.2.5 v6.2.3 v6.2.2 v6.2.1 v6.2.0 v6.2.0-RC2 v6.2.0-RC1 v6.2.0-BETA3 v6.2.0-BETA2 v6.2.0-BETA1 6.1.x-dev v6.1.11 v6.1.9 v6.1.8 v6.1.7 v6.1.6 v6.1.5 v6.1.4 v6.1.3 v6.1.2 v6.1.1 v6.1.0 v6.1.0-RC1 v6.1.0-BETA2 v6.1.0-BETA1 6.0.x-dev v6.0.19 v6.0.17 v6.0.16 v6.0.15 v6.0.14 v6.0.13 v6.0.12 v6.0.11 v6.0.10 v6.0.9 v6.0.8 v6.0.7 v6.0.5 v6.0.3 v6.0.2 v6.0.1 v6.0.0 v6.0.0-RC1 v6.0.0-BETA1 5.4.x-dev v5.4.47 v5.4.46 v5.4.45 v5.4.44 v5.4.43 v5.4.42 v5.4.41 v5.4.40 v5.4.39 v5.4.36 v5.4.35 v5.4.34 v5.4.32 v5.4.31 v5.4.28 v5.4.26 v5.4.24 v5.4.23 v5.4.22 v5.4.21 v5.4.19 v5.4.17 v5.4.16 v5.4.15 v5.4.14 v5.4.13 v5.4.12 v5.4.11 v5.4.10 v5.4.9 v5.4.8 v5.4.7 v5.4.5 v5.4.3 v5.4.2 v5.4.1 v5.4.0 v5.4.0-RC1 v5.4.0-BETA1 5.3.x-dev v5.3.16 v5.3.14 v5.3.13 v5.3.11 v5.3.10 v5.3.7 v5.3.6 v5.3.4 v5.3.2 v5.3.0 v5.3.0-RC1 v5.3.0-BETA4 v5.3.0-BETA3 v5.3.0-BETA2 v5.3.0-BETA1 5.2.x-dev v5.2.14 v5.2.12 v5.2.11 v5.2.10 v5.2.8 v5.2.7 v5.2.6 v5.2.5 v5.2.4 v5.2.3 v5.2.2 v5.2.1 v5.2.0 v5.2.0-RC2 v5.2.0-RC1 v5.2.0-BETA3 v5.2.0-BETA2 v5.2.0-BETA1 5.1.x-dev v5.1.11 v5.1.10 v5.1.9 v5.1.8 v5.1.7 v5.1.6 v5.1.5 v5.1.4 v5.1.3 v5.1.2 v5.1.1 v5.1.0 v5.1.0-RC2 v5.1.0-RC1 v5.1.0-BETA1 5.0.x-dev v5.0.11 v5.0.10 v5.0.9 v5.0.8 v5.0.7 v5.0.6 v5.0.5 v5.0.4 v5.0.3 v5.0.2 v5.0.1 v5.0.0 v5.0.0-RC1 v5.0.0-BETA2 v5.0.0-BETA1 4.4.x-dev v4.4.49 v4.4.48 v4.4.47 v4.4.45 v4.4.44 v4.4.43 v4.4.42 v4.4.41 v4.4.40 v4.4.38 v4.4.37 v4.4.36 v4.4.34 v4.4.33 v4.4.30 v4.4.29 v4.4.27 v4.4.26 v4.4.25 v4.4.24 v4.4.23 v4.4.22 v4.4.21 v4.4.20 v4.4.19 v4.4.18 v4.4.17 v4.4.16 v4.4.15 v4.4.14 v4.4.13 v4.4.12 v4.4.11 v4.4.10 v4.4.9 v4.4.8 v4.4.7 v4.4.6 v4.4.5 v4.4.4 v4.4.3 v4.4.2 v4.4.1 v4.4.0 v4.4.0-RC1 v4.4.0-BETA2 v4.4.0-BETA1 4.3.x-dev v4.3.11 v4.3.10 v4.3.9 v4.3.8 v4.3.7 v4.3.6 v4.3.5 v4.3.4 v4.3.3 v4.3.2 v4.3.1 v4.3.0 v4.3.0-RC1 v4.3.0-BETA2 v4.3.0-BETA1 4.2.x-dev v4.2.12 v4.2.11 v4.2.10 v4.2.9 v4.2.8 v4.2.7 v4.2.6 v4.2.5 v4.2.4 v4.2.3 v4.2.2 v4.2.1 v4.2.0 v4.2.0-RC1 v4.2.0-BETA2 v4.2.0-BETA1 4.1.x-dev v4.1.12 v4.1.11 v4.1.10 v4.1.9 v4.1.8 v4.1.7 v4.1.6 v4.1.5 v4.1.4 v4.1.3 v4.1.2 v4.1.1 v4.1.0 v4.1.0-BETA3 v4.1.0-BETA2 v4.1.0-BETA1 4.0.x-dev v4.0.15 v4.0.14 v4.0.13 v4.0.12 v4.0.11 v4.0.10 v4.0.9 v4.0.8 v4.0.7 v4.0.6 v4.0.5 v4.0.4 v4.0.3 v4.0.2 v4.0.1 v4.0.0 v4.0.0-RC2 v4.0.0-RC1 v4.0.0-BETA4 v4.0.0-BETA3 v4.0.0-BETA2 v4.0.0-BETA1 3.4.x-dev v3.4.47 v3.4.46 v3.4.45 v3.4.44 v3.4.43 v3.4.42 v3.4.41 v3.4.40 v3.4.39 v3.4.38 v3.4.37 v3.4.36 v3.4.35 v3.4.34 v3.4.33 v3.4.32 v3.4.31 v3.4.30 v3.4.29 v3.4.28 v3.4.27 v3.4.26 v3.4.25 v3.4.24 v3.4.23 v3.4.22 v3.4.21 v3.4.20 v3.4.19 v3.4.18 v3.4.17 v3.4.16 v3.4.15 v3.4.14 v3.4.13 v3.4.12 v3.4.11 v3.4.10 v3.4.9 v3.4.8 v3.4.7 v3.4.6 v3.4.5 v3.4.4 v3.4.3 v3.4.2 v3.4.1 v3.4.0 v3.4.0-RC2 v3.4.0-RC1 v3.4.0-BETA4 v3.4.0-BETA3 v3.4.0-BETA2 v3.4.0-BETA1 3.3.x-dev v3.3.18 v3.3.17 v3.3.16 v3.3.15 v3.3.14 v3.3.13 v3.3.12 v3.3.11 v3.3.10 v3.3.9 v3.3.8 v3.3.7 v3.3.6 v3.3.5 v3.3.4 v3.3.3 v3.3.2 v3.3.1 v3.3.0 v3.3.0-RC1 v3.3.0-BETA1 3.2.x-dev v3.2.14 v3.2.13 v3.2.12 v3.2.11 v3.2.10 v3.2.9 v3.2.8 v3.2.7 v3.2.6 v3.2.5 v3.2.4 v3.2.3 v3.2.2 v3.2.1 v3.2.0 v3.2.0-RC2 v3.2.0-RC1 v3.2.0-BETA1 3.1.x-dev v3.1.10 v3.1.9 v3.1.8 v3.1.7 v3.1.6 v3.1.5 v3.1.4 v3.1.3 v3.1.2 v3.1.1 v3.1.0 v3.1.0-RC1 v3.1.0-BETA1 3.0.x-dev v3.0.9 v3.0.8 v3.0.7 v3.0.6 v3.0.5 v3.0.4 v3.0.3 v3.0.2 v3.0.1 v3.0.0 v3.0.0-BETA1 2.8.x-dev v2.8.52 v2.8.50 v2.8.49 v2.8.48 v2.8.47 v2.8.46 v2.8.45 v2.8.44 v2.8.43 v2.8.42 v2.8.41 v2.8.40 v2.8.39 v2.8.38 v2.8.37 v2.8.36 v2.8.35 v2.8.34 v2.8.33 v2.8.32 v2.8.31 v2.8.30 v2.8.29 v2.8.28 v2.8.27 v2.8.26 v2.8.25 v2.8.24 v2.8.23 v2.8.22 v2.8.21 v2.8.20 v2.8.19 v2.8.18 v2.8.17 v2.8.16 v2.8.15 v2.8.14 v2.8.13 v2.8.12 v2.8.11 v2.8.10 v2.8.9 v2.8.8 v2.8.7 v2.8.6 v2.8.5 v2.8.4 v2.8.3 v2.8.2 v2.8.1 v2.8.0 v2.8.0-BETA1 2.7.x-dev v2.7.51 v2.7.50 v2.7.49 v2.7.48 v2.7.47 v2.7.46 v2.7.45 v2.7.44 v2.7.43 v2.7.42 v2.7.41 v2.7.40 v2.7.39 v2.7.38 v2.7.37 v2.7.36 v2.7.35 v2.7.34 v2.7.33 v2.7.32 v2.7.31 v2.7.30 v2.7.29 v2.7.28 v2.7.27 v2.7.26 v2.7.25 v2.7.24 v2.7.23 v2.7.22 v2.7.21 v2.7.20 v2.7.19 v2.7.18 v2.7.17 v2.7.16 v2.7.15 v2.7.14 v2.7.13 v2.7.12 v2.7.11 v2.7.10 v2.7.9 v2.7.8 v2.7.7 v2.7.6 v2.7.5 v2.7.4 v2.7.3 v2.7.2 v2.7.1 v2.7.0 v2.7.0-BETA2 v2.7.0-BETA1 2.6.x-dev v2.6.13 v2.6.12 v2.6.11 v2.6.10 v2.6.9 v2.6.8 v2.6.7 v2.6.6 v2.6.5 v2.6.4 v2.6.3 v2.6.2 v2.6.1 v2.6.0 v2.6.0-BETA2 v2.6.0-BETA1 2.5.x-dev v2.5.12 v2.5.11 v2.5.10 v2.5.9 v2.5.8 v2.5.7 v2.5.6 v2.5.5 v2.5.4 v2.5.3 v2.5.2 v2.5.1 v2.5.0 v2.5.0-RC1 v2.5.0-BETA2 v2.5.0-BETA1 2.4.x-dev v2.4.10 v2.4.9 v2.4.8 v2.4.7 v2.4.6 v2.4.5 v2.4.4 v2.4.3 v2.4.2 v2.4.1 v2.4.0 v2.4.0-RC1 v2.4.0-BETA2 v2.4.0-BETA1 2.3.x-dev v2.3.42 v2.3.41 v2.3.40 v2.3.39 v2.3.38 v2.3.37 v2.3.36 v2.3.35 v2.3.34 v2.3.33 v2.3.32 v2.3.31 v2.3.30 v2.3.29 v2.3.28 v2.3.27 v2.3.26 v2.3.25 v2.3.24 v2.3.23 v2.3.22 v2.3.21 v2.3.20 v2.3.19 v2.3.18 v2.3.17 v2.3.16 v2.3.15 v2.3.14 v2.3.13 v2.3.12 v2.3.11 v2.3.10 v2.3.9 v2.3.8 v2.3.7 v2.3.6 v2.3.5 v2.3.4 v2.3.3 v2.3.2 v2.3.1 v2.3.0 2.2.x-dev v2.2.11 v2.2.10 v2.2.9 v2.2.8 v2.2.7 v2.2.6 v2.2.5 v2.2.4 v2.2.3 v2.2.2 v2.2.1 v2.2.0 2.1.x-dev v2.1.13 v2.1.12 v2.1.11 v2.1.10 v2.1.9 v2.1.8 v2.1.7 v2.1.6 v2.1.5 v2.1.4 v2.1.3 v2.1.2 v2.1.1 v2.1.0 2.0.x-dev v2.0.25 v2.0.24 v2.0.23 v2.0.22 v2.0.21 v2.0.20 v2.0.19 v2.0.18 v2.0.17 v2.0.16 v2.0.15 v2.0.14 v2.0.13 v2.0.12 v2.0.10 v2.0.9 2.0.7 2.0.6 2.0.5 2.0.4 This package is auto-updated. Last update: 2026-01-13 09:04:11 UTC README The Console component eases the creation of beautiful and testable command line interfaces. Sponsor Help Symfony by sponsoring its development! Resources Documentation Contributing Report issues and send Pull Requests in the main Symfony repository Credits Resources/bin/hiddeninput.exe is a third party binary provided within this component. Find sources and license at https://github.com/Seldaek/hidden-input . About Packagist.org Atom/RSS Feeds Statistics Browse Packages API Mirrors Status Dashboard provides maintenance and hosting provides bandwidth and CDN provides malware detection provides monitoring Sponsor Packagist.org & Composer
2026-01-13T09:30:30
http://www.php-fig.org/
PHP-FIG — PHP Framework Interop Group - PHP-FIG PHP-FIG The PHP Framework Interop Group Menu Home Blog PSRs PERs Personnel Bylaws FAQs Get Involved Moving PHP forward through collaboration and standards. Welcome to the PHP Framework Interop Group! We're a group of established PHP projects whose goal is to talk about commonalities between our projects and find ways we can work better together. View recommendations (PSRs) Frequently asked questions Autoloading Autoloaders remove the complexity of including files by mapping namespaces to file system paths. PSR-4: Improved Autoloading <?php use Vendor \ Package \ ClassName ; $object = new ClassName(); Interfaces Interfaces simplify the sharing of code between projects by following expected contracts. PSR-3: Logger Interface PSR-6: Caching Interface PSR-11: Container Interface PSR-13: Hypermedia Links PSR-14: Event Dispatcher PSR-16: Simple Cache PSR-20: Clock <?php namespace Psr \ Log ; /** * Describes a logger instance */ interface LoggerInterface { HTTP Interoperable standards and interfaces to have an agnostic approach to handling HTTP requests and responses, both on client and server side. PSR-7: HTTP Message Interfaces PSR-15: HTTP Handlers PSR-17: HTTP Factories PSR-18: HTTP Client <?php namespace Psr \ Http \ Message ; /** * Representation of an outgoing, client-side request. */ interface RequestInterface extends MessageInterface { Coding Styles Standardized formatting reduces the cognitive friction when reading code from other authors. PER Coding Style PSR-1: Basic Coding Standard <?php namespace Vendor \ Package ; class ClassName { public function fooBarBaz ($arg1, &$arg2, $arg3 = []) { // method body } } Follow us on Mastodon Follow us on Bluesky Discuss on Discord Contribute via GitHub Join our mailing list © PHP Framework Interop Group. Site design by Jonathan Reinink . Hosting sponsored by the PHP PaaS
2026-01-13T09:30:31
https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww%2Elinkedin%2Ecom%2Fcompany%2Fmatgoat&trk=organization_guest_main-feed-card_comment-cta
Sign Up | LinkedIn Join LinkedIn now — it’s free! Not you? Remove photo Join LinkedIn To create a LinkedIn account, you must understand how LinkedIn processes your personal information by selecting learn more for each item listed. Agree to all terms We collect and use personal information. Learn more We share personal information with third parties to provide our services. Learn more Further information is available in our Korea Privacy Addendum . Privacy Policy Addendum 1 of 2 2 of 2 Agree to the term Continue Back Agree to all terms Email Password Show First name Last name By clicking Agree & Join, you agree to the LinkedIn User Agreement , Privacy Policy , and Cookie Policy . Agree & Join or Security verification Already on LinkedIn? Sign in Looking to create a page for a business? Get help LinkedIn © 2026 About Accessibility User Agreement Privacy Policy Cookie Policy Copyright Policy Brand Policy Guest Controls Community Guidelines العربية (Arabic) বাংলা (Bangla) Čeština (Czech) Dansk (Danish) Deutsch (German) Ελληνικά (Greek) English (English) Español (Spanish) فارسی (Persian) Suomi (Finnish) Français (French) हिंदी (Hindi) Magyar (Hungarian) Bahasa Indonesia (Indonesian) Italiano (Italian) עברית (Hebrew) 日本語 (Japanese) 한국어 (Korean) मराठी (Marathi) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) ਪੰਜਾਬੀ (Punjabi) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) తెలుగు (Telugu) ภาษาไทย (Thai) Tagalog (Tagalog) Türkçe (Turkish) Українська (Ukrainian) Tiếng Việt (Vietnamese) 简体中文 (Chinese (Simplified)) 正體中文 (Chinese (Traditional)) Language
2026-01-13T09:30:31