Laravel-Excel, Supercharged Excel exports and imports in Laravel
Laravel-Excel is a simple and elegant wrapper around PhpSpreadsheet with the goal of simplifying Excel exports and imports. The library allow to supercharge your Laravel collections or Blade views and export them directly to...
Panther 0.8.0 released, Browser Testing and Web Crawling Library
The browser testing tool of Symfony, panther 0.8.0 is out. This version provides a lot of bug fixes and some interesting new features. Panther also moved the CI to GitHub Actions....
Doctrine ORM 2.7.4 released
Doctrine ORM just released version 2.7.4 with few bug fixes including:
psalm fixes Infer return type information with Psalter Fix QueryBuilder::getParameter() on parameter names with colons Fix OrderByItem parser to proceed with SimpleArithmetic expression before...
MixerAPI, Streamline API Development for CakePHP
MixerAPI is an alpha project that provides streamline development of modern RESTful APIs for your teams CakePHP project. Designed around a component-based architecture, MixerAPI enables developers to pick and choose the...
Thrift, Facebook’s Cross-Language Library
Facebook released Thrift, an open source software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and...
Mailamie, Simple SMTP catch all server for testing
Mailamie is a pretty simple Catch All SMTP Server for local testing completely written in PHP and based on the great work made by the folks at ReactPhp. Sometime you just need a...
Jisly, Simple PHP Lightweight NoSQL Database Library
Jisly is a PHP lightweight NoSQL database library, flat file JSON that allow you to quickly start your project with the possibility of memory and flat filestorage using a NoSQL (document...
Laravel-Websockets, WebSocket Server Implemented in PHP
laravel-websockets is a Laravel package that can handle the server side of WebSockets entirely. It completely replaces the need for a service like Pusher or a JavaScript-based laravel-echo-server. It has extensive documentation and a demo application you can play...
PHP Zip Archive Extension Now Support Encryption
In a recent blog post, Remi Collet pointed to the latest development of the PHP Zip Archive extension which now support encryption. New features are still experimental and might change, so...
Inspekt, Input Filtering And Validation Library For PHP5
Inspekt is a PHP library that makes it easier to write secure web applications, and released under New BSD License. Inspekt acts as a sort of 'firewall' API between user input...