Posts

Showing posts with the label repos

Interesting frontend repos

Interesting frontend repos (libs) https://www.npmjs.com/package/slugify - slug the string puppeteer -  Puppeteer is a JavaScript library which provides a high-level API to control Chrome or Firefox over the  DevTools Protocol  or  WebDriver BiDi . Puppeteer runs in the headless (no visible UI) by default https://github.com/creativetimofficial/ct-nextjs-material-kit-pro expressjs/body-parser - Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property. https://github.com/sachinchoolur/lightGallery - great Gallery and Slider - lightGallery !  https://www.npmjs.com/package/react-google-autocomplete - Google Autocomplete for React https://www.npmjs.com/package/qs -  A querystring parsing and stringifying library with some added security. And great article how to use it  https://medium.com/@onejosefina/interesting-little-javascript-library-qs-f959250cf926

Interesting PHP composer packages, repos

Image
Interesting PHP composer packages for your projects   ( to be continued ... ) jokkedk/webgrind  -  Webgrind is an  Xdebug  profiling web frontend in PHP woohoolabs/yang - Woohoo Labs. Yang is a PHP framework that helps you to communicate with JSON:API servers more easily. vimeo/psalm  - A static analysis tool for finding errors in PHP applications rectorphp/rector - Rector is an open-source tool that helps with automatic PHP upgrades and code refactorings in bulk. PhpStorm 2022.2 allows you to easily run Rector on your code base and selectively apply fixes in bulk. graham-campbell/result-type   -  An implementation of the result type netresearch/jsonmapper - Map nested JSON structures onto PHP classes lesstif/php-jira-rest-client - for creating tickets in Jira and using its API vlucas/phpdotenv - Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automatically. webmozart/assert  -...