Libraries tagged by file scan
thornacre/azure-app-service-email-wordpress-plugin
118 Downloads
Simple mirror of the Microsoft wordpress plugin so it can be hosted on Packagist and used installed via a composer.json file.
se7enxweb/bcwebsitestatistics
282 Downloads
eZ Publish Legacy extension BC Website Statistics allows a website to collect page view, web shop order and other statistics using Google Analytics. This product is a Certified eZ Publish Extension. With the BC Website Statistics you can collect web site user page view, file download and web shop order statistics with eZ Publish using the popular Google Analytics service
rohitjoshi9023/db2cloud
3 Downloads
Schedule your database backup to various cloud file storage providing platforms like gDrive,DropBox and S3 and more.You can also store your database backup to your local server as well
rakshitbharat/pythoninphp
292 Downloads
This package can give you helper functions to run python files right from PHP.
pixamo/installer
475 Downloads
pixamo/installer is a Laravel package that makes it easy to install your application with just one click. With this package, you can quickly set up your application's environment, dependencies, and configurations without having to manually run multiple commands or manually edit files. It streamlines the installation process and makes it more efficient, saving you time and effort. It's perfect for both new and experienced developers. Give it a try and see how it can simplify your development process.
nikita2206/poller
1438 Downloads
Poller library can be used for polling stuff: Sockets, other processes, file system, anything!
khomsiadam/stacksync
17 Downloads
StackSync is a fullstack PHP mini framework, with an MVC structure, custom API system with a Middleware and JWT authentication, components based views, flexible routing, PSR4 autoloading. Essential files generation (migrations, seeders, controllers and models) and other operations can be executed through custom commands.
khatriafaz/laravel-ensure-production
4 Downloads
This package can give you helper functions to run python files right from PHP.
jonathanmaron/image-optimizer
45 Downloads
Image optimization and compression tool for the console. This tool optimizes PNG, JPEG and GIF files, using 'gifsicle', 'jpegoptim', 'jpegtran', 'pngcrush' and 'pngout' and can usually reduce the filesize by 10% to 70%.
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
boardtools/upload
22 Downloads
Upload Extensions enables you to upload extensions' zip files or delete extensions' folders from the server. With this extension you can install/update/delete extensions without using FTP. If the uploaded extension already exists, it will be updated with the uploaded files. Upload Extensions also has other built-in features such as the manager for extensions' language packages and the manager for extensions' zip files.
aklump/visual-sitemap
44 Downloads
Using a very simple JSON file schema to define the structure of your website, this project uses that structure to generate a beautiful, visual HTML sitemap. The final document has all icons and CSS embedded in it and can be shared with other teammembers easily.
okipa/laravel-model-json-storage
1376 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
njuhel/swagger-validator
1905 Downloads
A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response (no framework dependancies or included).
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.