The PHP League について - Qiita

PHP の世界には、Laravel や Symfony のような巨大フレームワークだけでなく、目的特化かつ高品質な OSS パッケージを多数作り続けている集団が存在します。 それが The PHP League(thephpleague / League of Extrao...

Qiita
I am very happy to announce that the League URI toolkit for PHP developers 7.6 has been released!
This release includes many new features and improvements. a new uri-polyfill package, a new URN object, a new FragmentDirectives object a tons of improvements please check the https://uri.thephpleague.com/ to get to know the new features #php #uri #thephpleague
Modern API to process URIs in PHP - URI

Modern API to process URIs in PHP

New PR to add object casting to League\Csv https://github.com/thephpleague/csv/pull/509
Comments/Remarks and suggestions are more than welcome

#csv #php #thephpleague
In all honesty I believe the next minor version of league csv is getting cool new features.

#508 Adding Object Mapping by nyamsprod · Pull Request #509 · thephpleague/csv

Implementation object mapping as described in #508

GitHub

new release for league\csv https://github.com/thephpleague/csv/releases/tag/9.11.0 #php #csv #thephpleague

Collections methods are added to the Reader class to improve DX as well as the ability to format the records prior to accessing them using the same technique already present on the Writer class.

Release version 9.11.0 · thephpleague/csv

Added EscapeFormula::unescapeRecord does the opposite of EscapeFormula::escapeRecord TabularReader::each TabularReader::exists TabularReader::reduce TabularReader::filter TabularReader::slice Tabu...

GitHub
new release league uri components #PHP #query #URL
#thephpleague
We've Added a PHP implementation of #URLSearchParams see https://uri.thephpleague.com/components/7.0/urlsearchparams/
URL Search Params - URI

Modern API to process URIs in PHP

Sometimes a documentation page provides more in depth into a topic than an actual blog post. I find the documentation around #IDN feature in league/uri to be just that. Informative, to the point with best practices rolled into one #php #uri
#thephpleague
https://uri.thephpleague.com/interfaces/7.0/idn/
IDN - Domain Internationalization - URI

Modern API to process URIs in PHP

For those who are interested here's the promised blog post around the URI package release from yesterday and how and why it was built the way it is

https://nyamsprod.com/blog/uri-packages-reloaded/

Feedback are welcomed
#URI #URL #thephpleague

I'm happy to announce the release of league/uri v7 . Please head to the documentation website to see what's new and what has changed.

The goal was to make the packages easier to install, use and abuse. Hope you like it
https://uri.thephpleague.com/ #php #url #uri #psr7 #thephpleague

I will try to share some notes on the new features and the new approach to the packages

Modern API to process URIs in PHP - URI

Modern API to process URIs in PHP

#php #csv
#thephpleague
the latest league/csv release 9.10.0 adds support for the long awaited feature to write new CSV rows fully enclosed 🥳🥳
https://github.com/thephpleague/csv/releases/tag/9.10.0
Release version 9.10.0 · thephpleague/csv

Added Writer::forceEnclosure and Writer::relaxEnclosure to control the presence of enclosure in the generated CSV Writer::getEndOfLine and Writer::setEndOfLine Deprecated EncloseField stream fil...

GitHub
Finally after 9 versions forcing the enclosure on all cells has landed on League\Csv master branch. Hopefully it will be release soon. #csv #php #enclosure #thephpleague
https://csv.thephpleague.com/9.0/writer/#force-enclosure
CSV document Writer connection - CSV

Working with CSV can often be much more difficult than you expect, with different types of delimiters and complicated structures. This library makes it easy to read and write almost anything.