hidden_nickname
hidden_nickname
Package Generator generates a PHP SDK from any WSDL so you can easily consume any SOAP Web Service without wondering how SOAP is used under the hood. Its purpose is...
[PHP-FFMpeg/PHP-FFMpeg](/PHP-FFMpeg/PHP-FFMpeg/releases) release 0.8.0 version. Need add support.
add js highlighting
Hi. Sometimes i look unformatted json (or other formats) files. It would be good feature to format code. Like `Shift + Alt + F` on VSCode or `Ctrl + Alt...
Make at least 2 configuration classes - for extract and for compress.
Try FFI
for headers https://github.com/ircmaxell/ffime
It is possible to check the encoding via `mb_detect_encoding`... Or at least UTF-8
http://php.net/manual/en/session.configuration.php#ini.session.serialize-handler
probable realization same as mysql https://github.com/beberlei/DoctrineExtensions/blob/master/src/Query/Mysql/Cast.php
After run `doctrine:migrations:diff` it generates ```php $this->addSql('DROP SEQUENCE schema.messenger_messages_id_seq CASCADE'); ``` It bug relates to https://github.com/doctrine/DoctrineMigrationsBundle/issues/355 but the solution `schema_filter: ~^(?!messenger_messages)~` doesn't help im use postgres